搜索资源列表
hm5
- 学生对象操作 输入8个学生给一个学生数组赋值,每个学生属性有:学号、姓名、性别、年龄、籍贯; (1)将学生按学号排序输出; (2)给所有学生年龄加1: (3)分别统计“男”、“女”生人数-students operation targeting the importation of eight students to an array of students assigned each student attri
lwork
- 一个学生成绩编辑程序,本程序设计优缺点: 采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4.
仓库管理系统(C语言)
- 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the st
studentsimple
- 采用数组方式生成的"学生成绩管理系统" 全C语言编制.....适合学生在学校课程设计参考..功能比较齐全...有创建,查找,排序,显示,插入,删除...附带子程序..校验输入的正确性...在turbo c 2.0下测试通过-array is formed using the "student performance management system" full C language ..... suitable
hm5
- 学生对象操作 输入8个学生给一个学生数组赋值,每个学生属性有:学号、姓名、性别、年龄、籍贯; (1)将学生按学号排序输出; (2)给所有学生年龄加1: (3)分别统计“男”、“女”生人数-students operation targeting the importation of eight students to an array of students assigned each student attri
lwork
- 一个学生成绩编辑程序,本程序设计优缺点: 采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4.
chengjipaixu
- 简易学生成绩排序(汇编) 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来-summary ranking the performance of their students (compilati
ghost516
- 把一个班的学生姓名和成绩存放到一个结构数组中,寻找和输出最高分者。 要交的作业-bring a class of students names and accomplishments of a storage array structure of the search and the maximum output stakeholders. To pay operating
studentgradeinformationmanagement
- 定义学生类Student,包含学生姓名、学号、3门或更多门课程的成绩以及对这些成员的操作; 2. 定义Student的对象数组,然后录入学生信息并显示到屏幕,同时保存到文件; 3. 从文件读取数据并查询、修改和统计学生成绩。 4. 在录入信息前要有提示信息。 5. 屏幕输出和文件存取时可使用>>、<<运算符重载或用I/O流对象引用作参数的成员函数实现。*/-The definition of ca
chengjichaxunxitong
- 应用二维数组,实现简单的学生成绩查询系统的设计-Application of two-dimensional array, to achieve student performance simple query system design
student
- 学员成绩管理系统(设计+代码)。用Java编写一个程序实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息(最多输入20个,但最少并不知道),包括学号(String)姓名(String) 三门课成绩(用整形数组来存)计算出学员的平均成绩(float),按照学员平均成绩由大到小排序插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实
263_TestStudent
- 课程类有名字,学生数组,老师,学生个数属性。 有增加学生方法,查看课程信息方法,查看课程详细信息方法,查询学生信息方法 -Course class has the name of the array of students, teachers, students number of attributes. There are methods of increasing the number of students to view cou
student
- 编写一个学生类,包含属性有:学号、姓名、性别、年龄等。将5个学生对象存储在一个数组中,实现如下操作: (1)根据学号查询某个学生; (2)将所有学生的年龄增加一岁; (3)按数组中顺序显示所有学生信息; (4)将所有学生按照年龄由小到大排序输出。 -The preparation of a student category, including the attributes are: scho
7-2
- (1)分别采用结构体数组和链表存储学生信息(包括学号、姓名、各科成绩) (2)通过键盘输入各学生的多门课程的成绩,建立相应的文件input.dat。 (3)按各科总成绩排序,并生成相应的文件输出。 (4)计算每人的平均成绩,按平均成绩排序,并生成文件。 (5)按学号、姓名查找学生记录。 -(1), respectively, and an array of linked list structures storing
CSharpCode
- C#基础与案例开发详解 例子控件实例 二维数组综合实例 学生学籍管理系统-C# Developing Detail Explain the basis of examples and case examples of two-dimensional array of control instances of student record management system integrated
学生管理系统
- 建立一个简单的学生管理系统,需要提供如下功能。 具有默认访问权限的类Student:数据成员:学号id、姓名name、性别gender、成绩Score。成员方法:设置/读取学号(setId/getId)、设置/读取性别(setGender /getGender)、设置/读取姓名(setName/getName)、设置/读取成绩(setScore/getScore),输出学生信息的showMe方法; 创建主控类StuMain,即只含有
学生管理系统
- 学生管理系统,使用集合存储学生数据数组存储账号密码,含有简易的增删改查(Student management system, the use of a set of storage of student data array, storage account password, contains simple additions and deletions to change)
用数组存储对象
- 用数组存储对象,有两个类,学生班级类和学生类,班级类用来存储学生,学生类用来存储学生信息。(With an array of objects, there are two classes, students class and student class, class classes used to store students, and student classes are used to store student informa
jiegouti
- /*使用结构体数组,将学生的数据按成绩从高到低排序显示到屏幕上, 将学生中不及格学生的姓名显示出来 写一个函数,获取成绩低于平均分的学生记录并返回低于平均分的学生人数*/(using an array of structures, the student's data is displayed on the screen from high to low, and the student's name is displayed to w