學生信息管理系統(tǒng)(源碼+執(zhí)行文件+完整論文).rar
學生信息管理系統(tǒng)(源碼+執(zhí)行文件+完整論文),文件包含: vb源代碼 可執(zhí)行程序 完整論文開發(fā)環(huán)境:vb access2000摘要學生信息管理系統(tǒng)是典型的信息管理系統(tǒng)(mis),其開發(fā)主要包括后臺數據庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數據一致性和完整性強、數據安全性好的庫。而對于后者則要求應用程序功能完備,易使用等特點。本系統(tǒng)主要完成...
該文檔為壓縮文件,包含的文件列表如下:


內容介紹
原文檔由會員 20023286 發(fā)布
文件包含: VB源代碼 可執(zhí)行程序 完整論文
開發(fā)環(huán)境:vb access2000
摘 要
學生信息管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數據庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數據一致性和完整性強、數據安全性好的庫。而對于后者則要求應用程序功能完備,易使用等特點。
本系統(tǒng)主要完成對學生情況和學生成績的管理,包括數據庫中表的添加、修改、刪除等。系統(tǒng)還可以完成對各類信息的瀏覽、查詢、添加、刪除、修改、報表等功能。
系統(tǒng)的核心是數據庫中各個表聯(lián)系,每一個表的修改都將聯(lián)動的影響其它的表,當完成對數據的操作時系統(tǒng)會自動地完成數據庫的修改。查詢功能也是系統(tǒng)的核心之一,在系統(tǒng)中即有單條件查詢和多條件查詢,也有精確查詢和模糊查詢,系統(tǒng)不僅有靜態(tài)的條件查詢,也有動態(tài)生成的條件查詢,其目的都是為了方便用戶使用。系統(tǒng)有完整的用戶添加、刪除和密碼修改功能,并具備報表打印功能。
經過分析,我們使用 MICROSOFT公司的 VISUAL BASIC開發(fā)工具,利用其提供的各種面向對象的開發(fā)工具,尤其是數據窗口這一能方便而簡潔操縱數據庫的智能化對象,首先在短時間內建立系統(tǒng)應用原型,然后對初始原型系統(tǒng)進行需求迭代,不斷修正和改進,直到形成用戶滿意的可行系統(tǒng)。
關鍵字:控件、窗體、數據庫、vb6.0、access2000。
ABSTRACT
Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise to the former request the consistency of data is strong with the integrity, the library that the safeness of data like.But request the latter very much to apply the procedure function complete, easy usage etc. characteristics.
This system completes primarily to student's circumstance with the management of student's score, include the database the inside the watch increase, modify, delete etc..The system can also complete to the browsing of various information, search, increase, delete, modify, report etc. function.
System of nucleus is other table in an influence for of relation, each a modification of watch moving in a table in database that modification that operation hour system, be to complete the logarithms according to will complete the database of oneself.Search the function is also one of the nucleus of the system, having namely in system the single condition search to search with many conditions, also having the accurate search to search with blur, system not only contain static condition search, also have the dynamic born condition search, its purpose is all for the sake of the convenient consumer to use.System contain complete consumer increase, delete to modify the function with the password, the union has the report prints the function.
Through analysis, we use the MICROSOFT company VISUAL BASIC development tool, making use of its every kind of the tool of development that provide that face to the object, particularly is intelligence that the window of data this on canning be convenient but manipulate the database in brief to turn the object, create in the in a short time first system application prototype, then, start to the beginning the prototype system proceeds to require with the iteration, revising continuously with improve, until forming the consumer is satisfied can row system.
Keywords: Control piece,form, database, vb6.0, access2000.
目 錄
摘 要 1
前言 4
1 系統(tǒng)規(guī)劃 4
1.3.2系統(tǒng)開發(fā)的目標 8
1.4.系統(tǒng)的可行性研究 8
2 系統(tǒng)分析 9
2.1業(yè)務流程分析 9
2.2數據流程分析: 10
2.3 系統(tǒng)設計思路分析 13
2.4 設計簡述 14
2.5 設計需求 15
3 系統(tǒng)設計與實施 16
3.1 數據庫的實現 16
3.2 界面的實現及代碼設計 17
4 系統(tǒng)測試及運行 26
4.1 測試計劃 26
4.2、測試項目說明 27
4.3 測試計劃評價 30
4.4測試分析報告 30
4.5 系統(tǒng)需求測試結論 33
5 心得體會 33
5.1 編程心得 33
參考文獻 34
參考文獻
[1] 陳明,《visual basic 程序設計》,中央廣播電視大學出版社,2002。
[2] 劉世峰,<<數據庫基礎與應用>>,中央廣播電視大學出版社,2004。
[3] 鄭榮貴、黃平、谷會東,《VB6.0數據庫開發(fā)與應用》,中科多媒體電子出版社,2002 。
[4] 伍俊良,《VB6控件應用實例教程》,北京希望電子出版社,2002。
[5] 盧國俊,《VB6數據庫開發(fā)》,電子工業(yè)出版社,2002。
[6] 邊萌,《VB編程起步》,機械工業(yè)出版社,2002。
[7] 謝季萍 徐孝凱,《ACCESS上機操作指導》,中央廣播電視大學出版社,2004。
開發(fā)環(huán)境:vb access2000
摘 要
學生信息管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數據庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數據一致性和完整性強、數據安全性好的庫。而對于后者則要求應用程序功能完備,易使用等特點。
本系統(tǒng)主要完成對學生情況和學生成績的管理,包括數據庫中表的添加、修改、刪除等。系統(tǒng)還可以完成對各類信息的瀏覽、查詢、添加、刪除、修改、報表等功能。
系統(tǒng)的核心是數據庫中各個表聯(lián)系,每一個表的修改都將聯(lián)動的影響其它的表,當完成對數據的操作時系統(tǒng)會自動地完成數據庫的修改。查詢功能也是系統(tǒng)的核心之一,在系統(tǒng)中即有單條件查詢和多條件查詢,也有精確查詢和模糊查詢,系統(tǒng)不僅有靜態(tài)的條件查詢,也有動態(tài)生成的條件查詢,其目的都是為了方便用戶使用。系統(tǒng)有完整的用戶添加、刪除和密碼修改功能,并具備報表打印功能。
經過分析,我們使用 MICROSOFT公司的 VISUAL BASIC開發(fā)工具,利用其提供的各種面向對象的開發(fā)工具,尤其是數據窗口這一能方便而簡潔操縱數據庫的智能化對象,首先在短時間內建立系統(tǒng)應用原型,然后對初始原型系統(tǒng)進行需求迭代,不斷修正和改進,直到形成用戶滿意的可行系統(tǒng)。
關鍵字:控件、窗體、數據庫、vb6.0、access2000。
ABSTRACT
Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise to the former request the consistency of data is strong with the integrity, the library that the safeness of data like.But request the latter very much to apply the procedure function complete, easy usage etc. characteristics.
This system completes primarily to student's circumstance with the management of student's score, include the database the inside the watch increase, modify, delete etc..The system can also complete to the browsing of various information, search, increase, delete, modify, report etc. function.
System of nucleus is other table in an influence for of relation, each a modification of watch moving in a table in database that modification that operation hour system, be to complete the logarithms according to will complete the database of oneself.Search the function is also one of the nucleus of the system, having namely in system the single condition search to search with many conditions, also having the accurate search to search with blur, system not only contain static condition search, also have the dynamic born condition search, its purpose is all for the sake of the convenient consumer to use.System contain complete consumer increase, delete to modify the function with the password, the union has the report prints the function.
Through analysis, we use the MICROSOFT company VISUAL BASIC development tool, making use of its every kind of the tool of development that provide that face to the object, particularly is intelligence that the window of data this on canning be convenient but manipulate the database in brief to turn the object, create in the in a short time first system application prototype, then, start to the beginning the prototype system proceeds to require with the iteration, revising continuously with improve, until forming the consumer is satisfied can row system.
Keywords: Control piece,form, database, vb6.0, access2000.
目 錄
摘 要 1
前言 4
1 系統(tǒng)規(guī)劃 4
1.3.2系統(tǒng)開發(fā)的目標 8
1.4.系統(tǒng)的可行性研究 8
2 系統(tǒng)分析 9
2.1業(yè)務流程分析 9
2.2數據流程分析: 10
2.3 系統(tǒng)設計思路分析 13
2.4 設計簡述 14
2.5 設計需求 15
3 系統(tǒng)設計與實施 16
3.1 數據庫的實現 16
3.2 界面的實現及代碼設計 17
4 系統(tǒng)測試及運行 26
4.1 測試計劃 26
4.2、測試項目說明 27
4.3 測試計劃評價 30
4.4測試分析報告 30
4.5 系統(tǒng)需求測試結論 33
5 心得體會 33
5.1 編程心得 33
參考文獻 34
參考文獻
[1] 陳明,《visual basic 程序設計》,中央廣播電視大學出版社,2002。
[2] 劉世峰,<<數據庫基礎與應用>>,中央廣播電視大學出版社,2004。
[3] 鄭榮貴、黃平、谷會東,《VB6.0數據庫開發(fā)與應用》,中科多媒體電子出版社,2002 。
[4] 伍俊良,《VB6控件應用實例教程》,北京希望電子出版社,2002。
[5] 盧國俊,《VB6數據庫開發(fā)》,電子工業(yè)出版社,2002。
[6] 邊萌,《VB編程起步》,機械工業(yè)出版社,2002。
[7] 謝季萍 徐孝凱,《ACCESS上機操作指導》,中央廣播電視大學出版社,2004。