电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

java考试系统源代码eaxmsystem

java考试系统源代码eaxmsystem_第1页
1/37
java考试系统源代码eaxmsystem_第2页
2/37
java考试系统源代码eaxmsystem_第3页
3/37
Qu estion /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ujn.ise.qsp.entity; import java.io.Serializable; /** * * @author Administrator */ public class Question implements Serializable { private String title; private String A; private String B; private String C; private String D; private String E; private double score; private String stdAns; private String stuAns; public Question() { } public Question(String title, String A, String B, String C, String D, String E, double score, String stdAns, String stuAns) { this.title = title; this.A = A; this.B = B; this.C = C; this.D = D; this.E = E; this.score = score; this.stdAns = stdAns; this.stuAns = stuAns; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public String getA() { return A; } public void setA(String A) { this.A = A; } public String getB() { return B; } public void setB(String B) { this.B = B; } public String getC() { return C; } public void setC(String C) { this.C = C; } public String getD() { return D; } public void setD(String D) { this.D = D; } public String getE() { return E; } public void setE(String E) { this.E = E; } public double getScore() { return score; } public void setScore(double score) { this.score = score; } public String getStdAns() { return stdAns; } public void setStdAns(String stdAns) { this.stdAns = stdAns; } public String getStuAns() { return stuAns; } public void setStuAns(String stuAns) { this.stuAns = stuAns; } public double check() { return 2; } } Tex t paper /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ujn.ise.qsp.entity; i...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

java考试系统源代码eaxmsystem

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部