搜索资源列表
文件中字符串的查找与替换
用比较朴素的方法实现文件中字符串的查找与替换
文件中字符串的查找与替换2
用比较高级的算法实现文件中字符串的查找与替换
C++关于字符串查找的
- 关于字符串查找的
ComboBoxCS_demo
- 查找字符串时对大小写敏感的选择框。-Search DialogBox which is sensitive to uppercase/downcase char when it is searching a string.
Seek
- 在海量数据中查找匹配字符串,在基因序列分析中用!-in Massive search for data matching string, the gene sequence analysis using!
StringInFile
- 查找一个文件中指定的字符串 -search for a document specified string
Find_String
- 查找含有 某些字符串的 文件。-search string containing some documents.
字符串查找和替换的实现例子
- 字符串查找和替换的实现例子-string search and replace example of the realization
文档编辑器
- 实现对输入文件的操作:保存文档 , 回到起始行 ,改变当前段的部分内容 , 删除当前, 查找字符串,段跳转, 帮助, 字符数 , 跳至下一行 , 跳至上一行 ,结束任务 ,读文档,改变当前段的全部内容, 阅览文档,写文档, 改为小写 等多种功能-realization of the right to operate the importation documents : to preserve documents, to return
查找匹配字符串所在的位置
- 汇编实验 查找匹配字符串所在的位置 输入一段字符 能查出它的位子和个数-compilation of experimental search string matching the location for the importation of characters it can be detected and the number of seats
ASM11
- 汇编实现一位数加数,多位数加法,查找字符串,乘法。程序中已经有详细的说明了。-achieve a compilation of several augend, multi-digit addition, search strings, multiplication. Proceedings have a detailed descr iption.
text1111111
- 汇编查找字符串 -compilation search string to search string compilation compilation search string to search string compilation
dxccz
- 主要介绍了如何在 文本文件中实现多线程查找字符串的编程技术-major described how the text document search for multi-threaded programming string
jspnetcode
- 《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与Javascr ipt交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实例4 简单数据类型综合应用实例 实例5 包装类综合应用实例 实例6 数组应用实例 实例7 字符截取程序
CleanR
- 一个用来查找字符串的类,包括查找和替换的功能-used to search for a string of categories, including search and replace function
kmp_suanfa
- KMP模式匹配算法,实现了用KMP算法无回溯查找字符串的功能-KMP pattern matching algorithm using the KMP algorithm without backtracking to find string function
rowedit
- 1.建立一个以字符串文件,即从键盘输入若干行字符串,把它们输出到磁盘文件保存起来. 2.从磁盘文件上读回字符串,并在屏幕上显示出来. 3.从磁盘文件中查找字符串,判断文件中是否存在所查找的字符串,并在屏幕上显示出查找结果 4.替换查找到的存在于文件中的字符串,并保存修改结果. 5.在已查找到的字符串后再加上一个字字符串. -1. To establish a string file, keyboard input f
Pad
- 基于Dialog类,一个简单的查找字符串的程序,带有菜单等功能-Dialog-based class, a simple procedure for the search string with the menu and other functions
676375678
- 在一个已知的文本文件(是文章)中查找字符串,统计该字符串在文章中出现次数,字符串由用户给定-very good !~~~
匹配查找字符串
- 汇编 匹配查找字符串 程序接收用户键入的一个关键字以及一个句子。如果句子中不包含关键字则显示‘NO match!’;如果句子中包含关键字则显示‘MATCH’,且把该字在句子中的位置用十六进制数显示出来。