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

搜索资源列表

  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. jumin

    0下载:
  2. 在程序中需要使用到的字符串大致可以分为两大类,一类是创建之后不需要做修改和变动的字符串常量,另一类则是创建之后需要添加,插入和修改等更改的字符串变量。在java中,对于字符串常量对象则使用String类,它提供了许多诸如比较(compareTo),查找(indexOf)之类的操作,而对于字符串变量对象则使用StringBuffer类,它提供了扩充(append),插入(insert)等操作。-In the procedure requires the use of the string can
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:5888
    • 提供者:若儿
  1. java

    0下载:
  2. 连接各种数据库。各种数据库的JDBC驱动下载及连接字符串写法 为了方便大家查找,整理内容如下-Connecting various databases. Various databases JDBC driver to download and connection string writing for the convenience of everyone to find, organize the contents of the following
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:4817
    • 提供者:国加会
  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. c

    0下载:
  2. 计算器vb程序,输出大中小三个数,查找学生序号为1的学生,用指针指向字符串,-Vb calculator program, the output Xinhuanet three the number of students in search of one serial number for students, with pointer to string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4637
    • 提供者:张歌
  1. ks1

    0下载:
  2. 1. 可显示当前鼠标的行列位置 2. 实现字符串的查找与替换 3. 实现记事本中的常用菜单项 4. *实现文件的打开与保存 5. *设置文本的字体 -1. Shows the ranks of the current mouse position 2. Implementation of the search string with the replacement of 3. Implementation of commonly used Notepad menu item
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2334
    • 提供者:叶晓彬
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com