搜索资源列表
数据结构管理成绩
- 用C语言建立一个班级成绩管理系统,其中包括十名学生的相关数据(包括学号、姓名、三门课程的成绩、总成绩、平均成绩以及排名)。要求用单链表存储结构进行存储,能够实现对学生姓关数据的输入输出,并且能根据平均成绩对十名学生进行排序。-C language classes to establish a performance management system, including 10 students of relevant data (including school, names of the t
grade
- 单科课程成绩管理系统,本程序利用单链表存储结构完成对学生成绩的动态管理。
一个实用的数据库---学生管理系统
- 编程思路:①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。②: 创建一个链表类(List),链表类可实现如下功能:创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。③: 创建一个操作类(Operater),操作类实现如下功能:显示菜单,操作链表。-programming ideas : : use a single linked list to achieve the procedural requirement
cn700_vc23475335
- 这是我学习C++之后教师布置的作业,作业要求:编写一个学生管理系统,每个学生应该包含如下信息:地址,出生日期,学科成绩(语文,英语,数学,物理),个人信息(姓名,性别,民族,国籍,学历),联系方式(手机,家庭电话,学校电话) 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。 实现步骤: ①: 使用单链表实现本程序要求,单链表每个节点-This is my teacher after learning C layout of operations, operationa
city1.4
- 通过单链表做得的课程设计作业,虽然简单些,但对初学者还是有用的。-Done through a single list of curriculum design operation, although simple, but useful for beginners.
BOOK
- 单链表实现的图书管理系统,可以进行文件操作,图书以序列号进行区分-it s a booklist file.i hope you like it
1a
- 一个学生管理系统 用单链表实现的小型软件模型-some thing about student mangant
xsgl
- 包含如下信息: 地址, 出生日期, 学科成绩(语文,英语,数学,物理), 个人信息(姓名,性别,民族,国籍,学历), 联系方式(手机,家庭电话,学校电话) 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。 实现步骤: ①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。 ②: 创建一个链表类(List),链表类可实现如下功能: 创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能
planebookticketsystem
- 航空客运订票系统 (1)、查询功能;订票功能;退票功能; (2)、顺序表模块-实现顺序表抽象数据类型 (3)、单链表模块-实现单链表抽象数据类型 (4)、队列模块-实现队列抽象类型 -Air passenger reservation system (1), the query function booking function refund function (2), the order table module- to achieve order in the t
Student-management-system
- 设计一个学生成绩管理系统(学号、姓名、总分、物理、化学、计算机、英语、数学、体育) 采用单链表的方式设计 使用菜单方式进行操作,并具有操作出错提示 可以对记录进行增加、显示、保存到文件、读取文件、删除、查询等操作-Design a student achievement management system (student number, name, score, physics, chemistry, computers, English, Mathematics, Physica
stu
- 数据结构课程设计 学生成绩管理系统利用单链表结构实现学生成绩动态管理,了解数据库管理的基本功能,掌握C语言中的结构体、指针、函数、(系统函数、自定义函数)、文件操作等知识,这是一个C语言知识的综合应用-Data structure course design student achievement management system using a single linked list structure to achieve the dynamic management of student
hangkongdingpiao
- 1 先定义一个乘客基本信息的类包含乘客的姓名、证件号、订票数量及所乘的航班号(注:每个航班有固定的人数限制,若满额则提示其他可供选择的航班。 2 建立一个功能类,包括对航班信息和乘客订票信息的录入及修改的函数,其中订票信息采用单链表的顺序存储方式存储。另外还包括对信息的查询和修改的功能函数,乘客退票的函数。并将最终的改动结果通过i/O流写入磁盘文件保存。 3 编写主函数,对编写的航班系统进行全面测试,对用户界面采用人性化的菜单方式。 -1 to define
student-system-of-CPP
- 用C++编写的用单链表实现的一个控制台应用程序—学生管理系统。初学者可以参考着学习一下,很有帮助。-Written in C++ implementation of a linked list with a single console application- student management system. Beginners can refer to the learning about, very helpful.
LinkList
- 单链表。实现学生信息系统的查询增加修改等功能,最后以单链表形式输出。-Linklist。C Structure
Performance-management-system
- c语言做的成绩管理系统,在VS2010下做的,采用单链表的形式存放数据,具有排序,查找,插入,显示等功能-c language to do performance management system, in VS2010, using a single linked list in the form of stored data, with sorting, search, insert, display and other functions
Information-management-of-stu
- 实现学生、教师的信息管理功能,查找、添加、删除!主要运用C语言(单链表的知识)-Information management capabilities of students, teachers, find, add, delete! Mainly use the C language (knowledge of the singly linked list)
link-MS
- 使用单链表实现学生信息管理系统, 对C语言刚入门的人士会有帮助的!-Use single meter to realize students management system
c-cPPkehou
- 键盘输入字符串 统计各个字符出现的次数 c\c++实现 键盘输入 求出两个数的最小公倍数和最大公约数c c++实现 单链表实现学生信息输出平均分最高的学生的学号成绩名字等结构体c c++实现 -The keyboard input string statistics each character in the frequency of c \ c++ realized Keyboard input for a minimum of two Numbers LCD and the
stud_node
- C语言版单链表结构的学生管理系统,主要包括增删改查排序等~-C language students manage system
xueshengguanli
- 学生管理系统的源代码,采用单链表的方式设计,使用菜单方式操作并有操作出错提示,可以对记录进行增加,显示,保存文件,读取文件,删除,查询等操作-Student management system source code, using a single list of design use menu mode operations and operation error message, you can increase the records, display, save the file, re
