搜索资源列表
get-all-scores
- 统计成绩 给出n个学生的考试成绩表,每条信息由姓名与分数组成。 (1)按分数高低次序打印出每个学生在考试中获得的名次,分数相同的学生为同一名次 (2)按名次列出每个学生的姓名与分数。 要求分析不同排序方法的应用。 -Statistical results are given n Table student test scores, and scores each message composed by the name. (1) print out the order by s
StudentClass
- 定义学生类,要求存储学号,姓名, 年龄,性别,班号等信息,并作为私有成员变量存储,分别实现readInfo (...), PrintInfo(...), findInfo(...) 三个公有成员函数,用于进行信息读取、信息打印、信息查找。要求readInfo (...)从键盘输入并设置学生信息,findInfo(...)从键盘输入学号进行学生对象的查找,PrintInfo(...)将学生信息打印出来-Defined class of students, requiring storage stu
wzcjgl
- 打印学生成绩的一个小东西一,学习中,请大家指导一下jxl导出更新的问题-Student achievement in a small print something one study, please guide us to export the updated issues jxl
10_3
- 编写一个print函数,打印一个学生的成绩数组,用主函数输入这些数据,用print输出。-Write a print function to print an array of student achievement, with the main function of the input of these data, with the print output.
Perfect-Numbers-in-assembly
- this a program for calculating and printing Prefect Numbers in assembly . i tried to write the program as simply as i could , so that any newbie in assembly programming can understand the codes and the logic behind it easily . i started with a
no.1
- 定义一个结构体typedef struct{int num char name[10] int score[4] }STU ,里面有两个整形数组和一个字符数组,用来存储学生的信息;主函数中接收数据并存入结构体,然后调用函数进行数据的查找,修改删除;编写三个函数 find_stu(STU per[],int t) :输入学生的学号进行查找 modify_stu(STU per[],int t) 对找到的学生的姓名和成绩进行修改; delete_stu(STU per[],int m)
77634346
- 打印学生证,C#经典编程源码,报表打印,很好的参考资料。-Print student ID, C# classic programming source code, report printing, a good reference.