搜索资源列表
item用C++实现链表的源程序
- 用C++实现链表的源程序-C source to achieve Chain
c++实现链表的源程序
- 用c++实现链表的源程序-use the source code to achieve Chain
树与链表结合使用
- 这是一个用c实现的将树与链表结合起来使用的算法。-c used to achieve the Tree and List combine the use of algorithms.
移质链表
- 用c++实现的异质链表,包括链表的增加删除查找反转功能。
c语言实现的链表的操作
- 用C语言实现链表的插入、删除、查找、定位等操作
学生成绩管理系统
- 用C语言链表实现的学生成绩管理系统,有更新模块,查询模块,统计模块,文件读写模块
实现哈希表,链表,与数据结构无关
- 因工作原因,需要实现数据的快速查找与维护,因为是用C语言实现,所以写了一个通用的算法,实现了与数据结构无关。当时这一部分用在了一个实时交通信息上。 有问题与我联系 sulongvc@163.com
item用C++实现链表的源程序
- 用C++实现链表的源程序-C source to achieve Chain
c++实现链表的源程序
- 用c++实现链表的源程序-use the source code to achieve Chain
数据课设
- 用VC链表实现的通讯录,也是课设的好-VC Chain achieve directories, as well as a good lesson Wanton
学籍管理系统C语言版
- 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述
C实现二叉树
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
C++实现二叉树很好的例子
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
链表的C语言实现之单链表的实现
- 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
编程论坛-用C简单编写通讯录源代码(经典)申请加精
- 用C简单编写通讯录源代码(经典)申请加精 通讯录的源代码(用链表实现)-prepared with a simple C source code directory (classic) for inclusion in the intensive increase in the source code (with Chain achieved)
C++0001
- 这是一个有序链表的生成和插入的源码。用C++实现。-This is an orderly list of the generation and insertion of the source. With C++ Realize.
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
链表1
- c语言实现链表算法,比较简单易懂的方式,适合入门(C language list algorithm, relatively simple way to understand, suitable for entry)
异质链表(cpp版)
- 用C++实现了异质链表,每个可以存放不同类型的数据。(A list that handles different data types, written in C++.)
基于C语言链表实现的订餐系统
- 点餐系统,用简单的c语言链表实现。通过在主函数循环调用各个函数,从而实现对链表的连续操作,最终实现链表的新建、打印、查找、保存、读取、更新、删除等等操作,进而管理订单与用户信息,并保存用户的各种信息,方便下一次操作。链表是以订单号排序,当出现订单号相同时会有提示,并结束本次操作,成功实现一个订单号对应一个客户。(A simple ordering system)