Welcome![Sign In][Sign Up]
Location:
Search - 平均成绩

Search list

[Other计算加权平均成绩

Description: 一个计算加权平均成绩的实用小程序,适用于大学中经常需要用到的计算。-a calculation of the weighted average score of small practical procedures applicable to the university often need to use the calculation.
Platform: | Size: 908 | Author: 王冲 | Hits:

[SourceCodeC语言实现成绩统计

Description: 一个学习小组有5个人,每个人有三门课的考试成绩。 求全组分科的平均成绩和各科总平均成绩。
Platform: | Size: 536 | Author: fangyuying | Hits:

[Other计算加权平均成绩

Description: 一个计算加权平均成绩的实用小程序,适用于大学中经常需要用到的计算。-a calculation of the weighted average score of small practical procedures applicable to the university often need to use the calculation.
Platform: | Size: 1024 | Author: 王冲 | Hits:

[Education soft system数据结构管理成绩

Description: 用C语言建立一个班级成绩管理系统,其中包括十名学生的相关数据(包括学号、姓名、三门课程的成绩、总成绩、平均成绩以及排名)。要求用单链表存储结构进行存储,能够实现对学生姓关数据的输入输出,并且能根据平均成绩对十名学生进行排序。-C language classes to establish a performance management system, including 10 students of relevant data (including school, names of the three courses results, with a total score, average scores and rankings). Single-Chain request storage structure for storage, can be achieved to students surnamed Guan data input and output, and based on the average results of 10 students ranking.
Platform: | Size: 143360 | Author: 月间 | Hits:

[assembly languageGradeASM.RAR

Description: 一个简单的统计成绩的汇编程序。输入一组成绩后对成绩排序,查找最高分,和最低分,统计各段成绩的人数和平均成绩。初学者可以看看。-a simple statistical compilation of the results procedures. The importation of a pair of scores after the results, in order to search high and the lowest points of the performance statistics of the number and average scores. Beginners can look at.
Platform: | Size: 19456 | Author: lyxh | Hits:

[CSharpstu1

Description: (1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30%、30%和40%。 (3)计算每位学生的总评成绩。 (4)计算该班级本课程的总平均成绩。 (5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。 (6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。 -(1) according to the course by class read from the file into the corresponding results in peacetime, interim and final examination results of examination results. (2) results of three percentage of the overall results are defined as constants, each with a total score of 30%, 30% and 40%. (3) calculate each student's overall results. (4) The calculation of the class of this course the total average score. (5) Calculation is excellent, good, medium and passing, failing and the number of students in the total percentage. You 100-90 for them, said through-80 ,79-to-70 for which 69-60 passes for 60 points below passing. (6) As required, the output results in excellent, good, medium and passing, failing the students learn the interval, results.
Platform: | Size: 1024 | Author: 尚晶 | Hits:

[Data structsUniversityschoolregistermanagementsystemmanagement

Description: 要求完成以下功能: 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 5)能够统计各科的平均成绩及及格率。 6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7)如果检索不到相应的信息应提示用户。-asked to perform the following functions : 1) to read from the screen of a student's information will be deposited into the data file. 2) can be designated information deleted from the document. 3), according to numbers, the names of the students will retrieve information retrieval results showed on the screen. 4) Statistical all students can be a total score, and the class rankings. 5) Statistics Branch to the average scores and passing rates. 6) require a functional error messages, such as sex between men and women can only import, importation of error messages to re-enter. 7) If less than the corresponding retrieval of information should prompt the user.
Platform: | Size: 7168 | Author: 顾俊 | Hits:

[JSP/Javastrout

Description: 设一个班有10名学生,每个学生有姓名、学号、成绩等信息,请利用对象数组的概念编程,求平均成绩。-set up a class had 10 students, with each student's name, school, results and other information. Please use the concept of object array programming, seeking average scores.
Platform: | Size: 2048 | Author: 行风 | Hits:

[assembly languagexuesheng

Description:  各模块的功能 1.各种基本数据的录入。如:学生基本情况录入。 2.各种基本数据的修改。即:允许对录入的数据重新进行编辑、修改。 3.各种基本数据的插入。如:在学生选修课程基本信息中插入一条新信息。 4.各种基本数据的删除。如:假设某同学转学或出国深造,删除该生的相关信息。 5.基于各种数据的查询。如:姓张的所有同学、年龄小于20岁的同学。  基于各种基本数据的统计计算. 6.统计每个学生各门功课的平均成绩,并按平均成绩从高到低的次序排名输出每个学生各门功课的综合成绩和平均成绩(名次、学号、姓名、平均成绩、各门功课的考试成绩、综合成绩)。 7.统计并输出各班各门功课的平均成绩和总平均成绩。 8.统计并输出每个同学已修学分。 9.列出不及格学生清单(学号、姓名、不及格的课程和成绩)。 10. 保存文件。 11. 读取文件。 12. 退出系统。
Platform: | Size: 23552 | Author: Margase | Hits:

[CSharpC

Description: 用C语言建立一个班级成绩管理系统,其中包括十名学生的相关数据(包括学号、姓名、三门课程的成绩、总成绩、平均成绩...[学籍管理系统-Using C language to build a Class performance management system, including 10 student-related data (including Student ID, name, three courses of results, with a total score, average score ... [school management system
Platform: | Size: 3072 | Author: 杨浩 | Hits:

[File Format2.txt

Description: 1.增加、修改、删除一个学生及成绩信息。 2.显示学生成绩信息。 3.按条件显示学生资料(条件有学号、姓名等)。    4.按条件显示班级最高分数以及对应的学生姓名(条件有课程名)。 5.计算所有学生的平均成绩。-1. Increase, modify or delete a student and achievements information. 2. Show that student achievement information. 3. Show the students the information in accordance with the conditions (the conditions of school number, name, etc.). 4. Classes according to the conditions showed the highest score and the corresponding student name (of course conditions). 5. Calculated the average performance of all students.
Platform: | Size: 57344 | Author: 有点坏 | Hits:

[assembly languagechengji

Description: 有学10个学生,每个学生的数据包括学号、姓名、3门课程的成绩,从键盘输入10个学生数据,要求输出3门课程总平均成绩,以及最高分的学生的数据(包括学号、姓名、3门课程成绩、平均分数)-10 school students, each student data, including Student ID, name, 3 courses accomplishments, from 10 students to keyboard input data, output of three courses require an overall average results, as well as the highest scoring students (including school No., name, 3 course results, the average score)
Platform: | Size: 1024 | Author: 李琦 | Hits:

[Education soft system051150033

Description: 学生成绩管理系统 (1)每一条记录包括一个学生的学号、姓名、3门课成绩、平均成绩。 (2)输入功能:可以一次完成若干条记录的输入。 (3)排序功能:按学生平均成绩进行排序。 (4)插入功能:按平均成绩高低插入一条学生记录。 (5)显示功能:完成全部学生记录的显示。 -Student achievement management system (1) of each record, including a student s school number, name, class 3 performance, average performance. (2) input function: can be a complete number of records input. (3) to sort function: Average scores by students to sort. (4) insert function: according to the average performance level of students to insert a record. (5) display features: the completion of all student records are displayed.
Platform: | Size: 2048 | Author: 俞薇 | Hits:

[JSP/Java8

Description: 记录学生的信息 :(1)声明Student类。属性包括学号、姓名、英语成绩、数学成绩、计算机成绩和总成绩。方法包括构造方法、get方法、set方法、toString方法、equals方法、compare方法(比较两个学生的总成绩,结果分大于、小于、等于)、sum方法(计算总成绩)和testScore方法(计算评测成绩,即平均成绩)。-Records of student information: (1) Student category statement. Properties include the school number, name, English achievement, mathematics achievement, the computer results and total score. Methods include the construction method, get methods, set methods, toString methods, equals method, compare methods (compare two students with a total score, the outcome is greater than, less than, equal to), sum method (Calculation of total score) and testScore method ( Calculation of assessment results, an average of results).
Platform: | Size: 2048 | Author: ww | Hits:

[Otherstudents

Description: 1. 基本信息的管理系统,基本功能如下: (1)能够完成新、老生信息的输入、修改、删除等工作,学生的基本信息,包括学号、姓名、性别、籍贯等,具体可根据需求自行设计; (2)能够完成课程信息的输入、修改、删除等工作,课程的基本信息,包括课程编号、课程名称、学时、学分、先修课等,具体可根据需求自行设计; (3)可以按照特定的信息进行查找,并按照特定的要求进行排序; (4)可以对学生及课程的基本信息进行打印输出; 2. 学生成绩的管理,基本功能如下: (1)学生成绩的输入、修改、删除等基本操作; (2)成绩的查询功能,可以按学号、姓名等进行成绩查询; (3)成绩的综合统计功能,包括学生成绩按照不同条件进行排名,管理人员可以选择不的排序条件,并可以将排序结果进行打印输出; (4)计算每个学生的总成绩、平均成绩,所有学生单科的平均成绩,找出总成绩和单科成绩最高的学生并输出; (5)计算各班的总分和平均分,并按照平均分将各班成绩进行排序。 (6)统计不及格考生的信息; (7)学生奖励统计,自动生成每班获得奖学金的同学的信息,并可以将奖学金分成不同的等级,以及所得奖学金的数目。- 1. The basic information management system, the basic functions are as follows: (1) to complete the new information老生enter, modify, delete, etc., the students the basic information, including Student ID, name, sex, country of origin, and so on, according to the specific needs of their own design (2) completion of the course information to input, modify, delete and so on, the curriculum of basic information, including course number, course name, hours, credits, etc.先修课, specifically designed according to demand (3) can be carried out in accordance with the specific information to find, and in accordance with the requirements of a particular sort (4) the impact on students and courses can be the basic information for print output 2. The management of student achievement, the basic functions are as follows: (1) student achievement input, modify, delete and other basic operations (2) The results of the inquiry, according to study number, the names of query results, etc.
Platform: | Size: 6749184 | Author: 期望 | Hits:

[Other4

Description: 成绩统计程序,输入成绩数,统计学生数,计算总成绩,平均成绩,显示优秀,良好,中等,及格和不及格的人数-hp
Platform: | Size: 3072 | Author: fhl | Hits:

[JSP/JavaSortgrade

Description: 设计一个学生类,学生类中应包括学号,姓名,语文成绩,数学成绩,英语成绩,同时还要提供两个方法,一个方法计算总成绩,一个方法计算平均成绩。 现在有一个文本文件,该文件有若干行,每一行存放着某个学生的数据,包括:学号,姓名,语文成绩,数学成绩,英语成绩。数据与数据之间用空格隔开,例如: 001 张三 85 90 98 设计一个java应用程序,从文本文件中读取数据,构造这些学生对象,然后按找总成绩从高到低的顺序输出到另外一个文本文件中,每个学生的数据占一行,数据与数据之间用空格隔开,输出顺序为: 学号,姓名,语文成绩,数学成绩,英语成绩,总成绩,平均成绩 例如 001 张三 85 90 98 273 91-Design a student class, student class should include Student ID, name, language achievement, mathematics achievement, English achievement, while also providing two methods, a method of calculating the total score, a method of calculating grade point average. There is now a text file, the file number of lines, each line of data storage with a student, including: Student ID, name, language achievement, mathematics achievement, English achievement. Between the data and the data separated by spaces, for example: 001 Zhang San 859,098 Design a java application that read data from a text file to construct these students object, and then find the total score according to the order from high to low output to another text file, each student data per line, data and data of the separated with a space between the output sequence is: Student ID, name, language achievement, mathematics achievement, English achievement, the total score, grade point average Example 001 Zhang San 85,909,827
Platform: | Size: 1024 | Author: 张有睿 | Hits:

[CSharp34356576787ASD

Description: .学生成绩管理系统每一条记录包括一个学生的学号、姓名、3门课成绩、平均成绩。 2. 输入功能:可以一次完成若干条记录的输入。 3.显示功能:完成全部学生记录的显示。 -gfhgghfghfghghfghf
Platform: | Size: 324608 | Author: yangzhao | Hits:

[CSharp综合程序:学生成绩管理系统(四种写法)

Description: 1、可打印学生的信息; 2、可计算每个学生的M门功课的总成绩和平均成绩; 3、选择法按总成绩由高到低排序; 4、顺序查找法按学号查找; 5、可按姓名和学号分别查找; 6、有菜单功能;(1. Print student information; 2, calculate the total score and average grade of each student's M homework; 3, the selection method, according to the total score from high to low order; 4, using the order method to find, according to student number to find; 5, according to the name and student number, respectively; 6, menu function;)
Platform: | Size: 13312 | Author: 周周y | Hits:

[JSP/Java学生成绩管理系统

Description: 录入学生成绩 并可以对学生进行排序 计算平均成绩也可以(Input student achievement, and can be sorted by students, the average score can also be)
Platform: | Size: 3072 | Author: fasa | Hits:
« 12 3 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net