搜索资源列表
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
051150032
- 学生基本注册信息管理系统,(1)用户名与密码的输入,再进行登陆验证,连续登录三次不成功,退出。 (2)建立一个学生基本注册信息的链表。 (3)选择要进行的操作:a、注册,建立一个链表的新结点,并以 新结点作为链表的表头 b、查询,分为按学号、姓名、性别、年龄、专业、班级和年级查询 ,并显示所查到的信息 c、修改,用新的信息替换以前的信息 d、删除,为了保护链表的表头,用一个结构类似堆栈的指针实现,此处排除了删除栈顶元素的特殊情况 e、排序,用起泡排序算法实现将
学籍管理系统C语言版
- 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,
xsb
- 这是一个用visual C++开发的学生成绩管理系统,适用于C++初学者,采用命令行界面方式。主要功能有学生成绩的新建、添加、删除、排序等,为了提高效率,程序没有使用链表,而采用了了数组实现。-This is a visual C development of student achievement management system, applicable to C beginners, using command-line interface mode. The main f
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
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.
zhangyu
- 该程序是一个简单的职工管理系统;用C++语言编写的;由链表实现其具有的功能:具有查找、删除、插入、排序等功能。本程序有许多不足甚至错误之处;诚请各位多多指教:谢谢!!QQ:718290025-The program is a simple employee management system use written in C++ from the list has to achieve its function: have to find, delete, insert, sort, and
LinkList
- Visual C++2005做的用链表实现的图书信息查询系统,经过调试,运行稳定。-Visual C++2005 do realize the list of books with information inquiry system, through commissioning, operation and stability.
librarymanagementsystem
- 用C++编写图书管理系统,用链表实现图书信息操作,图书借阅,预约,归还,读者信息操作等功能-Written with C++ library management system, with the list of information operations to achieve book, book lending, reservation, return, information operations and other functions the reader
studentManagerment
- 以动态内存的链表方式,用C实现了学生管理系统。-List of dynamic memory means C achieved with the student management system.
teachersmanagementSystem-
- 高校教师人事管理系统(用C和链表实现),c语言 课程设计-University teachers personnel management system (C and realize the list)
WarehouseMaterialManagementSystem-_3
- 仓库物资管理系统_3 ,用动态链表和结构体实现的,c语言 课程设计-Warehouse material management system
Students-performance-management
- 学生成绩管理系统 采用C语言实现 1、每一条记录包括一个学生的学号、姓名、3门成绩、平均成绩。 2、输入功能:可以一次完成无数条记录的输入。 3、显示功能:完成全部学生记录的显示。 4、查找功能:完成按姓名查找学生记录,并显示。 5、排序功能:按学生平均成绩进行排序。 6、插入功能:按平均成绩高低插入一条学生记录。 7、保存功能:将学生记录保存在任何自定义的文件中,如保存在:c:\score。 8、读取功能:将保存在文件中的学生记录读取出来。 9、有一个清晰美观界
student-manage-system
- Linux 环境下的C语言学生管理系统,用的是list双向链表实现的-Linux environment of the c language student management system is a list of links form of a two-way
c-link
- C语言实验,完成学生管理系统,用链表和指针实现,完全原创,绝地可用-C language experiment, students to complete management system, use the list and the pointer