搜索资源列表
onlycode
- 课程设计: 关于二叉树操作,哈夫曼编码,散列表,宿舍管理,文本编辑的一些代码。没有详细的说明书。之前收集的,有需要的可下载。-Curriculum design: About Binary Tree operation, Huffman coding, hash table, dormitory management, text editor of some code. No detailed instructions. Collected before, there is need
shujujiegou
- 数据结构中有简单的文本编辑器,还有文本编辑器的设计与实现等多种设计-Data structure in a simple text editor, as well as a text editor such as the design and implementation of a wide range of design
text_Formatter
- 文本编辑器,实现文本按照一定的规则自动格式化,-A text editor, to achieve the automatic formatting text
list
- 用C++写的链表操作,可以作为一个简易的文本编辑器-list
wenbenbianjiqi
- 文本编辑器插入查处,查找,是数据结构的实验,大学实验,我拿个100分的-The text editor insert to investigate and deal with the search
xiaoxingwenbenbianjiqi
- 问题描述:设计一个行编辑程序,使其具有通常行编辑器(如Vi、Edlin)应具备的基本功能。 基本要求:编辑器应具备对文本文件的查找、插人、删除、修改、字符串替换、统计字数,统计行数等功能,对于超过一屏的长文件,应能够分页显示,查找功能用字符串匹配算法实现。设计用户接口命令,实现对文本的编辑。 可以支持“* ”、“? ”等通配符-Problem Descr iption: design a line editor, which is usually a line editor ( such
wenbenbianjiqi
- 这是利用C语言编辑的一个关于文本输入的小程序,对于应付课程作业很有帮助。-this is just a small project which is very helpful to homework.
Text-Editor-Imlementation
- 数据结构课程作业,第一次作业,文本编辑器-Data structures course homework,a text editor
cpp
- 文章查重源码 应用了最短编辑距离算法以及相似度算法原理,用两个待比较的文本框输入要比较的的文本文字,然后求解,最后输出两篇文章的相似度的百分比 -The article source application rechecking the shortest edit distance algorithm and the similarity principle, comparing two stay text box input to compare the text of the text,
main
- 1.模式匹配:子串在主串中的定位,也叫字符串匹配。模式匹配成功是指在主串S中能够找到模式串T,否则,称模式串T在主串S中不存在。 2.模式匹配的应用在非常广泛。例如,在文本编辑程序中,我们经常要查找某一特定单词在文本中出现的位置。 3.模式匹配算法的研究能极大地提高文本编辑程序的响应性能。 -1 pattern matching: substring positioned in the main string, also called string matching. Pattern