搜索资源列表
利用一个链表类实现一个队列类和栈类
- 利用一个链表类实现一个队列类和栈类-use a objectlist achieve a queue category and type Stack
00348254-6
- 链表类,使用方便快捷-objectlist, convenient
利用一个链表类实现一个队列类和栈类
- 利用一个链表类实现一个队列类和栈类-use a objectlist achieve a queue category and type Stack
LinkedNode
- 链表类,提供了全套的链表处理函数-objectlist, provides a full suite of Chain Functions
一个实用的数据库---学生管理系统
- 编程思路:①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。②: 创建一个链表类(List),链表类可实现如下功能:创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。③: 创建一个操作类(Operater),操作类实现如下功能:显示菜单,操作链表。-programming ideas : : use a single linked list to achi
同色球游戏
- 游戏开发,用到direct等.Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的完全管理. -game developers, such as direct use. Ball sports, including
KoSMSGateWay_Pro36
- 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 创建一个链表类(List),链表类可实现如下功能: 创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。 创建一个操作类(Operater),操作类实现如下功能: 显示菜单,操作链表。-use a single linked list to achieve the procedural requir
另类双向链表
- 在学校中很多同学多会被链表内存空间的申请使用给难住,特别是双向链表... 在此我提供一种使用方式以供参考-in schools many more students will be linked list of memory space for applications to the use of hard living, in particular is a two-way linked list ... Here, I prov
VC_List_Test
- 这是用VC打包好的链表类,很好用的,使用简单方便,在实际应用中用的很不错,现在推荐给大家-This is a good package with VC objectlist good use, and facilitate the use of simple, practical applications used in a very good, now recommended for everyone
TestChain
- 自己编写了单向链表类,并能够对链表遍历,插入等-their preparation of the one-way linked-list category, and to traverse the linked list, such as insertion
TemplateListClass
- 模板链表的类定义,用模板定义了链表类的一些常用功能。-template definition of the category, with a template definition objectlist some commonly used functions.
cujjan2004
- 基于MFC的链表类很容易看懂哦适合于新手进行学习-based MFC objectlist easily understand Oh suitable for novice learning
circlechain
- 定义并实现带头结点的循环双向链表类,除构造和析构函数外,成员函数还有取数据元素个数、插入、删除、取数据元素-definition and take the lead in achieving the cycle node type two-way linked list, in addition to the structural and destructor function, members also function from t
namelist
- 实现姓名的插入删除,查询,是链表类联系的经典习题!-The realization of the deletion of the names of the insertion, query, is a list of the classic type of links Exercises!
linklist
- 对链表的操作,建立链表类,实现代码的重用,提高编程的效率-On the list of operations, the establishment of category list, the realization of code reuse and improve the efficiency of programming
ListTmp
- 一个跨平台的适应各种参数和结构定义的链表类。-A cross-platform to adapt to a variety of parameters and structure definition of the category list.
list
- 基于c++语言的一个链表的实现程序,内置链表类函数.-Based on c++ Language procedures realize a list of built-list functions.
zuiduanlujing
- 对链表分段的函数,使用链表的长度信息。其次要求把归并排序的每一步过程都打印出来。自己构造一个链表类并实现,用于排序。另外生成随机数的类-Section of the list function, use the length of the message list. Second, requested that the process every step of mergesort are printed. Construct thei
DblList
- 数据结构(清华第2版)中,可重用的双向链表类-Data structure (Tsinghua 2nd edition), the reusable doublelinked list Class
01
- 一个链表类,可实现基本的链表操作:创建,清空,移除,修改(a class which concludes create,visit,remove,insert,traverse)