搜索资源列表

  1. String

    0下载:
  2. 本工程实现了数据结构字符串的相关操作,如创建字符串,模式匹配等,并有示例程序,直接放到Visual C++工作区即可运行。(The project to achieve the data structure string related operations, such as creating strings, pattern matching, and sample programs, directly into the Visual
  3. 所属分类:

  1. AhoCorasickAutomation

    0下载:
  2. 用来进行字符串的匹配,结合了字典树等算法,提高了时间复杂度(It is used to match the string, combined with the dictionary tree and other algorithms, to improve the time complexity.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:晚提
  1. C语言中scanf的使用

    0下载:
  2. 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:Bruce Leung
  1. Boyer-Moore

    0下载:
  2. 字符串BM匹配算法,可以尝试利用并行改进算法(The string BM matching algorithm can try to make use of the parallel improvement algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:3651584
    • 提供者:四维木童
« 1 2 ... 29 30 31 32 33 34»

源码中国 www.ymcn.org