文件名称:1f
-
所属分类:
- 标签属性:
- 上传时间:2017-01-09
-
文件大小:2.96kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1、输入:函数input把20学生的学号、姓名、性别、年龄、三科成绩以及平均成绩和总成绩放在一个结构体数组中,学生的学号、姓名、三科成绩由键盘输入,然后计算出平均成绩和总成绩放在结构体对应的域中。
注意:函数应有两个参数,结构体类型的数组以及学生的人数
保存:save函数把数组里的学生信息写入文件,关闭文件。3、插入:insert 函数输入一个学生的记录,按学号的先后顺序插入该学生的全部内容。4、排序:sort函数对所有学生按要求排序(1.学号 2.总成绩 ),并输出。
注意:应设定一个参数,指定按照学号排序或是按照总成绩排序。亦可通过参数指定升序或降序
5、查找:find函数输入一个学生的学号或姓名,找到该学生并输出该学生的全部内容。要求能查询多次。
6、删除:delete函数输入一个学生的学号或姓名,找到该学生并删除该学生的全部内容。
7加载:函数Load将文件中的数据读入,但并不显示
8、输出:函数output 输出全部学生的记录。
9、main调用所有函数,实现全部函数功能(注:除了定义结构外,不允许使用全局变量,函数之间的数据全部使用参数传递)。-
, the input: the function input to the student number 20, name, sex, age, three subjects and the average score and total performance in an array of structure, student number, name, three subjects by keyboard input, And then calculate the average score and total score on the structure of the corresponding domain.
Note: The function should have two parameters, an array of structure types, and the number of students
Save: save function to the array of student information into the file, close the file. 3, insert: insert function to enter a student record, according to the order of the student number to insert the entire contents of the student. 4, sort: sort function for all students according to the requirements of the order (1. Student No. 2. Total score), and output.
Note: You should set a parameter, specify the order according to school number or in accordance with the total score. You can also specify an ascending or descending order by parameter
5, find: find function to ente
注意:函数应有两个参数,结构体类型的数组以及学生的人数
保存:save函数把数组里的学生信息写入文件,关闭文件。3、插入:insert 函数输入一个学生的记录,按学号的先后顺序插入该学生的全部内容。4、排序:sort函数对所有学生按要求排序(1.学号 2.总成绩 ),并输出。
注意:应设定一个参数,指定按照学号排序或是按照总成绩排序。亦可通过参数指定升序或降序
5、查找:find函数输入一个学生的学号或姓名,找到该学生并输出该学生的全部内容。要求能查询多次。
6、删除:delete函数输入一个学生的学号或姓名,找到该学生并删除该学生的全部内容。
7加载:函数Load将文件中的数据读入,但并不显示
8、输出:函数output 输出全部学生的记录。
9、main调用所有函数,实现全部函数功能(注:除了定义结构外,不允许使用全局变量,函数之间的数据全部使用参数传递)。-
, the input: the function input to the student number 20, name, sex, age, three subjects and the average score and total performance in an array of structure, student number, name, three subjects by keyboard input, And then calculate the average score and total score on the structure of the corresponding domain.
Note: The function should have two parameters, an array of structure types, and the number of students
Save: save function to the array of student information into the file, close the file. 3, insert: insert function to enter a student record, according to the order of the student number to insert the entire contents of the student. 4, sort: sort function for all students according to the requirements of the order (1. Student No. 2. Total score), and output.
Note: You should set a parameter, specify the order according to school number or in accordance with the total score. You can also specify an ascending or descending order by parameter
5, find: find function to ente
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1f.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.