文件名称:exam
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 72kb
- 下载次数:
- 0次
- 提 供 者:
- 何**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java综合性实验,学生分析系统,实现的功能:
(1)基本数据输入:程序提供界面能够见谅并输入班级,学生和课程的信息。
(2) 考试成绩输入:程序提供界面,指定班级,课程后,输入该班级所有学生的该课程的考试成绩。
(3) 成绩查询:输入学号和课程后,能够显示该学生的考试成绩。
(4) 成绩分析:指定班级和课程后,对该班的该课程进行以下3个方面的分析:
O 分数分析:最高分,最低分,平均分
O 分数段分析:分别统计0—59,60—69,70—79,80—89,90—100的学生人数和所占的百分比。
O 图形分析:生成如下的图形-java experiment, basic data entry of students to analyze the system functions: (1): The program provides the interface to be able to forgive and enter the classroom, students and course information. (2) test scores input: the program provides an interface to specify the class, course, enter the test scores of all students in the class of the course. (3) results Query: Enter the student number and course, be able to display the students' test scores. (4) results analysis: specify the classes and courses, the course of the class the following three aspects of analysis: the fraction of O: the highest score, lowest score, the average O scores for segment analysis: The statistical 0-59,60-69,70-79,80-89,90-100 the number of students and percentage. O graphical analysis: to generate the following graphics
(1)基本数据输入:程序提供界面能够见谅并输入班级,学生和课程的信息。
(2) 考试成绩输入:程序提供界面,指定班级,课程后,输入该班级所有学生的该课程的考试成绩。
(3) 成绩查询:输入学号和课程后,能够显示该学生的考试成绩。
(4) 成绩分析:指定班级和课程后,对该班的该课程进行以下3个方面的分析:
O 分数分析:最高分,最低分,平均分
O 分数段分析:分别统计0—59,60—69,70—79,80—89,90—100的学生人数和所占的百分比。
O 图形分析:生成如下的图形-java experiment, basic data entry of students to analyze the system functions: (1): The program provides the interface to be able to forgive and enter the classroom, students and course information. (2) test scores input: the program provides an interface to specify the class, course, enter the test scores of all students in the class of the course. (3) results Query: Enter the student number and course, be able to display the students' test scores. (4) results analysis: specify the classes and courses, the course of the class the following three aspects of analysis: the fraction of O: the highest score, lowest score, the average O scores for segment analysis: The statistical 0-59,60-69,70-79,80-89,90-100 the number of students and percentage. O graphical analysis: to generate the following graphics
(系统自动生成,下载前可以参看下载内容)
下载文件列表
exam\.classpath
....\.project
....\.settings\org.eclipse.jdt.core.prefs
....\a
....\bin\control\Control.class
....\...\model\Cla.class
....\...\.....\Course.class
....\...\.....\Result.class
....\...\.....\Score.class
....\...\.....\SearchFuction.class
....\...\.....\Student.class
....\...\view\AnalyFrame$1.class
....\...\....\AnalyFrame$ButtonListener.class
....\...\....\AnalyFrame.class
....\...\....\BaseFrame$ButtonListener.class
....\...\....\BaseFrame.class
....\...\....\ClassFrame$1.class
....\...\....\ClassFrame$2.class
....\...\....\ClassFrame$3.class
....\...\....\ClassFrame.class
....\...\....\ColorEnum.class
....\...\....\CourseFrame$1.class
....\...\....\CourseFrame$2.class
....\...\....\CourseFrame$3.class
....\...\....\CourseFrame$4.class
....\...\....\CourseFrame.class
....\...\....\FrameTest.class
....\...\....\MainView$1.class
....\...\....\MainView$ButtonListener.class
....\...\....\MainView.class
....\...\....\MyFrame.class
....\...\....\RectGraph.class
....\...\....\RoundGraph.class
....\...\....\ScoreFrame$1.class
....\...\....\ScoreFrame$2.class
....\...\....\ScoreFrame$3.class
....\...\....\ScoreFrame$4.class
....\...\....\ScoreFrame$5.class
....\...\....\ScoreFrame.class
....\...\....\SearchFrame$1.class
....\...\....\SearchFrame.class
....\...\....\StudentDataFrame$1.class
....\...\....\StudentDataFrame$2.class
....\...\....\StudentDataFrame$3.class
....\...\....\StudentDataFrame$4.class
....\...\....\StudentDataFrame$5.class
....\...\....\StudentDataFrame.class
....\src\control\Control.java
....\...\model\Cla.java
....\...\.....\Course.java
....\...\.....\Result.java
....\...\.....\Score.java
....\...\.....\SearchFuction.java
....\...\.....\Student.java
....\...\view\AnalyFrame.java
....\...\....\BaseFrame.java
....\...\....\ClassFrame.java
....\...\....\ColorEnum.java
....\...\....\CourseFrame.java
....\...\....\FrameTest.java
....\...\....\MainView.java
....\...\....\MyFrame.java
....\...\....\RectGraph.java
....\...\....\RoundGraph.java
....\...\....\ScoreFrame.java
....\...\....\SearchFrame.java
....\...\....\StudentDataFrame.java
....\bin\control
....\...\model
....\...\view
....\src\control
....\...\model
....\...\view
....\.settings
....\bin
....\src
exam
....\.project
....\.settings\org.eclipse.jdt.core.prefs
....\a
....\bin\control\Control.class
....\...\model\Cla.class
....\...\.....\Course.class
....\...\.....\Result.class
....\...\.....\Score.class
....\...\.....\SearchFuction.class
....\...\.....\Student.class
....\...\view\AnalyFrame$1.class
....\...\....\AnalyFrame$ButtonListener.class
....\...\....\AnalyFrame.class
....\...\....\BaseFrame$ButtonListener.class
....\...\....\BaseFrame.class
....\...\....\ClassFrame$1.class
....\...\....\ClassFrame$2.class
....\...\....\ClassFrame$3.class
....\...\....\ClassFrame.class
....\...\....\ColorEnum.class
....\...\....\CourseFrame$1.class
....\...\....\CourseFrame$2.class
....\...\....\CourseFrame$3.class
....\...\....\CourseFrame$4.class
....\...\....\CourseFrame.class
....\...\....\FrameTest.class
....\...\....\MainView$1.class
....\...\....\MainView$ButtonListener.class
....\...\....\MainView.class
....\...\....\MyFrame.class
....\...\....\RectGraph.class
....\...\....\RoundGraph.class
....\...\....\ScoreFrame$1.class
....\...\....\ScoreFrame$2.class
....\...\....\ScoreFrame$3.class
....\...\....\ScoreFrame$4.class
....\...\....\ScoreFrame$5.class
....\...\....\ScoreFrame.class
....\...\....\SearchFrame$1.class
....\...\....\SearchFrame.class
....\...\....\StudentDataFrame$1.class
....\...\....\StudentDataFrame$2.class
....\...\....\StudentDataFrame$3.class
....\...\....\StudentDataFrame$4.class
....\...\....\StudentDataFrame$5.class
....\...\....\StudentDataFrame.class
....\src\control\Control.java
....\...\model\Cla.java
....\...\.....\Course.java
....\...\.....\Result.java
....\...\.....\Score.java
....\...\.....\SearchFuction.java
....\...\.....\Student.java
....\...\view\AnalyFrame.java
....\...\....\BaseFrame.java
....\...\....\ClassFrame.java
....\...\....\ColorEnum.java
....\...\....\CourseFrame.java
....\...\....\FrameTest.java
....\...\....\MainView.java
....\...\....\MyFrame.java
....\...\....\RectGraph.java
....\...\....\RoundGraph.java
....\...\....\ScoreFrame.java
....\...\....\SearchFrame.java
....\...\....\StudentDataFrame.java
....\bin\control
....\...\model
....\...\view
....\src\control
....\...\model
....\...\view
....\.settings
....\bin
....\src
exam