学生成绩管理系统(java语言).doc

学生成绩管理系统(java语言).doc

ID:51869304

大小:37.00 KB

页数:3页

时间:2020-03-17

学生成绩管理系统(java语言).doc_第1页
学生成绩管理系统(java语言).doc_第2页
学生成绩管理系统(java语言).doc_第3页
资源描述:

《学生成绩管理系统(java语言).doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、学生成绩管理系统importjava.util.*;importjava.io.*;classStudentimplementsSerializable{Stringname;longno;privateString[]course={"os","java","math"};double[]cscore={0,0,0};publicStudent(Stringname,longno,doublea,doubleb,doublec){this.name=name;this.no=no;this.cscore[0]=a;this.cscore[

2、1]=b;this.cscore[2]=c;}@OverridepublicStringtoString(){returnthis.name+""+this.no+""+this.course[0]+":"+this.cscore[0]+""+this.course[1]+":"+this.cscore[1]+""+this.course[2]+":"+this.cscore[2];}}publicclassObject{privatestaticScannerscanner=newScanner(System.in);publicStud

3、ent[]read()throwsException{ObjectInputStreamobjIn=newObjectInputStream(newFileInputStream("stus.data"));intnum=objIn.readInt();Student[]stus=newStudent[num];for(inti=0;i

4、owsException{Student[]s=newStudent[stus.length+1];for(inti=0;i

5、tem.out.print("java成绩:");doublecscore1=scanner.nextDouble();System.out.print("math成绩:");doublecscore2=scanner.nextDouble();s[s.length-1]=newStudent(name,no,cscore0,cscore1,cscore2);save(s);System.out.println("添加成功!");}3publicvoiddispAll(Student[]stus){System.out.println("现

6、有Student信息为:");for(Studentstu:stus){System.out.println(stu);}}publicvoidsave(Student[]stus)throwsException{ObjectOutputStreamobjOut=newObjectOutputStream(newFileOutputStream("stus.data"));objOut.writeInt(stus.length);for(Studentstu:stus){objOut.writeObject(stu);}objOut.clo

7、se();}publicvoidfindById(Student[]stus){intno=0,i=0;System.out.print("请输入学号:");no=scanner.nextInt();for(i=0;i

8、udent[]stus){Stringname="";System.out.print("请输入姓名:");name=scanner.next();for(inti=0;i

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。