搜索资源列表
c-shiyanbaogao
- 编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头;
Result-Processing
- 输入一个正整数n,再输入n 个学生的学号和数学、英语、计算机成绩,要求 (1) 计算每一个学生的平均成绩。 (2) 计算每门课程的平均成绩。 (3) 输出平均成绩最高的学生的记录。 (4) 按平均成绩从高到低输出学生的成绩单(学号、数学、英语、计算机成绩和平均成绩)-Enter a positive integer n, then n students enter school numbers and math, English, computer performance, re
functions
- 该程序编写了一个简单的数学加减法程序,比较适合入门者学习,本程序由C语言编写而成。-The procedures for the preparation of a simple addition and subtraction math program, more suitable for beginners to learn, the program written in C language together.
1150
- 一个小程序可以对任意两个整数进行加减乘除的运算-A small program can be any two integers Math computation
calculate122
- 自己编写的计算器,初步实现加减乘除功能,包括界面-I have written a calculator, the initial realization of Math functions, including the interface