搜索资源列表
zhanduilie
- 熟悉栈、队列这种特殊线性结构的特性; 2 熟练掌握栈、队列在顺序存储结构和链表存储结构下的基本操作 -Are familiar with stacks, queues the linear structure of this particular characteristic two master stack, queue list in the order of storage structures and storage structures of the basic opera
shunxubiao
- 实现顺序表的各种基本操作,代码清晰,简单易懂-The order of the table to achieve a variety of basic operations, the code clear and easy to understand
1
- 顺序表的基本操作:1. 编写函数,输入一组整型元素序列,建立一个顺序表。 2. 编写函数,实现对该顺序表的遍历。 3. 编写函数,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位置i,否则返回错误信息。 4. 编写函数,实现在顺序表的第i个位置上插入一个元素x的算法。 5. 编写函数,实现删除顺序表中第i个元素的算法。 6. 编写利用有序表插入算法建立一个有序表的函数。 7. 编写函数,利用以上算法,建立两个非递减有序表,并把它们合并成一个非递减有序表。 8.
cidian
- 设计一个简易英汉词典系统,实现基本的单词检索功能,即输入英文单词则系统输出其汉语,反之亦然;并能够进行基本的词典维护操作,包括插入和删除,要求按英语的词典顺序排列单词。 (1)使用图形化界面。 (2)建立英语词汇表,输入为小写字母时为合法输入。 (3)每个词条应包含单词的英语形式、汉语释义、发音等基本信息。 -java and database to do simple electronic dictionary applet also thesis
Stored-in-order
- 熟悉顺序表的基本操作方式,掌握顺序表相关操作的具体实现-Familiar with the basic mode of operation of the order of the table, the concrete realization of the table in order to master