搜索资源列表
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
mpbiq
- 用双向链表,文件读写的知识编写简单的通讯录,可记录姓名、性别、出生年月日、邮编、地址、电话号码等内容。可从第一条显示、从最后一条显示,可实现上翻下翻浏览。可进行添加、删除、插入、查找、保存、退出等通讯录的基本操作。界面友好,输入输出更具人性化,实现键盘响应,有操作提示,便于使用者上手操作。-with two-way linked list, document literacy knowledge of the preparation of simple correspondence, it ca
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
eksplisit
- eksplisit linked list
task_4
- 创建一个单向链表,保存输入的学生成绩: 78、90、85、67、98、75、64、80、82、78 创建完成后在75和64之间插入一个成绩90; 然后实现对成绩进行由低到高排序; 最后在链表中找到成绩为80的,并将其删去。 -Create a one-way linked list, save the information entered student achievement: After 78,90,85,67,98,75,64,80,82,78 created bet