搜索资源列表

  1. Boyer-Moore-Hospool

    0下载:
  2. 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer - Moore-Hospool matching algorithm The algorithm in document search small
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1134
    • 提供者:彭诗力
  1. 比Boyer-Moore更快的字符串查找算法

    0下载:
  2. 比Boyer-Moore更快的字符串查找算法-than the Boyer - Moore string search for a faster algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1833
    • 提供者:老石
  1. boyer-moore

    0下载:
  2. 用 boyer-moore 算法实现 字符串的 查找 程序特点: 图形化的界面 ,并把查找到的结果 高亮显示-with BOYER-moore algorithm string tracing procedure features : graphical interface, and the outcome of the search highlighted
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3485
    • 提供者:zhouxiaolin
  1. moore

    0下载:
  2. Moore型状态机设计,基于VHDL.能够根据微处理器的读写周期,分别对应存储器输出写使能WE和读使能OE信号.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:25753
    • 提供者:weixiaoyu
  1. MOORE

    0下载:
  2. 状态机设计,用VHDL进行MOORE型状态机的设计。原程序以及波形图
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:190301
    • 提供者:wang
  1. moore

    0下载:
  2. moore状态机,综合已通过,可放心使用!正式版。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:117535
    • 提供者:刘智
  1. QSearchStr

    0下载:
  2. 一种改进的Boyer-Moore的字符串查找算法,并封装到类-an improved Boyer- Moore string search algorithms, and type of packaging
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:曹天
  1. Tuned Boyer-Moore algorithm

    0下载:
  2. 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:赵机密
  1. Boyer-Moore-Hospool

    0下载:
  2. 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer- Moore-Hospool matching algorithm The algorithm in document search small
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:彭诗力
  1. 比Boyer-Moore更快的字符串查找算法

    0下载:
  2. 比Boyer-Moore更快的字符串查找算法-than the Boyer- Moore string search for a faster algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-27
    • 文件大小:2048
    • 提供者:老石
  1. moore state_machine

    0下载:
  2. 这是一个moore状态机的典型程序,供初学者参考-This is a typical state machine moore procedure reference for beginners
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:张云鹏
  1. bmsearch_src

    0下载:
  2. An article on implementing Boyer-Moore algorithm for Unicode strings in C#.-An article on implementing Boyer- Moore al gorithm for Unicode strings in C#.
  3. 所属分类:系统编程

    • 发布日期:2024-05-27
    • 文件大小:10240
    • 提供者:左秋明
  1. boyer-moore

    0下载:
  2. 用 boyer-moore 算法实现 字符串的 查找 程序特点: 图形化的界面 ,并把查找到的结果 高亮显示-with BOYER-moore algorithm string tracing procedure features : graphical interface, and the outcome of the search highlighted
  3. 所属分类:驱动编程

    • 发布日期:2024-05-27
    • 文件大小:3072
    • 提供者:
  1. mo0re_FSM

    0下载:
  2. -- Moore State Machine with explicit state encoding -- dowload from: www.fpga.com.cn & www.pld.com.cn--- Moore State Machine with explicit state encoding-- dowload from : www.fpga.com.cn
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:罗兰
  1. moore

    0下载:
  2. Moore型状态机设计,基于VHDL.能够根据微处理器的读写周期,分别对应存储器输出写使能WE和读使能OE信号.-Moore-type state machine design, based on VHDL. Be able to read and write cycle of microprocessors, corresponding memory output enable WE write and read enable sig
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-27
    • 文件大小:25600
    • 提供者:weixiaoyu
  1. Boyer-Moore

    0下载:
  2. BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。 -BM algorithm is a better pattern matching al
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:Louis
  1. Boyer-Moore

    0下载:
  2. Boyer-Moore language vc++ -Boyer-Moore language vc++
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:19456
    • 提供者:liangqianyu
  1. Boyer-Moore-Horspool-Sunday

    0下载:
  2. 使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
  3. 所属分类:其他小程序

    • 发布日期:2024-05-27
    • 文件大小:1024
    • 提供者:杜俊卫
  1. moore

    0下载:
  2. moore状态机实验verilog代码,我已经调试好。希望供大家学习使用。-moore state machine code of verilog HDL.Debug it right.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-27
    • 文件大小:295936
    • 提供者:xiaowang
  1. Moore-Penrose-pseudoinverse-of-matrix---MATLAB.ra

    0下载:
  2. document shows process of moore rseudo inverse matrix calculation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-27
    • 文件大小:77824
    • 提供者:Anuj Shaw
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org