搜索资源列表
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.
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
0502_31
- c语言的课程设计报告,关于链表操作和查找与排序-c language curriculum design, report on chain operations and search and sorting
051150032
- 学生基本注册信息管理系统,(1)用户名与密码的输入,再进行登陆验证,连续登录三次不成功,退出。 (2)建立一个学生基本注册信息的链表。 (3)选择要进行的操作:a、注册,建立一个链表的新结点,并以 新结点作为链表的表头 b、查询,分为按学号、姓名、性别、年龄、专业、班级和年级查询 ,并显示所查到的信息 c、修改,用新的信息替换以前的信息 d、删除,为了保护链表的表头,用一个结构类似堆栈的指针实现,此处排除了删除栈顶元素的特殊情况 e、排序,用起泡排序算法实现将
Student
- 学生成绩管理系统的毕业设计 里面包含了PPT演讲文档 用C++开发 链表形式开发-Graduate student achievement management system designed PPT presentation document which contains the C++ development with the development of a linked list
图书馆管理
- 图书管理 1,输入形式和输入值的范围:图书通过输入书号,书名,著者,总存量来建立一棵B-树,书号,现存量和总存量采用int 型 ,书名,著者采用20位字符串形式定义 借阅者通过输入书号,图书证号来借阅书籍,建立一条借阅者的链表来记录借阅情况 图书证号是20位的字符串 2. 输出的形式:B-树以凹入表形式显示出来,借阅者以借阅图书证号、所借图书的内容、借阅日期显示出来 3. 本程序实现对一本书的采编入库,清除库存,借阅和归还,初步实现图书管理- The books manage 1, the in
xuejiguanlichengxu
- 这是一个用c语言编写的学生学生学籍管理程序 主要用到结构和链表-This is a used c language school students to prepare students to use the structure of management procedures and list the main
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
student
- 学生管理系统 它是用C语言编写的,并且使用了链表和指针还有!-student system the function is to administrate the student s information and input the student s information.the most important is the system is used c and like! it can auto the information!
xuejiguanli
- 用C语言实现的学籍管理系统。通过链表操作数据。可实现查找、添加、删除、排序。-With the C language implementation of the student status management system. Operational data through the linked list. Can be realized to find, add, delete, sort.
clanguageoverseasinformationmanagementsystems
- 我大一时候做的一个C语言课程设计,海外信息管理系统,文本菜单界面,十字交叉链表存储。不过在程序健壮性方面可能还有些问题。-When I do a freshman C language curriculum design, overseas information management systems, text menu interface, criss-cross linked list is stored. However, the robustness aspects of the pr
xscjglxt
- 使用了C数组以及链表实现的学生成绩管理系统-Achieved using the C array and list management system for student achievement
LinkList
- Visual C++2005做的用链表实现的图书信息查询系统,经过调试,运行稳定。-Visual C++2005 do realize the list of books with information inquiry system, through commissioning, operation and stability.
student
- 用C编写的简单的学生成绩管理系统,使用链表结构,具有添加,删除,修改,排序等功能-C prepared by the simple use of student achievement management system, the use of linked list structure, with add, delete, modify, sort, etc.
TSMS
- 师生关系管理系统用C++编写的源代码,运用链表的方式存储-Teacher-student relationship management system written using C++ source code, the use of the linked list stored
student(c)
- 在学校做的学生成绩管理系统。 用C语言写的,用到链表、指针、文件操作-Student achievement at school management system.
c-link
- C语言实验,完成学生管理系统,用链表和指针实现,完全原创,绝地可用-C language experiment, students to complete management system, use the list and the pointer
C-Curriculum-design
- 这是一款基于c语言链表结构开发的小型学生证管理系统,基本功能包括添加学生信息,按学号查找,删除成员,修改信息,按学号排序并打印出来,还可以显示班级信息。该系统可用于C语言和数据结构的课程设计-This is a small student ID card management system based on C language linked list structure developed, the basic features include adding student informati
Student's information system
- 1. 输入记录 系统通过键盘逐个输入学生记录,同时保存在文件(Stu_Score.txt)中,便于下次进入系统后可从文件中导入记录。学生记录由学生的基本信息和成绩字段构成。 2. 更新记录 实现对学生记录的修改、删除等操作。同时,将更新后的记录存入源数据文件中。 3. 查询记录 采用单链表操作,查找满足相关条件的学生记录。在本系统中,可以按照学生的学号或姓名在链表中查找。若找到该学生记录,显示记录信息。否则,返回空指针,输出未找到该学生记录的提示信息。 4. 统计记录 主要完成对各