搜索资源列表
sort
- 输入一组学生包括学号成绩 按学号顺序排序,或者按学生成绩排序
Mystu
- JAVA学生成绩管理系统课程设计作业,文档里面包含源代码。实现排序,文件打开与保存。
LittleProgram
- 运行在JDK下的学生成绩管理系统源码.可以查询数据,添加数据,删除数据,和排序等
StudentMS
- 运行在JDK下的学生成绩管理系统源码.可以查询数据,添加数据,删除数据,和排序等 acess的
学生成绩管理系统源码
- 运行在JDK下的学生成绩管理系统源码.可以查询数据,添加数据,删除数据,和排序等-running on JDK of student performance management system source code. Data can find, add, delete data, and sequencing, etc.
CourseManage
- 一个学生管理系统 有成绩学号还能对成绩排序-A student management system performance study of the results can sort numbers and so on
chengji
- java大作业:简易学生成绩管理系统 可以统计总成绩和排序等-java big operation: Simple student achievement management system statistics such as total score and ranking
javalab
- java实验答案。其中包括:金额的中文大写方式 ,约瑟夫环问题,设计银行账户类及存取款操作方法,字符串练习与面向对象技术,设计学生成绩表,计算器,利用线程比较插入冒泡排序算法的好坏,使用多种方式读取文本文件。以及最后的 java中必懂的内容简介。-java experimental answer. These include: the amount of the way the Chinese capital, Joseph Central issues, the design of bank
StudentSystem
- 学生成绩管理系统--添加学生信息、按学号删除、修改学生信息,对学生信息进行排序。打印全部学生信息。-Student achievement management system- add student information, according to Student delete, modify student information for the students to sort information. Print information for all students.
javabaseproject
- 这个项目是关于学生成绩管理系统的实战项目,主要实现功能有:统计学生总分,按总分排序并输出,计算总平均分,找出最高分和最低分,统计每门课程通过的人数-This project is about actual student achievement management system project, the main implementation features are: statistics of students Total, according to Total sort and outp
Stuinfo
- 制作了一个学生成绩管理的界面化程序 有查询插入删除排序等功能-Produced a student performance-based management interface, remove the sorting procedure query functions such as insertion
studentin
- 制作了一个学生成绩管理的界面化程序 有查询插入删除排序等功能还有数据库连接-Produced a student performance-based management interface, remove the sorting procedure query functions such as insertion
src
- 用JAVA编写的简单学生成绩管理系统,主要是输出学生成绩,并排序-Using JAVA write a simple student achievement management system that is mainly export student results, and sort
student_management
- 本项目的目的为设计一个学生成绩管理系统,能够对学生成绩实行动态管理。 其要求如下: 1、 系统具有输入、显示、查询、删除、添加、修改、排序、保存、读取等基本功能。 输入功能:可以一次完成无数条记录的输入。 显示功能:完成全部学生记录的显示。 查询功能:完成按姓名查找学生记录,并显示各科成绩。 删除功能:删除一条学生记录或一门课程。 添加功能:添加一条学生记录或一门课程。 修改功能:可对某条记录进行修改。 排序功能:按学生总成绩或平均成绩进行排
student-system
- 本系统是个学生成绩管理系统 有如下功能: 1.用顺序表n个学生的学号和成绩录入; 思想: 在主函数里完成学生人数限定,和定义学生的结构体指针,调用录入函数。 用结构体指针完成学生信息录入。 2.用选择排序法对n个学生的成绩按照降序排列; 思想: 定义2个学生结构体指针,用选择法完成学生成绩排序。 3.利用栈和队列的算法操作,删除不及格的学生信息,保留及格学生信息在栈或队列中; 思想: 定义一
studentAllInfor
- 该系统是一个中小程序,主要实现的功能有:录入、删除、修改和插入学生信息,给学生成绩排序,统计学生信息-The system is a small program, mainly realize the function: Input, delete, modify and insert student information to student achievement Sort statistics student information
学生成绩管理系统
- 录入学生成绩 并可以对学生进行排序 计算平均成绩也可以(Input student achievement, and can be sorted by students, the average score can also be)
Test
- 该系统能够录入学生评教的相关信息,完成学生信息、教师信息、评教信息的录入、修改、删除,对评教信息按评学成绩排序(The system can input the relevant information of students' teaching evaluation, complete the entry, modification and deletion of student information, teacher information and evaluation of teachi
ff
- 成绩管理系统,对学生成绩进行一系列的管理 增加 删除 排序 等(Score management system)
学生管理系统
- 一个学生管理系统,上个学期的实训作业,配合MySQL数据库使用。实现了教师/学生的注册、登录,各自信息的修改、教师账号对学生成绩信息的增删改查排(包括按学号、姓名的查找,按总分/但科目的成绩升/降序的排序)(A student management system, last semester's training work, in conjunction with the MySQL database. The registration and login of teachers and stu
