Welcome![Sign In][Sign Up]
Location:
Search - ScoreManager

Search list

[Other resourceScoreManager

Description: 用VB编写的学生成绩管理系统,使用6.0版可以直接运行 共大家享用-VB prepared by the student performance management system, version 6.0 can be used to run a total benefit of Members
Platform: | Size: 636414 | Author: yubo | Hits:

[Other resourceScoremanager

Description: 这是一个课程设计,高校成绩管理系统。源码完整,请大家放心下载
Platform: | Size: 163774 | Author: nudlang | Hits:

[Other resourceScoremanager

Description: 本代码既有系统设计和流程图,又有实际的源代码,使学生课程设计的参考资料。
Platform: | Size: 304761 | Author: 张凤琴 | Hits:

[Education soft systemScoreManager

Description: 用VB编写的学生成绩管理系统,使用6.0版可以直接运行 共大家享用-VB prepared by the student performance management system, version 6.0 can be used to run a total benefit of Members
Platform: | Size: 635904 | Author: yubo | Hits:

[JSP/Javascoreofstudent

Description: 学生成绩管理系统是用VB.NET实现的,主要功能是对学生各门学科-student performance management system is realized with VB.NET, main function is to discipline students
Platform: | Size: 106496 | Author: 许健 | Hits:

[Education soft systemScoremanager

Description: 这是一个课程设计,高校成绩管理系统。源码完整,请大家放心下载 -This is a curriculum design, performance management system for colleges and universities. Source integrity, Please rest assured Download
Platform: | Size: 2549760 | Author: nudlang | Hits:

[Education soft systemScoremanager

Description: 本代码既有系统设计和流程图,又有实际的源代码,使学生课程设计的参考资料。-The code both system design and flow chart as well as the actual source code, to enable students to curriculum design reference.
Platform: | Size: 304128 | Author: 张凤琴 | Hits:

[JSP/JavaScoreManager

Description: 使用JAVA实现一个班级学生成绩的管理功能:包括学生成绩的添加,学生成绩的删除,成绩的修改,学生成绩的查找(根据学号查找),以及按照学生平均成绩进行排名并显示。-Use JAVA to implement a management class student achievement: student achievement, including the addition, deletion of student achievement, performance changes, student achievement in the search (look under the student number), and ranked according to average student performance and display.
Platform: | Size: 10240 | Author: 露痕青苔 | Hits:

[Education soft systemstu

Description: 学籍管理需要每个学生的下列数据:学号、姓名、性别、年龄、分数,请用C语言程序存储并处理学生的学籍。 要求: (1)定义一个结构体类型,类型名称为STUDENT 学号(num):int型; 姓名(name):char * 型;或者char name[] 性别(sex):char型; 年龄(age):int型; 分数(score):float型。 (2)用结构体数组实现一个班级学生信息的输入和输出。 (3)用指向结构体的指针实现一个班级学生信息的输入和输出。 (4)输出信息要具备格式化的形式 “stud”中。读入stud文件的内容,按平均分进行排序处理,将已排序的学生数据存入一个新文件“stud_sort”中。-ScoreManager
Platform: | Size: 1024 | Author: 王小A | Hits:

[JSP/JavaScoreManager

Description: 学生成绩管理系统,管理相关的学生成绩,如何添加、如何修改,功能强大-manager students score
Platform: | Size: 9216 | Author: 叶芳 | Hits:

[Education soft systemScoreManager

Description: 学生管理系统,一个基于学生。教师的管理系统。可以输入信息并进行管理-i do not know how to show!
Platform: | Size: 456704 | Author: 徐金树 | Hits:

[CSharpstudent-scoremanager-cSharpPaccess

Description: 打开直接使用,里面有具体的代码,适合做课程设计使用。-Open the use directly, and there are specific code, suitable for use course design.
Platform: | Size: 1335296 | Author: wangjizhong | Hits:

[Otherscoremanager

Description: 基于VC++和数据库的学生成绩管理系统,能够进行简单的操作,登记成绩,成绩查询,分数计算等-Student achievement based on VC++ and the database management system capable of simple operation, the registration results, performance query, the score calculation
Platform: | Size: 2394112 | Author: | Hits:

[JSP/JavascoreManager

Description: 学生管理系统,对学生的信息及其他的成绩的管理,非常有用,大二编的代码,里面有数据库的文档-Student management system, student information and results management, useful, sophomore compile the code inside the database documentation
Platform: | Size: 234496 | Author: 马慧军 | Hits:

[JSP/JavaScoreManager

Description: java实现的命令行学生成绩管理系统,采用序列化机制,向并且在关机之后,能够对文件中写入的对象重载,有对成绩按学生学号,姓名排序,按学号,姓名查询.删除的功能。适合初学者参考。-The java implementation command line student performance management system, the serialization mechanism, and shutdown after can write the object file overloading the achievements by the number of students to learn, name Sort by school, name query. delete function. The reference for beginners.
Platform: | Size: 3072 | Author: 金熊 | Hits:

[JSP/JavaScoreManager

Description: 利用数组类型编写一个管理学生成绩的应用程序,让计算机来管理全班同学的“Java语言”课程成绩。要求得到全班的最高分和最低分,并将全班同学的成绩从高到低排序后输出。 提示:可将现实世界中全班学生这一实体概念定义为类Students。并让该类包含重要属性“全班的成绩清单”,相关行为包括对成绩的排序、统计、查找等。 一个Students类的对象实例对应着现实世界中的一个班级,由于不同班级的人数与成绩都不一样,可以将全班的成绩清单设计为Students类的构造方法参数,在创建每一个班级的对象实例时确定该班级的成绩清单。 至于如何输入成绩清单,如何排序后输出,这些与用户交互的程序不宜放在Students类中。可以引入ScoreManager完成与用户的交互,该类利用Students对象的行为完成对全班成绩的排序、统计与查找功能。 -The use of an array type to write a student performance management application that allows a computer to manage the whole class "Java language" course grades. Requirements are the highest class and lowest scores, and the whole class results in descending sorted output. Tip: You can be the real world students in the class definition of the concept of this entity class Students. And let the class contains important attribute "class achievements list" performance-related behavior including sorting, statistics, search and so on. An instance of the object class Students in the real world corresponds to a class, because the number of different classes and grades are not the same, you can score the class list is designed to Students class constructor parameters, create each instance of the object class results when determining the class list. As for how to enter grades list, how to sort the output of these programs that interact with the user should not be placed Students class. Can introd
Platform: | Size: 6144 | Author: | Hits:

[OtherScoreManager

Description: 一、编辑成绩: 1.输入或插入学生成绩 2.添加科目 3.删除学生成绩 4.更改成绩 5.读取记录 0.返回 二、查询:1.显示成绩表 2.某个学生全部信息 3.单科信息表 4.考生名单 0.返回 三、保存记录 四、排序:1.按姓名顺序 2.按学号顺序 3.按总成绩高到低 4.按单科成绩高到低 五、统计:1.学生总分 2.单科信息:①最高分 ②最低分 ③平均分 ④高于及低于平均分人数 ⑤五分制各分数段人数-First, edit the results: 1 Input or insert one student s result 2 Add courses To delete one student s result 4 Change results 5. Reading records 0.Return Second, query: 1 shows the results 2 all information of one student s 3 single subject information table 4 Candidates List 0.Return Third, keep records Fourth, sort: 1 order by name 2 order by number 3 by a total score high to low 4 by one course s score high to low Fifth, Statistics: 1 student scores 2 single subject Information:. ① highest score ② lowest score ③ Average ④ above or below the average number ⑤ five-point scale
Platform: | Size: 7168 | Author: 付豪 | Hits:

[Software Engineeringscoremanager

Description: x86汇编程序实现学生成绩管理系统设计文档,包括实现学生成绩的录入,删除,修改,查找,实现分页显示,成绩文件存盘,从外部导入成绩文件显示,成绩排序输出,采用表格编辑界面,简洁友好。-design document
Platform: | Size: 1601536 | Author: | Hits:

[OtherScoreManager

Description: 基于VC的学生管理系统,包含显示,排序,插入,删除,统计等功能-it s a system that used to manage students score and based on Microsoft Visual C++ 6.0
Platform: | Size: 9216 | Author: wyk | Hits:

[JSP3

Description: ScoreManager类实现了成绩管理系统。该系统有如下功能供选择:录入成绩,成绩列表,查询成绩,退出-ScoreManager class to achieve the results management system. The system has the following functions for selection: entry performance, the results list, query results, exit
Platform: | Size: 14336 | Author: daniel | Hits:

CodeBus www.codebus.net