搜索资源列表
一个实用的数据库---学生管理系统
- 编程思路:①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。②: 创建一个链表类(List),链表类可实现如下功能:创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。③: 创建一个操作类(Operater),操作类实现如下功能:显示菜单,操作链表。-programming ideas : : use a single linked list to achi
KoSMSGateWay_Pro36
- 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 创建一个链表类(List),链表类可实现如下功能: 创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。 创建一个操作类(Operater),操作类实现如下功能: 显示菜单,操作链表。-use a single linked list to achieve the procedural requir
MultiPoly0427
- 一个多重链表的演示,包括如何创建,删除,插入等等。-a multiple Chain demonstration, including how to create, delete, insert and so on.
student
- 用动态链表实现关于学生的姓名,成绩,学号的管理 包括三个菜单 有创建,插入,删除,排序,查找等功能-dynamic List in the name of students, the results of the management study, including a three menu creation, insert, delete, sorting, searching function
LinkQue
- 描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。 功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。 设置了调试参数输出功能,可用于跟踪各主要变量单步变化情况。 实现了一个自定义命令行SHELL,接收解释并执行各种操作命令。-Descr iption: list queue model procedures for practice and unders
dllist
- 创建长度为n的双向循环链表,值为整数。 查找第k个元素并输出。 删除所有值为m的元素。 逆置链表并输出。-To create a length of n two-way circulation list, the value of an integer. Find the first k elements and output. Delete all the value of m elements. Inverse Purc
lianbiao
- 链表,实现创建一个链表,删除一个结点,合并两个链表,打印,排序等功能-List to achieve the creation of a list, delete a node, a merger of the two linked lists, printing, sorting and other functions
double-direct-linklist
- 1 在windows下用emacs+MinGw做的一个简单例子; 2 功能:实现了一个简单的双向链表的创建、删除和打印功能。-1 under the windows with emacs+ MinGw do a simple example two functions: a simple way to achieve the creation of the list, delete, and print functions.
list
- 创建链表 删除链表结点 查找链表数值 插入链表结点-create a list ,and you can find a number in the list where its place.
list
- 程序实现了带表头单链表的最基本操作,包括创建链表,查询数值,插入结点,删除结点,链表分解,将单链表变为循环链表。并附有详细的注释和实验报告。-Procedures to achieve a single-list header with the most basic operation, including the creation of list, query value, insert node, delete node, chai
Node
- 链表的创建,可以很方便的删除、插入和寻找。-List creation, you can insert and delete the search for freedom.
1.2.1
- 链表操作 1 运行时输入数据,创建一个单链表 2 可在单链表的任意位置插入新结点 3 可删除单链表的任意一个结点 4 在单链表中查找所有值等于x的结点 5 输出单链表-List a run-time operation to enter data, create a single-chain 2 can be any list in a single location to insert a new no
lianbiao
- 链表的基本操作 , 插入 删除 创建的基本操作-List the basic operations, insertion of the basic operation to remove the creation of
list
- 链表操作 删除 创建 插入 销毁-c linux 链表操作
DoubleLList
- 双向链表的操作的实现,包括创建,输出,插入和删除-A two-way linked list implementation of the operation, including creating, output, insert and delete
DoubleLinkList
- 循环链表的基本操作,包括创建表,插入数据,删除数据,查找数据,获取数据-Circular linked list of basic operations, including creating tables, inserting data, deleting data, find data, get data ... ...
lian
- 链表操作,包括创建,销毁,定位元素,插入,删除,判空,显示-List operations, including create, find, and merging
tel-number
- 使用链表创建电话号码薄,可以创建、增加、删除等操作。-creat tel number,you can modify the book.
链表1
- 链表(有很多功能,初学者,随便敲的,里面也有一些假功能(为了应付上机)) 1.创建链表 2.连接链表 3..输出链表 4.按照结点查找元素 5.按照元素查找结点 6.按照结点删除元素 7.按照元素删除结点 8.对链表元素排序 9.链接两个链表 功能大概就这么多~(List (there are a lot of functions, a beginner, just knock on, there are some
sc3
- 实现链表创建,查询,删除,显示得功能,内容包括姓名,性别,年龄等(link creat print delete)