搜索资源列表
链表
- 一个用c语言实现的链表,链表是实现了一个同学录-a language with the List, the List is a website
链表的C语言实现之单链表的实现
- 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
双链表
- 双链表c++算法实现-Algorithm
用c++完成的双链表源代码
- 用c++完成的双链表源代码-complete with the source code-List
item用C++实现链表的源程序
- 用C++实现链表的源程序-C source to achieve Chain
c++实现链表的源程序
- 用c++实现链表的源程序-use the source code to achieve Chain
通讯录.txt
- 这是一个很简单的C语言程序,有链表编的。-This is a very simple C language program, a series of the Chain.
bookManager
- C++链表实现的简单图书管理系统,对学习链表有帮助-C++ Chain to achieve a simple library management system, helpful in learning list
最简单的链表
- 最简单的出进栈程序设计,是新手对链表理解的最好代码(The simplest design of a stack program is the best code for a novice to understand the linked list)
链表Lecture03
- 这是一个C写的链表例子,对初学者来说是一个挺好的讲解。(This is a C list of examples written for beginners is a very good explanation.)
《c++双向链表》
- C++双向链表的基本应用,适合新手,附注释。(The basic application of two-way linked list)
链表操作程序(完整)C语言.txt
- C语言链表操作示列。建立表,插入表,删除表,打印表等(C language list operations show columns.)
链表1
- c语言实现链表算法,比较简单易懂的方式,适合入门(C language list algorithm, relatively simple way to understand, suitable for entry)
链表
- c++链表操作实例,供初学者参考,,,,,(Example of c++ linked list operation)
异质链表(cpp版)
- 用C++实现了异质链表,每个可以存放不同类型的数据。(A list that handles different data types, written in C++.)
链表
- 学习数据结构的链表操作,并编程用链表分别实现两个链表中数据的合并,并排列大小。(Learning the chain table operation of the data structure, and programming the combination of data in two linked lists with the chain table, and arrange the size.)
通讯录.c
- 这是基于vs2012平台编写的,采用C语言编写,采用链表结构存储,可以实现联系人姓名,电话的存储、修改、查询、删除等功能。(This is written on the platform of vs2012, written in C language and stored in linked list structure. It can achieve contacts, name, telephone storage, modification, query, delete and othe
链表的综合使用
- C语言链表综合使用示例,适合初学者使用,入门级(An example of the integrated use of the C language)
链表
- 用C语言实现的链表的先进后出实现,链表的反向实现(Using C language to achieve the advanced implementation of the linked list, the reverse implementation of the linked list.)
基于C语言链表实现的订餐系统
- 点餐系统,用简单的c语言链表实现。通过在主函数循环调用各个函数,从而实现对链表的连续操作,最终实现链表的新建、打印、查找、保存、读取、更新、删除等等操作,进而管理订单与用户信息,并保存用户的各种信息,方便下一次操作。链表是以订单号排序,当出现订单号相同时会有提示,并结束本次操作,成功实现一个订单号对应一个客户。(A simple ordering system)