搜索资源列表
XML
- 数据结构大作业,XML文档存取库类与编辑器
Editor
- 在控制台实现的可以打开文档对其中内容进行编辑的源码,可以实现插入,对上一行和下一行的查找,还有改写的功能-It s a program which can insert a line or find the string you want or you can see the previous or the next line of the text.It program is run under the console.
Editor
- 该软件是文本编辑器,基本上实现了编辑一个txt文档所需的所有操作。-The software is a text editor, basically realized the need to edit a txt document all operations.
Edit
- 简单行编辑器:简单行编辑器要求实现行插入和行删除,以一行为操作目标,这里使用了双链表,一行为一个Node,整个双链表链表为一篇文档的形式来存储。算法使用了KMP算法来实现查找,且支持"*"、"?"等通配符。-Simple line editor: Simple line editor insert rows and rows required to achieve removed to a behavioral operational objectives, where the use of t
