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

搜索资源列表

  1. 随机产生字符串

    0下载:
  2. 随机产生一段字符串。-randomly generated string section.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:26785
    • 提供者:望来刚
  1. 字符串加密

    0下载:
  2. 字符串加密技术(hfipusahgn l)-string encryption technology (hfipusahgn l)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9602
    • 提供者:包洪涛
  1. 字符串匹配算法

    0下载:
  2. 一个简单的数据结构算法,字符串基本匹配算法与模式匹配算法的演示.-a simple data structure algorithms, the basic string matching algorithms and pattern matching algorithm demonstration.
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:1833
    • 提供者:老石
  1. 计算字符串的位置

    0下载:
  2. 断第1个字符串中是否包含第2个字符串,如果包含说明第2个字符串在第1个字符串的位置。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:796
    • 提供者:张伟珲
  1. 字符串排序

    0下载:
  2. 完全采用指针编写的字符串排序程序,共两种方法,调试过-completely prepared by the string pointer ranking, with a total of two methods tuned
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:823
    • 提供者:张元佑
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码-with wildcard string matching algorithm source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9263
    • 提供者:湖堤防
  1. 字符串匹配的KMP算法

    0下载:
  2. 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4171
    • 提供者:郑旋
  1. 一个可替代CString的字符串类CStdStr

    0下载:
  2. 这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。-This is a very good alternative to redeem mfc the string category. Support ansi, unicode.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:25446
    • 提供者:王明
  1. 重载运算符“==”实现字符串比较

    0下载:
  2. 一个很小的程序,可以进行字符串比较,适合初学者学习,很容易读懂的-a small procedure can be carried out strings, for beginners to learn, it is easy to understand the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:157598
    • 提供者:zhao
  1. 字符串匹配算法(KMP KR BM)

    4下载:
  2. 单模式字符串匹配算法里面最经典的算法,KMP算法,KR算法 和BM算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-06
    • 文件大小:2820
    • 提供者:tjltail
  1. 字符串多关键字匹配算法(AC,WM)

    0下载:
  2. 多关键字字符串匹配算法 AC算法 WM算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-06
    • 文件大小:4132
    • 提供者:tjltail
  1. 字符串全排列

    0下载:
  2. 用回溯法实现字符串全排列
  3. 所属分类:数据结构常用算法

  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890
    • 提供者:Doreen
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:4212
    • 提供者:weiht
  1. bmsearch

    0下载:
  2. 字符串搜索,采用boyer-moore算法最简单的描述实现,没有添加预处理和改进算法,若是英文搜索,区分大小写-String search, using boyer-moore algorithm described in the simplest implementation, did not add pre-processing and improve the algorithm, if the English search is case-sensitive
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:3263
    • 提供者:zhangyi
  1. panduanzhongxinduicheng

    0下载:
  2. 设单链表中存放有n个字符,试编写算法,判断该字符串是否有中心对称的关系,例如xyzzyx是中心对称的字符串。-Store located in a single list has n characters, the preparation of test algorithm, the string to determine whether there is any relationship between the centro-symmetric, for example, is centro-
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:174950
    • 提供者:李月
  1. 4.23

    0下载:
  2. 数据结构练习。。。。判断输入字符串是否为对称的-Data structure practice. . . . Enter the string to determine whether the symmetrical
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1330
    • 提供者:龙王行
  1. shellsort

    0下载:
  2. 字符串数组排序-Char array sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-13
    • 文件大小:1483
    • 提供者:站长
  1. 字符串插入块链实现

    0下载:
  2. 输入一串字符串,程序自动分割成8个一串的块链。整个程序通过链表实现,还可实现插入字符串功能。(Input a string of characters, the program is automatically divided into 8 string blocks. The whole program is implemented through linked list, and the function of inserting string is also realized.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:晴栀菀歌°
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com