搜索资源列表
CSharp写的数据结构库(从链表到图)
- 使用C#写的数据结构库(从链表到图),可以用于教学-use C# to write the data structure library (from the linked list of the map), can be used for teaching
student_administator
- 学生管理系统是本人用c语言写的一个DOC界面的简单学生管理系统,采用链表存储。-student management system is used c language, I wrote a simple interface DOC student management system that uses Chain store.
LINK1
- 学生学籍管理系统,可进行学生的插入删除、查找等功能,运用链表,是初学计算机语言(链表部分)的很好范例-the Student Management System, for the students to delete, insert, search functions, the use of linked lists, yes beginner computer language (Chain), are very good examples
STUDENTMANAGE
- 这是我一个用双向链表实现的学生信息管理DOS版 可以插入 查询 编辑 排序 删除 保存 显示相关信息-a two-way linked list with the students to achieve information management DOS version can be plugged into inquiries ranking editors deleted to preserve relevant information shows
asdfdsafd4r
- 一个用C语言写的学生成绩管理系统。主要是用链表实现。对初学C语言的同志有点用-a C language students write performance management system. It is mainly used to achieve chain. Right novice C language with a bit of comrades
VC++StudentmanagerSystem
- VC++.net下用链表实现的学生信息管理系统-VC. Listless net realized using the Student Information Management System
tuffshu
- 一个小型图书管理系统。用链表存储图书记录内容。能实现图书记录的添加,删除,查询,排序,修改,保存到文件和从文件中读取等功能。 -a small library management system. Chain store with the contents record books. Achieve the record books to add, delete, query, sort, modify, and the preservation of the document from t
Library-linklist
- 用JAVA写的图书管理系统,DOS界面,可加,修改、删除图书,使用链表技术,可做学习之用-written with Java library management system, DOS interface available, modify, delete books, the use of chain technology, to do with learning
0502_31
- c语言的课程设计报告,关于链表操作和查找与排序-c language curriculum design, report on chain operations and search and sorting
StudentManagementSystem
- 基于链表模板的学生成绩管理系统,功能比较强大
Library
- 利用java链表编写的小型图书馆图书管理系统,有加书,查书,还书,状态,退出等功能,系统还是不是很完善。
list
- 这个很好用的链表程序,是一个简单的学生管理系统。
wangshangshiyan
- 此为学生成绩管理系统的原代码 这个程序主要是利用链表来实现的,利该程序可以实现学生成绩的输入和保存,对成绩的管理,计算平均分等功能.
vc
- 利用链表创建的成绩管理系统 编写一个学生管理系统,每个学生应该包含如下信息: 地址, 出生日期, 学科成绩(语文,英语,数学,物理), 个人信息(姓名,性别,民族,国籍,学历), 联系方式(手机,家庭电话,学校电话)
Thestudentmanagessystem
- 学生管理系统 用链表 实现 功能基本齐全 已经测试过了
i
- 图书管理系统,用链表作的,没什么好说的啊
list_stuinfo
- 学生信息管理系统,用链表实现,包含删除,增加,查询,保存到文件等功能
PRO2
- 字符界面的图书管理程序,用链表实现的,可以实现借书还书功能-Characters interface library management procedures, with the realization of the list, you can achieve the borrowing and returning books feature
LMS
- 纯C语言的图书管理系统,实现了借书还书人员管理等一些简单的操作。数据的保存用c语言操作文本文件。使用链表。-Pure C language library management system to achieve the borrowing and returning books and other personnel management simple. Data preservation operation using c language text file. The use of lin
Book-information-management-system
- 该系统主要完成书店租书的管理。功能模块有,数据录入,如图书类别信息,图书信息,租阅者信息的录入;数据修改,如图书类别信息,图书信息,租阅者信息的修改;数据删除,图书类别,图书信息,租阅者信息的删除;数据显示,图书类别,图书信息,租阅者信息的显示;数据插入,图书类别,图书信息,租阅者信息的插入;数据统计,图书类别,图书租阅次数,租阅者逾期欠费统计等。 采用十字链表的形式实现图书租阅管理系统。建立图书类别的动态链表,根据不同的类别建立不同的图书信息动态链表,依据不同的图书建立对应的读者动态链表进