搜索资源列表
设备管理(简单_原创)
- 这是我大一第二个学期期末制作的软件工程课程设计,逻辑上没有什么太复杂的, 当时学习的东西不是很多,用了链表,其中使用了DOS下汉字直显,无需汉字系统 支持,使用了文件操作,就当时对c语言的联系:)-This my second semester freshman year ending production of software engineering curriculum design, logic, nothing too complicated, not learning a lot o
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
tushuguan.cpp
- 一个用C语言编写的图书馆管理系统,采用双向链表的数据结构。基本功能都已具备-a C language library management system, a two-way linked-list data structure. Already have basic functions
0502_31
- c语言的课程设计报告,关于链表操作和查找与排序-c language curriculum design, report on chain operations and search and sorting
student
- 学生管理系统,是一个纯c语言程序,用vc++编译器进行编译。使用链表原理,没有数据库,数据储存在内存里,程序结束则数据消失。功能包括学生信息添加,删除,查找,排序。包含源码和可执行程序。
学籍管理系统C语言版
- 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,
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.
gz
- 使用c语言编写的一个工资管理系统 有链表指针的使用-Using the c language of a payroll system has linked the use of pointers
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
Informationmanagementsystemofwagesforworkers
- 职工工资信息管理系统 C语言 链表 数据库-Employee wage information management system database, C language linked list
student(c)
- 在学校做的学生成绩管理系统。 用C语言写的,用到链表、指针、文件操作-Student achievement at school management system.
teachersmanagementSystem-
- 高校教师人事管理系统(用C和链表实现),c语言 课程设计-University teachers personnel management system (C and realize the list)
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
C-program-MedicineSystem
- 基于C语言的课程设计,使用链表等C语言特性开发的医药管理系统-The curriculum design based on C language, using C language to develop the list of medicine management system
Student's information system
- 1. 输入记录 系统通过键盘逐个输入学生记录,同时保存在文件(Stu_Score.txt)中,便于下次进入系统后可从文件中导入记录。学生记录由学生的基本信息和成绩字段构成。 2. 更新记录 实现对学生记录的修改、删除等操作。同时,将更新后的记录存入源数据文件中。 3. 查询记录 采用单链表操作,查找满足相关条件的学生记录。在本系统中,可以按照学生的学号或姓名在链表中查找。若找到该学生记录,显示记录信息。否则,返回空指针,输出未找到该学生记录的提示信息。 4. 统计记录 主要完成对各