CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 字符串代码

搜索资源列表

  1. ConvertFile

    0下载:
  2. 有关文件操作以及字符串选择的代码,从文件中截取//和/* 和*/之间的代码。-the string and file manipulation choice of code from the paper interception / / and / * and * / between code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10362
    • 提供者:林逸
  1. KMP

    0下载:
  2. 此代码实现了字符串的KMP算法和快速排序算法,能够快速的寻找到制定的字符串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9811
    • 提供者:第五晶
  1. zhongxinduichen

    0下载:
  2. 利用链队列判断字符串的中心对称问题,初学者写的代码,有些不太完善,希望能对大家有所帮助。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6435
    • 提供者:Doom Weasker
  1. KMP

    0下载:
  2. 这是一个高效的,寻找部分字符串的代码,采用KMP法,是目前寻找字符串中高效的一种.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1331
    • 提供者:li
  1. KMP

    0下载:
  2. 字符串匹配算法中的KMP算法的详细介绍和代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3792
    • 提供者:yiyi
  1. ExpressionTree

    0下载:
  2. 表达式计算的代码 C C 表达式计算 字符串计算-Expression calculation expression calculation code string calculation of CC
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:13051
    • 提供者:
  1. keyu

    0下载:
  2. 设计哈希表实现电话号码查询系统 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。通过课程设计,巩固和加深对线性表、栈、队列、字符串、树、图、查找、排序等理论知识的理解;掌握现实复杂问题的分析建模和解决方法(包括问题描述、系统分析、设计建模、代码实现、结果分析等);提高利用计算机分析解决综合性实际问题的基本能力。
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:983121
    • 提供者:wenwen
  1. compare

    0下载:
  2. 本代码主要是利用链表结构对输入的两个字符串进行比较,并显示比较结果。-This code is mainly used on the input list structure to compare two strings and displays the results of the comparison.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:702
    • 提供者:xunlu
  1. invert

    0下载:
  2. 此代码是利用链表的数据结构编写的倒置代码,可实现倒置输入字符串的功能。-This code is written using the linked list data structure inversion of the code can be inverted to achieve the function of the input string.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:679
    • 提供者:xunlu
  1. datastructure

    0下载:
  2. 严蔚敏版数据结构(C)第3-4章部分核心习题答案源代码。包括堆栈,队列,字符串的各种操作和算法实现。代码结构规范简洁,注释完善,全部编译调试通过。-YAN Wei-min version of the data structure (C), chapters 3-4 answers to some of the core exercises the source code. Including stacks, queues, strings of various operations and a
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:18173
    • 提供者:赵稳
  1. ACM_CODE

    0下载:
  2. ACM常用代码模板,包含图论,计算几何,数论,排序,字符串等,非常实用啊-ACM commonly used code templates, including graph theory, computational geometry, number theory, sorting, strings, etc, very useful ah
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:30916
    • 提供者:simon
  1. BM

    0下载:
  2. 字符串模式匹配的bm算法,效率略逊于sunday,代码也比较复杂。但文献引用度较高。-Bm string pattern matching algorithms, efficiency, slightly lower than sunday, the code is more complicated. However, citation is high.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1134677
    • 提供者:linge
  1. KMP

    0下载:
  2. KMP算法主要用于匹配字符串,算法复杂度为O(N),本代码用C 语言编写-KMP string matching algorithm is used, the algorithm complexity is O (N), the code written in C language
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:668
    • 提供者:胡光
  1. 4_17

    0下载:
  2. 用C语言编写的查找替换字符串中的指定字符串的代码-Written in C code of the specified string in the string search and replace
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1178968
    • 提供者:Davy Lee
  1. StringMatch

    0下载:
  2. 算法设计与分析中的字符串匹配算法,C++代码-String matching algorithm, algorithm design and analysis courses, C++ code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1163
    • 提供者:omic
  1. Huffman_1

    0下载:
  2. 对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generated code decode, output message strings.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1737
    • 提供者:zy
  1. Huffman_2

    0下载:
  2. 对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。要实现赫夫曼树德算法,首先要实现在HT[1.k]中选择parent为0且权值最小的两个根结点的选择算法;另外,还要一个实现统计输入电文字符串中各种字符出现的频率以及字符的种类的算法。假设电文中仅含有大写字母。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generat
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1364
    • 提供者:zy
  1. calacomplie

    0下载:
  2. 设计多个类,实现整数算术表达式的翻译与计算,其中包括: 1. 识别输入字符串中的整数和各种运算符号 2. 判断输入字符串是否满足整数算术表达式的语法规则 3. 对满足语法规则的字符串,采用递归下降分析法、LL(1)分析法、优先分析法或LR分析法,建立输入字符串的语法树 4. 根据语法树,将输入字符串翻译成中间的四元式代码表示 5. 根据四元式代码,计算整个表达式的值并输出 6. 设计合理的输入、输出界面-A program to calculate the result
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:3073
    • 提供者:kelvin
  1. cJSON

    2下载:
  2. cJson是一个老外写的解析代码。在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-cJson parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:21722
    • 提供者:刘凤翔
  1. zuichanggonggongzichuan

    0下载:
  2. 本代码描述了寻找两个字符串的最大公共子串问题,算法描述清楚,适合初学者。-This code describes the search for two strings greatest common subsequence problem, the algorithm clearly described, suitable for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:985
    • 提供者:sceleryhuang
« 12 »
搜珍网 www.dssz.com