搜索资源列表
Student
- 用链表来实现的一个学生成绩管理管理系统,操作简单,清晰明了。-With a list to achieve the management of student achievement management system that is simple, clear.
student
- 学生成绩管理程序。能精确管理学生的各项数据及简便提取利用-Student performance management process. Students can accurately manage the data and use simple extraction
student
- 基于控制台的学生信息管理系统,程序运行后会自动生成一个文件保存信息-Console-based student information management system, the program will run automatically generate a file of information
student
- 数据结构-链表,很小的学生成绩管理系统。初学c++。-Data structures- lists, small student achievement management system. Beginner c++.
student
- 数据结构线形结构的课程设计:学生成绩管理系统的设计与实现-Linear structure of the course data structure design: student achievement management system design and implementation
Student
- 这是我们数据结构课上的实验,是一个学生管理系统,我做了很久,希望能帮到大家~-This is our experimental data structure class is a student management system, I do for a long time, hope to help you ~
student
- 数据结构,CMD窗口执行的学生信息管理系统,可以输入多个学生信息,遍历学生信息-Data structure, CMD window to perform the Student Information Management System, you can enter more than one student information, student information traverse
a-link-of-student
- 用C++写的一个学生链表。有建立,查询,删除,选择子函数;-Written in C++, a student list. Have set up, query, delete, select Functions
student-manger
- 学生信息虚拟管理系统,是数据结构的作业,供初学者熟悉数据结构,包含文件等操作-Virtual Student Information Management System, is a data structure operations for beginners familiar with data structure containing files and other operations
student-manage
- 本程序用c语言里的链表结合文件操作实现学生信息的管理并可以保存操作-The program using c language in the list with file operations to achieve the management of student information and can save operation
student
- 一个学生信息管理系统的小型数据结构。程序可以对学生信息,课程信息和教师信息关联操作,支持查询删除添加等操作-A student information management system for small data structures: the student information, course information and teacher information associated with operation, delete the added support operation
Student-Information-Management
- 数据结构中,运用链表实现学生信息的管理功能。运行在控制台上。-Data structure, use the list to achieve student information management. Running on the console.
student-information
- 用链式存储结构实现对一个班级学生信息管理。设计程序求出每个人的平均成绩并按平均成绩由高到底排序后输出学生记录。-Chain storage structure of a class student information management. Design process to calculate each person s average score according to grade point average output from the high in the end sort s
Student-performance--system
- 创建学生信息(可以根据学号查找,删除,插入学生信息),保存学生信息 。对学生成绩进行从大到小排序 。输出不及格数超过两科的学生的名单- To create a student information (according to student number to find, delete, insert student information) and save student information. From largest to smallest sort of studen
student-record-double-circular
- student record double circular code
student-record--linked-list
- student record link list code
Student-grade-MIS
- 学生成绩管理系统,具有良好的操作界面,功能完善-Student thesis grade management system
student-
- 设计并实现一个学生管理系统,即定义一个包含学生信息(学号,姓名,成绩)的的顺序表,可以不考虑重名的情况,系统至少包含以下功能: (1) 根据指定学生个数,逐个输入学生信息; (2) 逐个显示学生表中所有学生的相关信息; (3) 给定一个学生信息,插入到表中指定的位置; (4) 删除指定位置的学生记录; (5) 统计表中学生个数; (6) 利用直接插入排序或者折半插入排序按照姓名进行排序; (7) 利用快速排序按照学号进行排序; (8) 根据姓名进行折半查找
student
- 1) 能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2) 能够将指定的信息从文件中删除。 3) 能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4) 可以统计全部学生的总成绩,及其在班上的排名。 5) 能够统计各科的平均成绩及及格率。 6) 要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7) 如果检索不到相应的信息应提示用户。-1) can be read from the screen of a studen
Student-management-system
- 学生管理系统 (1)录入学生成绩信息包括学号、姓名、选修课成绩、实验课成绩及必须课成绩。 (2)实现查找功能,输入学生学号查找相关的学生成绩等相关信息。 (3)实现删除功能,输入学号删除相关的学生成绩的相关信息。 (4)实现修改功能,输入相应学号修改该学号外的其他信息。 (5)实现插入功能,输入要插入的位置,在该位置进行插入操作。 (6)实现排序功能,按三门课的总成绩进行由高到低排序。 (7)统计学生人数。 -Student management system