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

搜索资源列表

  1. zifuchuan.rar

    0下载:
  2. 一个简易的mfc的字符串处理程序,实现查找,替换,输入,清除等功能,A simple mfc string handling procedures, to achieve to find, replace, import, clearance and other functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-31
    • 文件大小:13361931
    • 提供者:liufan
  1. findstring

    0下载:
  2. 用于查找一个字符串中给定子串出现的次数,并输出删除给定子串后的原串-Find a string in the string appears to the stator frequency and the output will be deleted after the substring of the original string
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:5065
    • 提供者:珍惜
  1. bmsearch_src.zip

    0下载:
  2. BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。,BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:10523
    • 提供者:jiangjun
  1. searchringhtwords

    0下载:
  2. 汇编程序设计报告 查找匹配字符串 包含源代码 报告-Assembler design report for a match string that contains the source code report
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:17127
    • 提供者:mrxue
  1. tool2.0

    0下载:
  2. 查找.txt文件中的特殊字符串,然后替换,可多个文件一起替换。-ttt
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:41290
    • 提供者:谭美宁
  1. memofind

    0下载:
  2. BCB6 Memo 字符串查找例子,完整工程文件。英文部分是自动翻译的。-The BCB6 Memo string for example, the complete project file. The English part of the automatic translation.
  3. 所属分类:EditBox

    • 发布日期:2017-03-29
    • 文件大小:245734
    • 提供者:gdct
  1. 完成URL编码的C++类

    1下载:
  2. 本文的目的是设计一个完成URL编码的C++类。在我曾经的项目中,我需要从VC++ 6.0应用程序中POST数据,而这些数据需要进行URL编码。我在MSDN中查找能根据提供的字符串生成URL编码的相关类或API,但我没有找到,因此我必须设计一个自己的URLEncode C++类。-The purpose of this paper is to design a complete URL-encoded C++ classes. I have a project, I need VC++ 6.0 a
  3. 所属分类:网络编程

    • 发布日期:2015-03-12
    • 文件大小:32119
    • 提供者:mxb
  1. TreeOperation

    0下载:
  2. 数据结构树的操作,包括输入二叉树用广义表表示的字符串,前序,中序,后序,按层遍历,查找树中元素,还有树的深度-Tree data structure operations, including input binary string representation of generalized table, pre-order, in order, the order, according to the layer through to find the tree of elements, as
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:242637
    • 提供者:maizhao
  1. TireTree

    0下载:
  2. Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1756
    • 提供者:youyu
  1. compare1

    0下载:
  2. 查找匹配字符串 程序接收用户键入的一个关键字以及一个句子.如果句子中不包含关键字则显示 NO PATH 如果句子中包含关键字则显示从这该字在句子的位置用十六进制数显示出来-search procedures to receive matching string typing a keyword and a sentence. If the sentence does not contain the keyword showed NO PATH if the sentence conta
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:884
    • 提供者:
  1. Deliver

    0下载:
  2. 包含冒泡排序算法函数模板和数据结构中的字符串查找例子及解线性方程组的3个典型算法加演示。-Contains the Bubble Sort algorithm function templates and data structure of string to find examples and solutions of linear equations of the three typical algorithms plus demo.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:4761
    • 提供者:黄尚
  1. Example

    0下载:
  2. 字符串的查找和提取,用C语言编写的源代码。-String search and extraction, using C language source code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:5197
    • 提供者:刘秦
  1. counter

    0下载:
  2. 本程序实现查找问题,可以计数一个字符串中含数字、字母、其他字符的个数。-Find a problem of this program, you can count a string containing numbers, letters, number of other characters.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1189
    • 提供者:muse
  1. Mystring

    0下载:
  2. string库函数 中几个函数的实现。 字符串查找,字符查找,求字符串长度。-string library functions in the realization of several functions. String to find, find the characters, and the length of the string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1495
    • 提供者:leon
  1. hb

    0下载:
  2. 计算机汇编实验:表格显示字符,查找匹配字符串,分类统计字符个数,查找电话号码,求Fibonacci-Computer compilation of the experiment: table shows the characters, to find matching strings, keep separate statistics on the number of characters to find telephone numbers, and Fibonacci
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:5411
    • 提供者:chenzhiliang
  1. FindString

    0下载:
  2. 代码字符串查找,对多语言支持的代码整理有很大好处。-Find a code string of multi-language support is greatly beneficial to organize code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:23042
    • 提供者:yinsong
  1. chazhaopipeizifu

    0下载:
  2. 这是查找匹配字符串的,功能强大,汇编语言编写的,对于学习汇编有很大的用处-This is to find matching strings, powerful, compiled languages, for learning a great compilation of the usefulness of
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2730
    • 提供者:李四
  1. article_Edit_mfc

    0下载:
  2. 文章编辑器 【内容与要求】 功能:输入一页文字,程序可以统计出文字、数字、空格的个数。 要求: (1)分别统计出其中英文字母数和空格数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符前移。 (4)实现查找符合要求的某个字符串,能实现将该字符串替换为另一字符串 【提示】采用字符串实现。 -Articles Editor】 【content and functional requirements: En
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1925104
    • 提供者:yyfy
  1. kmp

    0下载:
  2. kmp算法:查找一个字符串是不是另一个字符串的子串-kmp algorithm: to see whether a string is a substring of another string
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:821
    • 提供者:黄异
  1. Trie

    0下载:
  2. Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:324461
    • 提供者:黄异
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 23 »
搜珍网 www.dssz.com