搜索资源列表
test
- 学习堆对象的分配与释放、静态数据成员和静态成员函数的使用、链表类的定义与使用 模拟栈操作:设计一个整数链表类,满足栈操作。即,总在链表首插入结点,总在链表首取出(删除)结点。
DoubleList.rar
- 用类定义一个双向链表,并定义双向链表的排序插入,删除和输出操作的成员函数,可以实现依据姓名查找结点及修改结点数据的功能,把记录以通讯录形式保存在磁盘上。,Class definition with a two-way linked list, and define the order of two-way linked list insert, delete, and member functions of the output operation can be achieved based o
LNode
- 链表的各种操作集合,数据结构的基本操作,包括增删改添等-List a collection of various operations, the basic operation of the data structure, including additions and deletions and other changes Tim
20120412_82647
- 不使用结构体和链表,纯使用字符串操作和文件格式化读写编写的XX管理系统,包括详细设计文档。-Do not use the structure and linked lists, pure string manipulation and file format reading and writing written XX management system, including detailed design document.
ji-yu-VCPP-de-lian-biao-shi-yong
- 本例程是基于VC++设计,能实现链表直接的互相操作;能直接控制链表的读写操作-This routine is based on VC++ design can achieve the linked list directly interoperable able to directly control the linked list of read and write operations
shujujiegou
- 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。2.实现单链表、循环链表、双向链表的所有基本操作 3.定义顺序栈类型,实现栈的所有基本操作。定义链栈类型,实现栈的所有基本操作。应用栈实现数制的转换。4.定义顺序队列类型,实现栈的所有基本操作。定义链队列类型,实现栈的所有基本操作。将字符串转换为整形。5.定义二叉链表类型,建立二叉树。先序、中序、后序、层次遍历二叉树,并输出遍历结果。-1. Achieve the basic o
linklist
- 封装了数据结构中基本的结构,主要实现了链表的功能,已经链表的各项基本操作-Encapsulates the basic structure of the data structure, the main achievement of the functionality of the list, and has been linked list of the basic operations
lianbiao
- 链表基本操作算法,包括插入,删除,自己编的,可以借鉴-Linked lists basic operation algorithms, including insert, delete, and made themselves, can learn from
Linklist
- 链表的操作:插入新节点、删除节点、查找节点、打印链表。-The operation of the list: insert a new node, delete node, find the node, print a linked list.
my-parking
- 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
dazi
- 打字训练系统源码。采用链表操作实现,所有功能均已测试完成。保证不是坑人的操作。-Typing training system source code. Using chain operations to achieve, all functions have been tested complete. Ensure the operation is not deceptive.
Edit
- 简单行编辑器:简单行编辑器要求实现行插入和行删除,以一行为操作目标,这里使用了双链表,一行为一个Node,整个双链表链表为一篇文档的形式来存储。算法使用了KMP算法来实现查找,且支持"*"、"?"等通配符。-Simple line editor: Simple line editor insert rows and rows required to achieve removed to a behavioral operational objectives, where the use of t
list
- C++实现线性安全的双链表,包括插入,删除等操作-C++ to achieve linear secure double-linked list, including insert, delete and other operations
shenzhan
- C语言下使用链表实现对伸展树操作,包含插入结点,删除,查找等等。-Use the C language to realize the chain stretching tree operations, including the insertion node, delete, search, and so on.
LinkStack
- 单链表代码,包括链表的各种操作实现函数-Single list of code, including the list of the various operating functions to achieve
StuInfManSys
- VC6.0语言版本的学生信息管理系统,主要是链表操作,登录需要密码,学生信息被储存在文件中(文件被简单加密)-VC6.0 language versions of student information management system, mainly linked operations, login password is required, the student information is stored in a file (the file is simple encryption)
btreesearch
- 实现单向链表和文件操作,包括链表二叉查找、插入、删除,文件读写等,简单明了。-single list operation btree search and file operation
snake
- VC++6.0编写的控制台C/C++贪吃蛇游戏,游戏使用了数组,指针,文件操作,没有使用结构体,单双链表,适合初学C++同学练习! C/C++语言作业:zjlj jhanker,2015.3.16-VC++6.0 written in the console C/C++ Snake game, the game uses the array, pointer, file operations, without the use of structure, single and double lin
biyegaunlixitong
- 文件名:毕业论文管理系统。这是我编写的工程实践,代码清晰明了,可以回顾下windows平台下链表与文件操作-File name: Thesis management system. This is what I write in the engineering practice, the code clarity, you can review the list under the windows platform and file operations
student-manage-system
- c语言做的学生管理系统课程设计。主要是将文本按指定格式成链表,再进行增删查改等操作。-Course design of student management system in C language. The main text is a list in the specified format, then the crud operation.