CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 搜索 字符串

搜索资源列表

  1. string

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-Platform based on the MFC and the STL string class, can be achieved in the fast string search.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:23338
    • 提供者:pengzhangxiang
  1. ChineseTokenizer

    0下载:
  2. 中文分词演示程序,可以对字符串进行按照词义分词。在搜索技术中有广泛应用。-Chinese Segmentation demo program can be carried out in accordance with the meaning of the string segmentation. In the search technology has wide application.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-06
    • 文件大小:966582
    • 提供者:老农
  1. CIVStringSet

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-Platform based on the MFC and the STL string type, you can achieve in the fast string search.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:23141
    • 提供者:赵江
  1. ac

    0下载:
  2. 这个c的小程序 是基于AC算法的多模式匹配技术,对字符串搜索一次,就可以找出所有的匹配字和出现位置-The c of the small program is based on the AC algorithm many pattern matching techniques to search a string, you can find all the matching words and the emergence of location
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6968
    • 提供者:孔利峰
  1. CIVStringset

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。 -Platform based on the MFC and the STL string type, you can achieve in the fast string search.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:23067
    • 提供者:陈元
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1839013
    • 提供者:ciweijsf
  1. CIVStringSet

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-Platform based on the MFC and the STL string class, can be achieved in the fast string search.
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:23067
    • 提供者:Iowa
  1. SPDF

    0下载:
  2. 我们经常会有这样的经历,只记得只言片语,而不记得是具体是哪个文件,有人会去挨个打开文件去查找,有人会打开WINDOW的文件搜索, 前者就不用多说了,呵呵,后者会发现Window搜索的能力太有限了,比如我们在日常工作中经常会遇到PDF文件,.JAVA文件就无法搜索,而且搜索完成后只是告诉你这个文件里有你需要的,但你还要打开看是否是你真正需要的,最好的方法是我们可否和搜索引擎一样将文件中的关键字所处的上下文列出来呢? 呵呵,本软件就是达到此目的..不但可以列出你要找的关键字的相关内容,还能搜
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:79354
    • 提供者:李优
  1. googrep.tar

    0下载:
  2. 类似于google命令行的字符串搜索,对于全文搜索有参考意义-Google command line similar to the string searching, full text search for the reference value
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:4374
    • 提供者:jgqwhucs
  1. modified_kmp

    0下载:
  2. 这是KMP字符串匹配算法的实现代码,其中next数组的求解算法也是该进型的,避免了重复搜索的问题-This is the KMP string matching algorithm code, which the next array algorithm is the progressive, and to avoid the problem of duplicate search
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1540664
    • 提供者:宗雯
  1. socket_shell

    0下载:
  2. 分别编一个客户端程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如>1k字节) (目的是为了在一次连接测试多次的收/发)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。 编写一个递归的shell程序 findit,该程序搜索参数2指定的目录树,查找所有的以 .c和 .h结尾的文件,如文件行中含有参数1指定的字符串,显示该行和相应的文件名。如目录参数2缺省,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:13075
    • 提供者:pobenliu
  1. CppCode

    1下载:
  2. C++经典源代码 CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip  一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip   基于MFC和STL平台的字符串类,可以实现在
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:353362
    • 提供者:Dill
  1. CatListBox_src

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-Platforms based on MFC and the STL string class, you can achieve fast string search.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:7850
    • 提供者:师磊
  1. MFC

    0下载:
  2. 基于MFC平台的字符串类,可以实现在快速字符串搜索。采用VC编写。-Platform based on MFC string class, you can achieve fast string search. Prepared using VC.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:4762
    • 提供者:JI
  1. STL

    0下载:
  2. 基于STL平台的字符串类,可以实现在快速字符串搜索。采用vc编写。-Platform based on STL string class, you can achieve fast string search. Prepared using vc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:4577
    • 提供者:JI
  1. 92_WSS

    0下载:
  2. 实现窗口搜索算法的并行系统——字符串存储器-Search algorithm to achieve the window parallel systems- the string memory
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2785
    • 提供者:yeyang
  1. 12321121

    0下载:
  2. 主要算法说明: 将目标文件(即program.txt)一行一行读入,读一行然后就利用kmp算法求出这一行有几个搜索的字符串,接着在读入一行在用同样的算法求出该行所含有要计数字符的个数,直到读到文件结束.将所有行读出的字符累加,即该文件下含有该字符的个数.-Main Algorithm Descr iption: The target file (ie program.txt) line by line, read, read a line and then find this line us
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:19926
    • 提供者:流氓
  1. KMP

    0下载:
  2. C语言KMP字符串搜索算法实现 -C-KMP string search algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:5095
    • 提供者:林海涵
  1. StringSetSample

    0下载:
  2. 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。 -Platforms based on MFC and the STL string class, you can achieve fast string search.
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:14346
    • 提供者:wangwei
  1. GA_NEW

    0下载:
  2. 遗传算法是一种基于生物自然选择与遗传机理的随机搜索算法。和传统搜索算法不同,遗传算法从一组随机产生的初始解,称为“种群(Population)”,开始搜索过程。种群中的每个个体是问题的一个解,称为“染色体(Chromosome)”。染色体是一串符号,比如一个二进制字符串。这些染色体在后续迭代中不断进化,称为遗传。-the availability of genetic algorithm method was proved
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3070
    • 提供者:吕冰
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com