搜索资源列表
student
- 用动态链表实现关于学生的姓名,成绩,学号的管理 包括三个菜单 有创建,插入,删除,排序,查找等功能-dynamic List in the name of students, the results of the management study, including a three menu creation, insert, delete, sorting, searching function
q.doc
- )创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入),长度限定在15之内; 2)打印(遍历)该链表(依次打印出表中元素值); 3)在链表中查找第i个元素,i合法返回元素值,否则,返回FALSE; 4)在链表中查找与一已知字符相同的第一个结点,有则返回TRUE,否则,返回FALSE; 5)在链表中按照有序方式插入一已知字符元素; 6)在线性表中删除第i个结点; 7)计算链表的长度。 -) To create any character and
RJ010405(CA)
- 西北工业大学程序设计大赛作品 拿出来与大家分享 设计目的:更深层次的了解团队合作的意义,并了解项目开发的基本流程,提高学习兴趣 设计思路:1- 界面设计:在文本模式下利用窗口模式显示所有信息 2- 数据管理:利用链表代替数组可以灵活的处理信息 具体实现:主要分为8大模块 外加一个头文件 student.h:包含一些库文件并定义结构体 1-ScoreMg.c 主函数模块 功能:提供进入主菜单的界面显示并连接其它模块 2-menu.c 主菜单模块 功能:显
MyStudentSystem
- 建立一个新的学生成绩管理系统,功能如下:用户密码验证,文件的打开,创建,保存与关闭,创建链表,对成绩进行录入,排序,按学号,姓名等关键字查找学生信息,插入学生数据,删除学生数据-store the student score and search the record by such as the name,score and so on.
node
- 这都是关于链表的操作汇总,创建链表,将链表的连接方向置反,插入、删除节点,排序等的一些基本操作。-this IS a collection of chain, which contains some based operations
LinkList
- 链表基本操作,包括链表的初始化,创建,插入节点,删除节点,以及冒泡排序等,有完美的操作界面。-List of basic operations, including the initialization list, create, insert node, delete node, as well as the bubble sort, etc., there is a perfect interface.
stu_man_sys
- 该学生档案管理系统是运用链表的结构建立的,能够创建和销毁档案库,以学号查询、插入或删除某个学生,也可按学号进行排序,功能齐全,自己开发,VC6.0上已编译通过并进行相关测试,希望能给大家带来帮助并请斧正!-The student records management system is established using the structure of the list, to create and destroy the archives to student number query, i
The-acheivement-of-Linklist
- 实现单链表表上的各种操作:初始化,创建,输出元素,销毁,插入,删除,定位,求表长、“判空”,单链表排序,两个链表的归并以及“删除重复的元素”共计12个操作。-Single-linked list form on a variety of operations: initialization, create and output elements, destruction, insert, delete, locate, find the table length, " sub-space
link
- 实现了双向链表的创建(头插法和尾插法)、插入结点,删除结点,双向链表的排序,可以动态的在链表的头尾插入结点。-To achieve the creation of a two-way linked list (end of the first interpolation and interpolation), insert node, delete node, doubly linked list of the sort, can be dynamically inserted in the l
list_operation_Of_C_Language
- 链表操作完整工程,包括链表的创建、删除、插入、翻转、排序等等。编程环境为VC6.0,完整工程,可以直接下载运行。-Complete list operation projects, including the creation of the list, delete, insert, flip, sort, and so on. Programming environment for VC6.0, complete projects, you can download Win The lin
hannuota
- 用链表实现了汉诺塔的问题,主要用了链表的创建,插入,排序,删除,等-use the link to solve the hannuota problems
link
- 使用C++语言的一个简易链表。主要对链表的创建、删除、插入、排序等。-Use C++ language a simple linked list. Mainly linked list to create, delete, insert, sort of.
student-grade
- c语言实现 有N个学生,每个学生的数据包含学号(不重复)、姓名、三门课的成绩及平均成绩,试设计一学生成绩管理系统,使之能提供以下功能: (1) 成绩录入,插入后按学号自动排序,创建链表; (2) 成绩文件的存取,创建链表; (3) 成绩的多种查询、修改; (4) 成绩的多种统计、排序; (5) 学生增加、删除、列表。-there are N c language students, each student' s data contai
3
- 实现链表的创建,插入,升序排序与删除功能的C代码-To achieve the creation of the list, insert, and delete functions in ascending order
nodelist.tar
- 数据结构、链表的操作;包括链表的创建、插入、删除、排序、逆置等操作;学习数据结构链表的绝佳材料-Data structure, the list of operations including the creation of the list, insert, delete, sort, reverse home and other operations linked list data structure of great learning materials
list
- 本程序实现的是链表的创建,插入,删除,逆转,排序和链表的合并-Implementation of this program is to create a linked list, insert, delete, merge reversed, sort and list
personal-account-system
- 首先,设计了简易的密码系统,有固定的用户,可以进行两次输入,如果第二次输入不成功,系统会自动退出程序。进入系统后,界面会显示选择菜单。共有14个选项,从0—13,分别可以实现创建链表、显示账单、删除记录、添加记录、插入记录、更新记录、序号查找、日期查找、更新记录、按时间排序、按金额排序、各种统计、保存文件、读取文件及退出系统这些功能。其中,删除功能可以以按序号删除、按日期删除以及全部删除三种方式实现。各种统计中包含统计总收入和支出、各门类总计统计、日期总计和各小门类占总量的比例统计。并且,可以从
guanli
- 双链表的创建。此双链表要求为带头节点的,为了算法方便特采用了循环双链表。通过编程发现带头节点的也有其不便之处。为了保持表的一直有序性思考如下: 1:表的一开始的创建就要有序。 2:插入元素后要做到仍然有序。 3:删除元素不会改变表的有序性 4:所谓有序,即为非降序或者非升序排列。 5:为了做到以上几点,考虑到链表的不易排序性质,特设置一个线性表作为输入缓存空间进行事先排序。关于排序的方法有多种,为了快速完成采用了较为简单的插入排序。-The data structure of double li
SingleList
- 线性链表的基本操作,包括:链表的创建,插入,删除,排序,遍历-The basic operation of the linear chain, comprising: create, insert, delete, sort, traversal, etc. ..
List
- 链表的创建插入删除排序,从郝斌老师教学视频中来(Create insert delete sort of chain table)