搜索资源列表
studentsimple
- 采用数组方式生成的\"学生成绩管理系统\" 全C语言编制.....适合学生在学校课程设计参考..功能比较齐全...有创建,查找,排序,显示,插入,删除...附带子程序..校验输入的正确性...在turbo c 2.0下测试通过-array is formed using the "student performance management system" full C language ..... suitable for students in
c1126
- 本软件有两种成绩录入方式: 1, 手工录入: 本软件将根据输入的应考学生的人数产生一个文本框数组,然后手动输入成绩。 2,文件录入: 先将成绩输入到一个文本文件中,然后又软件读入后,再对成绩进行分析,统计。-achievements recorded two ways : one, manual recording : the software will be taken under the importation of the number of students have a
Array
- 灰色系统预测模型以及建模,通过输入样本,可实现样本统计输出
R7.4
- .4已有一个已经排好序的数组,今输入一个数,要求按照原来排序的规律将它插入数组中。 本程序可以对both由小到大的排列数组和由大到小的数组进行操作-.4 Has an already sorted array, this type a number, sorted according to the original law required it into the array. The program can arrange for both small to large arrays an
studenttest
- 系统运行过程如下: 首先,通过系统产生或手工输入方式,产生数据源文件(数据源.dat),包括:学号,姓名,各科成绩。 其次,构造对象数组,从"数据源.dat"文件中读入数据,并赋于各公有数据成员。 第三,通过调用系统各函数,实现数据分析,得出结果。过程数据记录在"过程数据记录.txt"文件中,以备查用。 第四,成功获得综合策评结论,并将其输出到“综合策评表.txt”文件中。-System runs as follows: First, through the system to
xscjglxt
- 使用了C数组以及链表实现的学生成绩管理系统-Achieved using the C array and list management system for student achievement
ad
- 结构数组存储的,从外部文件读入数据,学生学籍管理系统-Structure array storage, the data read from an external file, student record management system
StudentsOfFileManagement
- 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩,输出单门课成绩最高的学生的学号、姓名、以及该门课程的成绩,输出三门课程的平均分数最高的学生的学号、姓名及其平均分,将10个学生的相关数据,存入文件中,再从文件中读出,按照平均分数从高到低进行排序,分别将结果输出到屏幕上和另一文件中,再从文件中读取第 1 ,3 , 5 ,7, 9个学生的数据。-Define an array of storage structure of ten students and student id, nam
student
- 先采用选择法,将学生成绩从高到低进行排序,再输入一个学生的成绩,将此成绩按照排序规律插入已排好序的学生成绩数组,最后将排好序的成绩单进行反序存放。-The selection method, students from high to low ranking, enter a student achievement, the results will be sorted into law already sorted array of student achievement, finally w
ClassFileSystem
- 这是一份C语言课程设计报告: 课题名称:班级档案管理系统 功能要求: (1)本系统采用一个包含N个数据的结构体数组,每个数据的结构应当包括:学号、姓名、性别、年龄、备注。 (2)本系统显示这样的菜单: 请选择系统功能项: a 学生基本信息录入 b 学生基本信息显示 c 学生基本信息保存 d 学生基本信息删除 e 学生基本信息修改(要求先输入密码) f 学生基本信息查询 (1)按学号查询 (2)按姓名查询 (3)按性别查询 (4)按年龄查
calander
- 利用静态数组实现学生成绩数据的输入、查询、排序、插入、删除和数据存储等功能。 数据库主要字段:学号、姓名、各门课成绩、总分、平均分、名次(可根据需要扩充其它字段)。-To achieve student performance using a static array of data input, query, sort, insert, delete, and data storage functions. Database main fields: Student ID, name, t
studentSoft
- 学生考试成绩数据处理系统 本程序设计优缺点:采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生、三门或三门以
student-test-management-system(new)
- 使用C语言编写的学生成绩管理程序-结构体数组法-Students using the C language performance management process- structure array method
Socre-system
- 主要利用C语言中的结构体,数组,指针,编写了一个学籍管理系统,能运行-using Structures, array, pointer to generate Registration management system
AAA
- 在一个数组中输入学生成绩,并将按照成绩输出排名的源代码,希望对学习微机的同学有帮助-In an array input, and student performance according to the source code, and the output ranking results of students learning microcomputer hope has helped
ymm
- 输入15个学生存入数组,并任意输入姓名,根据姓名查找相关信息。其中,定义一个学生类,成员变量包括学生号、姓名、年龄、毕业学校等信息,成员函数包括返回学生号、返回学生名、根据姓名查找学生相关信息。 -15 students entered into the array, and any input the name, by name to find relevant information. Among them, the definition of a student class, mem
test
- 学生成绩管理系统,应用了结构体数组法,能够实现几个简单的成绩管理应用-Student performance management systems, application of the structure array method, to achieve a few simple performance management application
zichengxu
- 编制一程序,要求键入一个班的学生成绩,并存放于50字的ERADE数组中,然后根据ERADE中的成绩,把学生名次填入50字的RANK数组中,再按学号顺序把名次从终端上显示出来。 提示: ① 程序MAIN 功能:根据输入的学生成绩,计算并显示出学生名次。 ② 子程序INPUT 功能:接收一个班级学生的成绩,各成绩之间用空格隔开。 ③ 子程序RANKP 功能:计算一个班级学生的名次。 ④ 子程序OUTPUT 功能:输出(显示)一个班级的学生名次 ⑤ 子程
CPP
- 本课程设计的目的是设计一个学生选修课程系统的程序,用来实现对学生成绩的管理,其中包括学生信息的文件读入、添加、查询、保存、删除以及相应的课程信息管理。程序设计了两个类,其中一个包含学生的学号、姓名、选课数以及选修总学分,另一个则包含了课程的信息,包括课程编号、课程名称、课程性质、课时等等。然后通过数组、向量、集合等来实现学生选课信息的记录、保存,删除等相关操作从而达到管理学生选课的。因为这次课程设计,我们可以熟练的使用C++语言来完成一个学生选课管理系统。但是编写过程中难免会遇到错误,希望老师给
array-student
- 学生成绩管理系统用数组实现, 下载后方可用VC打开编译运行-Students performance management system using an array realize, download the rear available VC open compiled operation
