Welcome![Sign In][Sign Up]
Location:
Search - student average

Search list

[File Formatstudentofchooseclass

Description: 学生选课,学分查询,添加删除学生,平均成绩查询-students, credits inquiries, adding to delete students, the average score inquiry
Platform: | Size: 20480 | Author: 崔伟东 | Hits:

[Database systemstudent

Description: 可以批量生成学生学号,输入不同学年的成绩,并可以计算学分制的平均绩点-Students can generate batch number, enter a different academic achievement and the credit system can calculate the average grade point
Platform: | Size: 259072 | Author: guoping | Hits:

[assembly languagestudent

Description: 学生课程管理 学生课程的成绩 学生课程的平均成绩-Student course management students courses Courses, the average student achievement results
Platform: | Size: 5120 | Author: f | Hits:

[JSP/Java13

Description: 成绩管理1.每个学生平均分 2.每门课的平均分 3.找出最高分数所对应的学生和课程 4.求平均分方差-Performance management 1. Each student average 2. Each class the average sub-3. Identify the highest number of points corresponding to 4 students and programs. For average variance
Platform: | Size: 1024 | Author: shiyuhong | Hits:

[JSP/Javastudent

Description: 学员成绩管理系统(设计+代码)。用Java编写一个程序实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息(最多输入20个,但最少并不知道),包括学号(String)姓名(String) 三门课成绩(用整形数组来存)计算出学员的平均成绩(float),按照学员平均成绩由大到小排序插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表保持有序 -Student achievement management system (designed+ Code). Using Java to prepare students to achieve a program performance management, each student, including three classes of results, students from the keyboard input information (input a maximum of 20, but at least did not know), including Student ID (String) Name (String) 3 class results (use of plastic to keep the array) to calculate the average student achievement (float), in accordance with the students grade point average insertion sort descending: In sort of the trainees after the results table, insert a student information requested remained after insertion delete function results in an orderly manner: for the importation of the designated school number, student information table from the deletion of the trainees, after the deletion of the results to maintain orderly
Platform: | Size: 116736 | Author: bbrica | Hits:

[Otherstudents

Description: 建立学生信息管理系统,实现一系列的功能: 存储信息:实现对信息的插入、删除、修改等功能; 查询信息 :显示全部学生信息、按学号查询、按姓名查询、按性别查询、按年级查询学生所学课程、按教师查询听课学生; 排序:实现按学号、按年龄、按某课成绩、按总成绩进行排序; 统计:男女生人数、每个人的平均成绩、各课的平均成绩;-The establishment of Student Information Management System to achieve a series of functions: storage of information: the realization of information insertion, deletion, modification and other functions query information: Show All student information, according to study its inquiries, inquiries by name, by gender inquiry, by grade Inquiries by students learning courses, students attend lectures by teachers inquiries ranking: No. achieve by learning, by age, according to results of a certain class, by a total score sort statistics: the number of boys and girls, each person s average scores, the class average scores
Platform: | Size: 4096 | Author: zhangdamo | Hits:

[ERP-EIP-OA-Portalstudent

Description: 学生考试成绩统计管理系统编写程序完成某班学生考试成绩的统计管理,包括成绩输入函数、成绩显示函数, 并计算每位同学的总分、平均分,对成绩排名输出-Examination score statistics management system for the preparation of procedures for students to complete a test score statistics management, including input function score, score display function, and calculate the total score for each classmate, with an average points score rankings on output
Platform: | Size: 2048 | Author: tejing | Hits:

[OtherSourcecode

Description: 学生信息管理系统。对于学生信息,各班的班主任及学校领导由于各种分类和了解的需要,经常性地进行各种查询。例如:查询一个班级中团员的人数,男、女生的人数,住宿或通宿学生的人数等等。教导处在每一届学生进校时必须进行分班,设置学号;每一届学生毕业,要进行学生信息备份; 对于成绩管理,课任教师要进行本科目成绩登记,计算平均分、优秀率、及格率;班主任在期中考试和期末考试后计算本班学生总分,排名次;教导处要统计补考学生人数及相应名单,每学期进行学生成绩备份;学校领导则可通过查询工具来了解学生成绩情况。 对于课程信息,教导处每学期要进行课程安排、课任教师分配、一周课程安排、中途课程调整等等。 -Student information management system. Information for students, class teachers and school leaders because of the various classification and know the needs of a variety of regular inquiries. For example: query a number of class members, boys and girls have the number of residential accommodation or pass the number of students and so on.教导处students at every school placement must be carried out, set up its study each session, graduate students, it is necessary to carry out student information to back up For performance management, class teachers to carry out any of the subjects grade registration, calculation of average hours, excellent rates, passing rates class at mid-term exams and final exam scores of students after the completion Bin, ranked second 教导处statistical make-up to the number of students and the corresponding list of students each semester to score back-up School Leaders can know through the query tool to score the situation of students. For course information,教导处ea
Platform: | Size: 1177600 | Author: 孙海波 | Hits:

[Otherstudent

Description: 一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序-A c++ to write with a simple management system for students, including add, delete, according to results from the average total points and the order of
Platform: | Size: 114688 | Author: 王湛懿 | Hits:

[VC/MFCmyconsole

Description: 1、 通过指定的的密码进入成绩管理系统. 2、 该系统实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息。 3、 包括学号、姓名、英语,C语言,数学三门课成绩,计算出学员的平均成绩,按照学员平均成绩由大到小排序。 4、 插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序。 5、 删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表保持有序。 -1, by specifying a password to enter the results of the management system. 2, the performance management system training, each student, including three classes of results, students from the keyboard input information. 3, including the school number, name, English, C language, mathematics lesson three results to calculate the average student, average student performance in accordance with descending order. 4, insert the functions: students in sorting results after inserting a table of information students require to insert after the results remained orderly. 5, delete functions: the school designated for the importation of number, information from the students table to delete the participants, the results after the deletion of maintaining orderly.
Platform: | Size: 277504 | Author: 甘鹏 | Hits:

[VC/MFCstudentsystem

Description: 通过指定的的密码进入成绩管理系统. 该系统实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息。 3、 包括学号、姓名、英语,C语言,数学三门课成绩,计算出学员的平均成绩,按照学员平均成绩由大到小排序。 4、 插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序。 删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表保持有序 -1, by specifying a password to enter the results of the management system. 2, the performance management system training, each student, including three classes of results, students from the keyboard input information. 3, including the school number, name, English, C language, mathematics lesson three results to calculate the average student, average student performance in accordance with descending order. 4, insert the functions: students in sorting results after inserting a table of information students require to insert after the results remained orderly. Delete functions: the school designated for the importation of number, information from the students table to delete the participants, the results after the deletion of maintaining orderly
Platform: | Size: 224256 | Author: 甘鹏 | Hits:

[matlabStudent

Description: Subject: Statistical Signal Processing. Scope: Radiophysics. We consider the statistical criterion of Student (t-test), a truncated-prednazna to test the hypothesis of equality of average values of two samples of ma-logo, each of which has a normal distribution law with identical Scientifical variance.
Platform: | Size: 1024 | Author: kick61 | Hits:

[Otherstudent

Description: 学生管理系统C++程序代码,可以实现输入学生姓名,学号,成绩,对学生进行按学号排序,显示学生内容,删除,求平均成绩-Student Management System C++ code, you can name the input of students, learning numbers, results, number of students by learning to sort, display the contents of students, delete, seeking grade point average
Platform: | Size: 7168 | Author: 燕子 | Hits:

[assembly languagestudent

Description: 每名学生需要如下描述:学号、姓名、成绩。成绩保留小数点一位。试编制一程序完成学生的录入和输出。最终对所有学生的成绩进行从高到低的排序,并且输出排序结果,并且得出平均分,并且保留一位小数并且输出。-Needs of each student described as follows: Student ID, name, performance. Results 1 to retain a decimal point. Try to prepare a student entry process is completed and output. The final results of all students to sort from high to low, and the output of sorting results, and the average score obtained, and retained a decimal, and the output.
Platform: | Size: 3072 | Author: 海盗 | Hits:

[JSP/JavaStuedentInfoManagement

Description: 本系统具有管理学生记录和管理学生成绩的功能。管理学生记录的功能包括: 添加、删除、修改、查询学生记录;管理学生成绩记录的功能包括:添加课程成绩、统计课程平均分、对学生总成绩进行排名。连接SQL SERVER数据库。具体文档请参阅苏年乐老师的著作!!!经测试可运行-This system has the management of student records and management of student achievement functions. Student records management features include: add, delete, modify, query student records management of student performance records include: adding course score, statistics courses average, for a total score of the students rank. Connect SQL SERVER database. Please refer to the Soviet years, the document specifically music teacher' s work! ! ! Have been tested to run! ! !
Platform: | Size: 101376 | Author: wang can | Hits:

[IME DevelopStudent

Description: 要求设计一个表示学生的类,里面有学生的三项成绩:计算机成绩,数学成绩,英语成绩。要求可以求总分,平均分,最高分,最低分,并且可以输出一个学生的完整信息-To design a class of students, which students of the three results: the computer results, mathematics achievement, English achievement. Requirements can seek total score, average score, highest score, lowest score, and can output a student complete information
Platform: | Size: 1024 | Author: 燕儿 | Hits:

[Algorithmstudent

Description: 有10个学生,每个学生的数据包括学好,姓名,3门课程的成绩,从键盘输入10个学生数据,要求输出三门课程总平均成绩,以及最高分的学生的数据(包括学号,姓名,3门课程成绩,平均分数)。要求利用指向数组的指针的方法,用一个input函数输入5个学生数据,用一个average函数求总平均分,用max函数找出最高分学生数据,总平均分和最高分的学生数据都在主函数中输出-There are 10 students, each student s data, including master, name, 3 course was good, 10 students from the keyboard input data, the average of three courses required output results, and the highest points of the student data (including student number, name, 3 course grade, the average score). Require the use of an array of pointers pointing to the method, with an input function input 5 student data, with an average total average demand function, with the max function to find the highest score student data, the total average score and highest score of the student data in the main function output
Platform: | Size: 3072 | Author: yanyan | Hits:

[assembly languagestudent

Description: 实现对某科成绩录入,和按成绩排序的结果,学生的描述包括学号、姓名和成绩。成绩和平均分精确到小数点后1位-Subjects to achieve a certain entry, and sort the results by performance, including school students describe the number, name and achievements. Results and average accurate to 1 decimal
Platform: | Size: 4096 | Author: wz | Hits:

[Mathimatics-Numerical algorithmsstudent

Description: 有一学生成绩管理数据库如下表,要求建立一SAS数据集score,并输出显示 创建一个新的数据集class,新增平均成绩aver变量和等级考评grade变量,grade的值是根据aver值的大小给出A、B、C、D四个等级,并显示新数据集cla-A student achievement management database as the table, called for the establishment of a SAS data set score, and output display create a new data set class, add an average score aver evaluation variables and grade level variables, grade values are based on the size of a aver value the A, B, C, D four grades, and displays the new data set of class
Platform: | Size: 991232 | Author: yansha | Hits:

[Otherstudent

Description: 该系统为一成绩管理系统,可查找,添加,修改学生的成绩,包括哥们的平均成绩等,功能厅齐全的,有很大的参考价值。-The system is a performance management system can search, add, modify the student' s achievements, including the buddy' s average scores and so on, function rooms, complete, highly Shenkao value.
Platform: | Size: 3445760 | Author: fang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net