文件名称:GradingSystem
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-12-24
- 文件大小:
- 167kb
- 下载次数:
- 0次
- 提 供 者:
- P***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java实现的基于文件存储的评分软件,遵循unix编程风格-GradingSystem:
Write a program that maintains a "database" of names and scores of students.
A student has a name consists of several words and records of scores of varies courses. Each record has a name of the course and the marks the student gets.
User can input or import information and scores for students and retrieve them later. To input a score, the user may key in the name of the student, the name of the course and the marks. Your program then try to find the student in the database and add or replace the score for the course. If the student can not be found in the database, a new student should be created and be put into the database. If the course can not be found in the records of the student, a new record for the course should be created, otherwise, the score should be replaced by the newly inputed one.
The user can provide name of a .CSV file which contains records of students information to import the data into the database. The columns in the .CSV files are:
name, cou
Write a program that maintains a "database" of names and scores of students.
A student has a name consists of several words and records of scores of varies courses. Each record has a name of the course and the marks the student gets.
User can input or import information and scores for students and retrieve them later. To input a score, the user may key in the name of the student, the name of the course and the marks. Your program then try to find the student in the database and add or replace the score for the course. If the student can not be found in the database, a new student should be created and be put into the database. If the course can not be found in the records of the student, a new record for the course should be created, otherwise, the score should be replaced by the newly inputed one.
The user can provide name of a .CSV file which contains records of students information to import the data into the database. The columns in the .CSV files are:
name, cou
(系统自动生成,下载前可以参看下载内容)
下载文件列表
data.cvs
import.cvs
report.pdf
src
...\cn
...\..\peimin
...\..\......\gradingsystem
...\..\......\.............\Import.java
...\..\......\.............\Input.java
...\..\......\.............\Retrieve.java