搜索资源列表
no2
- 本程序是为了实现单向链表的就地逆置。主要功能:按照提示输入5个字母a-z,输出结果是这5个字母按照字母表的顺序的排序。-this program is to achieve a one-way linked list of locally inverse home. The main functions : following the prompts to import five letters a-z, this output is five letters of the alphabet,
list
- 生成一个单向链表(*pListHead) 用C中的结构体或C++中的类实现 完成基本要求 基本算法要求: 实现对链表的逆序 void reverse(CList& ); 查找链表倒数第k个元素 FindFBack(CList&, int k); 高要求: 对链表排序 order(CList&); 判断单向链表是否有环
BankSimulation
- 一个银行业务的事件驱动模拟系统,银行有两种业务:第一,取款或借款;第二,存款或还款。银行有两个窗口,用两个队列实现。事件表用带头结点的单向链表实现。-A banking system of event-driven simulation, the bank has two operations: first, the withdrawal or loan second, deposit or payment. Bank has two windows, with two queue imple
Link
- C++实现的一个链表模板类. 单向链表-C++ Achieve a linked list template class. A one-way linked list
LNode
- 1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。 2、 遍历单向链表。 3、 把单向链表中元素逆置(不允许申请新的结点空间)。 4、 在单向链表中删除所有的偶数元素结点。 5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。 6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。 7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 8、 利用算法1建立的链表,
Reverse_one-way_linked_list
- 使用各种不同的方式实现单向链表的逆转,适合初学者哦-Reverse one-way linked list
danxianbiao
- 单向链表可以实现单向链表的一些基本操作比如链表的建立等-dianxianglianbiao
mylist
- 纯C语言实现的通用链表(类)源代码 纯C语言代码实现的通用链表(类)源代码,可在bc++、tc,tc++等这些老古董编译器以及gcc、vc6.0、vc2005中通过编译,觉得不错的下载研究研究,不能抓到截图。 一些说明: 为了可扩展使用,下面的结点结构中用TYPE指定数据类型,使用时请按照需要在list_def.h中把TYPE定义为合适的类型,并且提供三个原型函数,第一个用来为TYPE类型的数据赋值,第二个判断两个TYPE类型的数据是否相等,第三个用来打印(显示)TYPE
zifuchaun
- 数据结构:带菜单的字符串单向链表 实现创建 插入 删除字符串的操作-Data structure: a string of one-way linked list with the menu to create insert delete the string realization of the operation
number1
- 实现带头结点的单向链表的创建、删除链表、插入结点等操作,并能实现年龄递增的两个单向链表合并一个链表,合并后的链表按年龄递减,可认为同名同年龄是同一个学生,每个学生在合并后的链表中仅出现一次。最后打印输出合并后的链表元素,验证结果的正确性-Take the lead node singly linked list to create, delete linked list, insert node operation, and age of increasing two-way linked li
ds3
- 单向链表的创建与操作 设单向链表中节点的数据域的数据类型为整型,编写函数实现以下操作: (1)实现单向链表的创建(包括初始化)与输出操作,节点的个数及节点的数据由用户输入。 (源代码:ds3-1.c) (2)查找给定的单链表中的第i个节点,并将其地址返回。若不存在第i个节点,则返回空地址。 (源代码:ds3-2.c) (3)查找给定的单链表中值为n的节点,并将其地址返回。若不存在值为n的节点,则返回空地址。同时,还应通过参数传回该节点的序号。 (源代码:ds3-3.c
Lists
- 用模板实现了单向链表的增删改查等功能,并且适用于多种数据结构和类,简单实用,是学习和使用的绝好资料-Template to achieve a one-way linked list CRUD functions, and is suitable for a variety of data structures and classes, simple and practical, is to learn and use excellent information
list
- 可以被复用的链表操作代码,包括单向链表、静态链表、双向链表、循环链表的实现-Operation code list can be multiplexed, Including one-way linked list, static list, doubly linked list, circular linked list implementation
one-derection-List
- 单向链表的基本功能实现,插入、删除、复制、排序等-Way linked list to achieve the basic functions, insert, delete, copy, sort, etc.
lxecutmschild
- 本程序是为了实现单向链表的就地逆置,主要功能:按照提示输入5个字母a-z-This procedure is to achieve a singly linked list in reverse, main functions: according to the prompt for five letters a to z
NYWE84
- 本程序是为了实现单向链表的就地逆置,主要功能:按照提示输入5个字母a-z(This procedure is to achieve a singly linked list in reverse, main functions: according to the prompt for five letters a to z)
Link
- 单向链表的实现,以及链表的查询、增加。和删除功能。(Single-way list of the realization, as well as the list of inquiries, increase. And delete functions.)
wriix__profile
- 本程序是为了实现单向链表的就地逆置,主要功能:按照提示输入5个字母a-z()
第12章03日期类应用_日期链表_DateLink
- 一个单向类模板的综合应用,实现日期类的功能(The integrated application of one-way class templates can realize the perpetual calendar class)
slist
- 实现C++中单向链表的基本插入,实用类模板(The realization of the basic insert C++ one-way linked list, practical class template)