搜索资源列表
mnsxlb
- 模拟双向链表动画 模拟数据结构中提到的双向链表的建立过程,其中包含了建立链表,删除节点等动画演示过程,不仅是了解双向链表结构的良好参考也是c语言图形编程的很好参照。-analog two-way linked list animated simulation data structure mentioned in the two-way process of building Chain, these include the establishment of Chain delete
well
- 多种编写学生成绩管理系统的方法,内涵单链表程序,双链表程序,数组指针程序,链表文件结合等程序-A variety of preparation methods of student achievement management system, meaning a single linked list program, double-linked list program, the array pointer program, combined with other procedures link
StudentBookCLanguageCourseDesign
- C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
double_circle_link
- 用纯c实现的双向循环链表,类似于通讯录的功能。-The double-way circle linked list is realized with pure c code and its function is similar to the address book.
MessageSuite
- QT4.8消息信使MessageSuite源码,涉及语言国际化,XML,界面,SOCKET,链表,消息,回调函数,对话框等编程,有通讯录,收件箱,发件箱等并且可以在VS2010插件中编译的版本。-QT4.8 news the messenger MessageSuite source, involving international language, XML, interface, SOCKET, linked list, the message, the callback function,
flight
- 一链表形式对记录数据,模拟一个航空系统的航班信息-Flight information of a linked list in the form of recorded data, to simulate an aviation system
cityList
- 城市链表将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-The city will list a number of city information, take the lead into a single linked list node. Node of city information including: a city name, city location coordinat
DoubleLinkedList
- 双向链表的查询 插入 和删除 采用c++实现了代码-Two-way linked list insert and delete query using c++ implementation of the code