搜索资源列表
list_hash
- hash表和单向链表的实现代码,相当实用.-hash table and the realization of one-way linked list code useful.
yiliao
- 这个程序是用C语言实现的。我使用了单向链表来实现对药品的增加. 删除等操作. 我修改了几次算法, 优化了一下. 如果有不足之处,还望各位多多指点。 设计目的: 这是一个专为小药店设计的药品管理系统. 可以对药品自由的进行添加、删除、查找等操作. 功能简介:(每个数字键对应相应的功能, 按数字键后,请按Enter键) \"1 - 增加药品\": 向系统增加一种药品 \"2 - 删除药品\": 删除系统中的一种药品 \"3 - 查找药品\": 输入药品
assignment_1
- 用C++写的两个多项式相加,但可在C下实现,只用将#define NULL 0 去掉就可以了.是用单向链表实现
homework2_2
- 用链表(单向链表或双向链表)实现 多项式之间的运算包括:多项式之间的加、减、乘、除*法等
list_si
- 数据结构自己写的单向链表的实现,希望对大家有用
suanfa.rar
- 包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,,Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the mi
List.rar
- 单向链表的标准c++实现范例 数据结构 面向对象 生成函数 复制函数 赋值函数 操作符重载,The standard one-way linked list c++ to achieve an example of object-oriented data structure constructor function Copy function overloaded assignment operator function
lianbiao
- 单向链表的存储特点及其实现,单向链表的插入 删除算法及其应用算法的程序实现-One-way linked list of storage characteristics and the realization of a one-way linked list insertion algorithm and its application to delete the program algorithm
lianbiao
- 实现链表的程序。有单向链表,双向链表,循环链表等。-The realization of the procedure list. There are one-way linked list, two-way linked list, circular linked lists and so on.
ChainTable
- 该软件实现了一个单向链表的类,具有查找、增加和删除一个结点等功能-The software implements a one-way linked list of categories, with search, increase and delete a node and other functions
asdfwcxgf
- 数据结构单向链表的多少功能的实现 建立插入删除查找等功-One-way linked list data structure functions realize how much set up to insert delete search such as reactive
chengxudaima1
- 1线性表基本操作的实现,建立单向链表,遍历单向链表,单向链表中的元素逆置-Basic operation of linear table implementation, the establishment of one-way linked list, traverse the one-way linked list, singly linked list of elements in the inverse set
lianshibiao
- (1).键盘输入一组元素,建立一个无头结点的单向链表(无序)。 (2).遍历(打印)单向链表。 (3).把单向链表中元素逆置(不允许申请新的结点空间)。 (4).在单向链表中删除所有的偶数元素结点。 (5).对链表排序,排序后链表元素按照非递减方式排列(注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6).利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 (7).利用算法
cstruct
- c语言版的单向链表,双向链表,队列的模板实现,只需要2句话,就可以在你的程序中使用单向链表,双向链表,队列。
chain
- 一个用单向链表存储多项式的实现,可以实现两个多项式的建立,并实现多项式的加减乘除运算。-A polynomial with a one-way linked list storage implementation, the establishment of two polynomials can be achieved, and to achieve polynomial addition and subtraction, multiplication and division operatio
Node
- 自已写的一人单向链表,实现了链表的建立,插入、删除和逆置-Write their own one-person one-way linked list, to achieve the establishment of a list, insert, delete, and set against the
DeskApp
- c++单向通用链表的实现,入门实例(与stl无关)。有助于入门新手理解-Universal one-way linked list c++ implementation, start an instance (nothing to do with the stl). Novice help you get started understanding
single_list
- 单向链表的创建,插入,删除,遍历,C实现-The creation of a single linked list, insert, delete, traverse, C
link
- 带表头结点单向链表的实现(包括链表初始化和头(尾)插入建链,元素的插入,删除,查找,链表的逆置,求表长,推出操作的实现)-Junction point of one-way linked list (including the insert to build a chain of linked list initialization and head (tail), element insertion, deletion, search, and the inverse set of the l
reverselist
- 这段小程序可以实现单向链表的反向操作,凑够20个字。-This program can be the reverse of the one-way linked list.