搜索资源列表
程序C++双链表
- 程序C++双链表算法代码-procedures List C-code Algorithm
合并链表
- 将两个链表合并,这是初学c++的新手必看的 程序,有助于提高对链表的认识-merger of the two linked list, which is the beginner c Xinshoubikan procedures, and help to increase the awareness of the List
使用动态链表完成一个简单的商品库存信息管理系统。
- create:接收用户输入的商品号和商品名称的信息,建立链表;库存初始化为0,没有进货之前不允许销售;商品号为0表示用户输入结束。本函数用于初始化,如果第二次被调用的时候,首先要执行destroy清除旧链表。 destroy:给定链表的头指针,删除链表的所有节点,并释放相应的空间。本函数在程序退出前应至少被调用一次。在调用此函数前,必须给予用户提示,使用户在删除前有反悔的机会。 sell:商品销售,由参数传入商品号和销售数量。如果不
静态链表求集合对称差
- 静态链表求集合对称差 c语言程序
dynsarray
- 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请。同时,与普通的双向链表不同,本代码提供了对内部数据的快速索引,大大提高了数据访问速度-The code provides for dynamic array support program in memory data block storage, to avoid the large memory applications. At the same time
Linkinse
- 数据结构:链表程序-data structure : procedures Chain
通讯录.txt
- 这是一个很简单的C语言程序,有链表编的。-This is a very simple C language program, a series of the Chain.
程序C++双链表
- 程序C++双链表算法代码-procedures List C-code Algorithm
C语言 程序设计
- 对于链表的基本操作 包括建立,插入,删除-List for the basic operation including the establishment, insert, delete
关于链表操作的c程序设计
- 关于链表操作的c程序设计-operate on the c Chain Design
c&c++语言程序
- 数据结构中的 二叉树算法、快速排序双向链表、顺序文件合并、顺序广度搜索以及深度搜索最优解 的C&C++ 程序-C&C++ programme about data structure including binary tree algorithm, quick sorting based on doubly linked lists, merging ordinal files, best solution of orderly wi
array(V2)
- 实习性 动态数组(第二版) 大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 -Practice of dynamic arrays (Second Edition) a large amount of data management is the he
tonxunlu
- 用纯C语言写的一个通讯录程序,通过链表存储,自己设计界面。-Using pure C language to write an address book program, through the chain store, the interface of their own design.
zy1_list
- C++可视化编程实现的链表程序,显示好友的信息包括图片,可以添加,删除,查找信息-C++ Realize visual programming procedures of the list shows friends information, including pictures, can add, delete, find information
c
- 对于循环链表的处理构建问题,对于初学者来说还是比较好的一个小程序。-The cycle of building a list of issues to deal with, for beginners or a little better procedures.
datastruct_example
- 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_ma
lianbiao
- 这是一个很经典的链表程序,对于初学数据结构的同学或C语言的同学来说,是一个非常好的实例。希望能对大家有所帮助。-This is a classic list of procedures, data structures for beginner students or students with C language, it is a very good example. I hope you can help.
最简单的链表
- 最简单的出进栈程序设计,是新手对链表理解的最好代码(The simplest design of a stack program is the best code for a novice to understand the linked list)
链表操作程序(完整)C语言.txt
- C语言链表操作示列。建立表,插入表,删除表,打印表等(C language list operations show columns.)
hello
- 实现c++数值操作 例如输入数组的数1 2 3 4 5 则输出2 1 4 3 5 4 。程序里有默认的输入数组,使用者酌情修改,能够运行,亲测有效。(C + + numerical operations For example, the input array number 1 2 3 4 5 output 2 1 3 4 5 4. Program in the default input array, the user as appr