freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

學(xué)生成績管理系統(tǒng)課程設(shè)計報告-全文預(yù)覽

2025-02-08 21:55 上一頁面

下一頁面
  

【正文】 import 。import 。import 。import 。import 。 } public void setInclass(Inclass inclass) { = inclass。 } public void setPhoneNumber(String phoneNumber) { = phoneNumber。 } public void setAge(int age) { = age。 } public void setName(String name) { = name。 = homeAddress。 = department。 public Student(String number, String name, String sex, int age, Department department, String phoneNumber, String idCardNo, Inclass inclass, String homeAddress) { = number。 private String phoneNumber。 private String name。 } else if (!()) return false。 if (getClass() != ()) return false。 result = prime * result + ((student_number == null) ? 0 : ())。 } public void setTerm(String term) { = term。 } public void setScore(int score) { = score。 } public void setStudent_number(String student_number) { = student_number。 = score。 private String teacher_number。 }}package domain。 Course other = (Course) obj。 return result。 } public void setName(String name) { = name。 = name。public class Course { private int number。 Account other = (Account) obj。 return result。 }public void setPermission(int permission) { = permission。 } public void setName(String name) { = name。 = permission。 private int permission。 }}package domain。 return。 (true)。 (true)。 (true)。 (true)。 } }。 (true)。 allTeachersInfoAction = new AbstractAction(教師信息管理) { Override public void actionPerformed(ActionEvent e) { AllTeachersInfoDialog dialog = new AllTeachersInfoDialog( )。 } }。 (exitAction)。 JMenu menu2 = new JMenu(選課管理)。 (allTeachersInfoAction)。 (bar)。 JMenu menu1 = new JMenu(基本信息管理)。 (studentQueryScoreAction)。 setPermission()。 = account。public MainWindow(Account account) { (800, 600)。 private Action studentQueryScoreAction。 private Action allScoreAction。public class MainWindow extends { private Account account。import 。import domain.*。 }package 。 private jLabel2。 new MainWindow(account).setVisible(true)。 return。 String password = (())。 setLocationRelativeTo(null)。import 。 void updateAccount(Teacher teacher,Account account)。void removeAccount(Teacher teacher,Account account)。Teacher findTeacher(Account account)。import 。void updateAccount(Teacher teacher,Account account)。void deleteAccount(Teacher teacher,Account account)。Teacher findTeacher(Account account)。import 。圖7 登陸界面圖8登陸成功界面第四章 實現(xiàn)package api。根據(jù)對數(shù)據(jù)項與數(shù)據(jù)結(jié)構(gòu)的分析,設(shè)計出能夠滿足系統(tǒng)需求的各種實體,及它們之間的關(guān)系,為后面的邏輯結(jié)構(gòu)設(shè)計打下基礎(chǔ)。 ④本系統(tǒng)課高效、快速的查詢學(xué)生的基本信息。 ② 安全保密性需求:只有憑借用戶名和密碼登陸系統(tǒng),才能進行信息的管理等。各用戶具體需操作的功能如下: ① 管理員,登陸,進入系統(tǒng),可進行管理員操作,進行查詢、刪除、修改、添加、打印等操作。 軟件工程綜合實驗學(xué)生姓名 袁春艷學(xué)號1018014081班級計本103班成績指導(dǎo)教師曹陽 數(shù)學(xué)與計算機科學(xué)學(xué)院 2012年 12月 3日目錄第一章 緒 論 1 設(shè)計目的 1 開發(fā)工具選擇 1 開發(fā)環(huán)境 1第二章 需求分析 2 2 2 2 2 2第三章 總體設(shè)計 5 5 5 5 6 6第四章 實現(xiàn) 8 8 31第五章 課程設(shè)計心得 34學(xué)生成績管理系統(tǒng)第一章 緒 論 設(shè)計目的 通過本實驗掌握軟件工程SA或OOA需求分析方法和技術(shù)。 開發(fā)環(huán)境 學(xué)生成績管理系統(tǒng)運行環(huán)境要求: ①操作系統(tǒng):windows 2000/XP/windows 7 ②數(shù)據(jù)庫管理系統(tǒng):SQL server 2000 ③硬件需求:內(nèi)存256M以上 第二章 需求分析 本系統(tǒng)需進行學(xué)生成績管理,主要用戶有:管理員、學(xué)生、教師。本系統(tǒng)的功能需求分析如下: ① 學(xué)生信息查詢:學(xué)生可以根據(jù)學(xué)號、姓名、專業(yè)進行查詢. ② 學(xué)生信息管理:主要是用于學(xué)生信息更新、插入、刪除; ③ 學(xué)生成績錄入:用于學(xué)生成績管理,錄入學(xué)生成績,也可以更新; ① 登錄、用戶界面需求:簡潔、易懂、易用、友好的用戶界面。 ③本系統(tǒng)操作方便、靈活、高效。逐一實現(xiàn)各個功能。圖5系統(tǒng)ER圖結(jié)構(gòu)圖6數(shù)據(jù)庫關(guān)系圖系統(tǒng)設(shè)計了登錄界面,每個合法用戶有用戶名及一個密碼,只有當用戶輸入正確的用戶名及密碼組合后才能夠?qū)W(xué)生信息進行操作。import 。Student findStudent(Account account)。void deleteAccount(Student student,Account account)。void updateAccount(Student student,Account account)。import 。Student findStudent(Account account)。void removeAccount(Student student,Account account)。void updateAccount(Student student,Account account)。import 。 public LoginWindow(IAccountService accountService) { initComponents()。 } private void loginButtonActionPerformed( evt) { String userName = ().trim()。 } if (.equals(password)) { (this, 輸入的密碼不能為空!)。 (false)。 private jLabel1。 private userNameText。import .*。import .*。import 。 private Action allAccountsAction。 private Action studenInfoAction。 private Action exitAction。 setLocationRelativeTo(null)。 createActions()。 JMenu menu1 = new JMenu(基本信息管理)。 } if (permission == 2) { JMenuBar bar = new JMenuBar()。 (menu1)。 (allStudentsInfoAction)。 (menu1)。 JMenu menu3 = new JMenu(系統(tǒng)管理)。 } } private void createActions() { exitAction =new AbstractAction(安全退出) { Override public void actionPerformed(ActionEvent e) { (0)。 } }。 allCourseAction = new AbstractAction(課程信息管理) {\ Override public void actionPerformed(ActionEvent e) { AllCoursesInfoDialog dialog = new AllCoursesInfoDialog( )。 (true)。 choiceCourseAction = new Abstra
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1