您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Visual C++ 编程资源大全(英文源码 字符串)

  2. 1,01.zipRandom String随机字符串(4KB)2,StringSearch.zipCase-Insensitive String Search(7KB)3,cCharCheck.zipAn MFC Class which offers you the abbility to check Strings for invalid characte rs(20KB)4,Tokenizer_src.zipA simple tokenizer class that can be used
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:230kb
    • 提供者:zhangxucool
  1. sunday算法的c语言实现

  2. 自己所写的sunday算法的实现,初学者所写请见谅!
  3. 所属分类:C/C++

    • 发布日期:2011-10-08
    • 文件大小:1kb
    • 提供者:snr278
  1. DONETStringSearch【.NET程序字符串查找】

  2. DONETStringSearch .NET程序字符串查找 不错的.NET程序字符串查找工具 逆向必备
  3. 所属分类:其它

    • 发布日期:2013-11-11
    • 文件大小:352kb
    • 提供者:antnts
  1. StringSearch.jl-源码

  2. 字符串搜索 工作正在进行中 使用纯Julia编写的SIMD指令加速精确的字符串搜索。 基准测试 有关详细信息,请参见Benchmark.jl。 环境 julia> versioninfo() Julia Version 1.6.0-rc1 Commit a58bdd9010 (2021-02-06 15:49 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: AMD Ryzen 9 3950X 16-Core Processo
  3. 所属分类:其它

    • 发布日期:2021-03-12
    • 文件大小:893kb
    • 提供者:weixin_42165018
  1. trienet:用于子字符串搜索,自动完成和Intelli-sense的Trie数据结构的.NET实现。 包括:patricia trie,后缀trie和使用Ukkonen算法的trie实现-源码

  2. 用法 nuget install TrieNet using Gma . DataStructures . StringSearch ; ... var trie = new UkkonenTrie ( 3 ); // var trie = new SuffixTrie(3); trie . Add ( " hello " , 1 ); trie . Add ( " world " , 2 ); trie . Add ( " hell " , 3 ); var result = trie
  3. 所属分类:其它