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

搜索资源列表

  1. kmpEx

    0下载:
  2. KMP算法是字符串模式匹配算法, 解决DBCS字符集的问题。-KMP algorithm is a string pattern matching algorithms, DBCS characters to solve the problem,.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:黄建雄
  1. StringFloat

    1下载:
  2. 在VB程序中,完成字符与单精度浮点数的转换,其中StringToDouble为字符串转换为单精度数,FloatToString为单精度数转换为4字节字符串。-in VB program, complete with characters in the single precision floating point conversion, which StringToDouble to string conversion of single-precision the number of sing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1244
    • 提供者:梁建军
  1. my_strcmp

    0下载:
  2. 常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)-commonly used algorithm defined strcmp compare whether two strings match (I first algorithm) hee h
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:mystory
  1. stringprocess

    0下载:
  2. 字符串模式匹配,查找子串加以代替,有两种模式匹配算法-string pattern matching, substring search to be replaced, there are two types of pattern matching algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7740
    • 提供者:苗建新
  1. ExpressionCalculator

    0下载:
  2. 用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。-VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic -* /.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:302440
    • 提供者:叶州海
  1. AutomTest

    0下载:
  2. NFA自动机的实验,可进行字符串的智能搜索-NFA automatic machine experiment can be carried out strings of Intelligent Search
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:51529
    • 提供者:luoqijun
  1. NFASearcher

    0下载:
  2. NFA的字符串搜索的实例,带分析过程和中间处理信息-NFA search string of examples, with analysis and intermediate processing of information
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42046
    • 提供者:luoqijun
  1. jifen125

    1下载:
  2. 积分计算程序,« 输入一串字符串 将数字提取出来写到另一个数组中 并输出显示分类:-integral calculation procedures,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:795
    • 提供者:yiri
  1. zifutihuan

    0下载:
  2. 这是一个字符串替换算法,当你输入一个字符串:如liupengfei时,然后输入peng,再输入 qing用于替换,最后输出:liuqingfei-This is a string replacement algorithm, when you enter a string : If liupengfei, peng then imported again for the replacement of imported Qing, the final output : liuqingfei
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6360
    • 提供者:刘鹏飞
  1. findkey.c

    0下载:
  2. 此程序解决的问题:较好的, 并适应短字符串的中文分词算法.根据词库 发现以换行符分隔的众多标题中的 top N 关键字并以此更新词库.是一个分类分词算法 -this procedure to solve the problem : better, and adapt to the short string of Chinese Segmentation. According thesaurus found in the many separate newline heading the to
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8751
    • 提供者:刘红周
  1. yichuansuanfacankao

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。这一点体现了自然界中\"物竞天择、适者生存\"进化过程。1962年Holland教授首次 提出了GA算法的思想,从而吸引了大批的研究者,迅速推广到优化、搜索、机器学习等方 面,并奠定了坚实的理论基础。 用遗传算法解决问题时,首先要对待解决问题的模型结构 和参数进行编码,一般用字符串表示,这
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:409964
    • 提供者:冯灿科
  1. haffmantree

    0下载:
  2. 按照data.txt格式输入权值&字符名覆盖原data的内容,就可以使用程序对由这些字符组成的字符串进行编码了,结果将输出至code.txt中-data.txt format with input weights & characters from the original data covering the contents it can be used to process these characters from the string of code and the result
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2304
    • 提供者:
  1. classstr2

    0下载:
  2. 完善字符串类的运算符功能 1、 利用运算符重载完善字符串类的运算符功能。如: 串+整数;整数+串;浮点数+串;串-串;串/串 等; 2、 编制一个带菜单的小系统,演示该类的运算符操作。 -perfect string Operators such a function, using Operator perfect string category Operators function. Such as : String Integer; Integer string;
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11264
    • 提供者:李昭明
  1. halfman

    0下载:
  2. 实现功能: 从计算机终端读入字符集大小,以及n个字符和n个权值,建立哈夫曼树;为n个字符编码,并在显示器终端现实每个字符的编码情况;为一段字符串编码。 课程设计规范,内含源代码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11958
    • 提供者:贾明明
  1. String_Set

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索-MFC-based platform and STL string type, can achieve a rapid search string
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:23326
    • 提供者:吕怡
  1. bmzfdsf

    0下载:
  2. 著名的BM字符串匹配算法-famous BM string matching algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2151
    • 提供者:李林骏
  1. afirst

    0下载:
  2. a开头和a结尾的字符串-a beginning and the end of a string
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:832
    • 提供者:徐强洪
  1. acbm

    0下载:
  2. AC-BM算法的实现的压缩包,很流行的字符串匹配算法,已经测试,-AC-BM algorithm for the realization of the compressed, the very popular string matching algorithm has been tested,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3774
    • 提供者:李阳
  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. cstring

    0下载:
  2. 定义一个字符串类String,其私有成员为一个字符串指针。设计构造函数,拷贝构造函数,析构函数,设置新值函数Set, 打印成员值函数Print。借助此String类,将操作符"=="、">"、"<"的重载函数设置为String类的成员函数,实现对操作符"=="、">"、"<"的重载,使之能直接比较两个String类类型的字符串的大小,设计各种情况调用此三个重载操作符。-definition of a string type String, its private members as a str
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3092
    • 提供者:gongwen
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com