搜索资源列表
editor-tc
- 文本编辑器,有简单的界面,可以实现文本文件的创立,装入,保存,显示和编辑的功能。数据结构要求用链表,要实现链表的建立,添加,删除,插入,参考界面是TC2.0-text editors, a simple interface, can achieve the creation of text files, loading, storage, display and editing functions. Requested data structure used chain, in order to
editor
- 采用c++实现的文本编辑器 采用了数据结构中的双链表实现
wenzhangbianji2
- 功能:输入一页文字,程序可以统计出文字、数字、空格的个数。静态存储一页文章,每行最多不超过80个字符,共N行; 要求:(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。(4)存储结构使用线性表,分别用几个子函数实现相应的功能;
sqlitebrowser_200_b1_osx
- 查看表结构个工具,同时还对输入一些查询语句进行测试-Check list structure a tool, but also to input some queries on test
dowhilecycle
- 对循环语句: DO〈赋值语句〉WHILE 〈表达式〉 (1) 按给定的题目写出符合简单优先分析方法要求的文法和属性文法描述。 (2) 按给定的题目给出简单优先分析方法的思想及分析表设计。 (3) 按给定的题目给出赋值表达式和控制语句中布尔表达式中间代码序列的结构设计。 (4) 完成相应的词法分析、语法分析和语义分析程序设计。 (5) 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 -Of the loop: DO < assignment> W
shujujieg
- 用顺序表(一维数组)作存储结构,功能如下-With the order form (one-dimensional array) for storage structure, function as
Editor
- 数据结构实验--文本编辑器 C++实现,链表的使用-Experimental data structure- a text editor, C++ implementation, the use of linked list
Linear-tables-and-lists
- 在VC6.0中利用C++语言对数据结构中线性表和链表结构进行描述,测试,包括6个例子-C++ language use in VC6.0 linear form of data structure and linked list structure is described, testing, including six examples