學(xué)生信息管理系統(tǒng)(c++).rar
學(xué)生信息管理系統(tǒng)(c++),學(xué)生信息管理系統(tǒng)(c++)1.3萬字23頁論文+代碼摘要隨著現(xiàn)代科學(xué)的發(fā)展,計(jì)算機(jī)的應(yīng)用幾乎進(jìn)入了生活中的每一個領(lǐng)域。計(jì)算機(jī)技術(shù)在信息管理上也得到了越來越深入而廣泛的應(yīng)用,信息管理系統(tǒng)的實(shí)施在技術(shù)上已逐步成熟。學(xué)生信息管理系統(tǒng)是學(xué)校等教育單位不可缺少的部分,利用計(jì)算機(jī)對學(xué)生信息進(jìn)行管理,具有傳統(tǒng)手工管理無法比擬的優(yōu)點(diǎn)....
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 劉麗 發(fā)布
學(xué)生信息管理系統(tǒng)(C++)
1.3萬字 23頁
論文+代碼
摘要
隨著現(xiàn)代科學(xué)的發(fā)展,計(jì)算機(jī)的應(yīng)用幾乎進(jìn)入了生活中的每一個領(lǐng)域。計(jì)算機(jī)技術(shù)在信息管理上也得到了越來越深入而廣泛的應(yīng)用,信息管理系統(tǒng)的實(shí)施在技術(shù)上已逐步成熟。
學(xué)生信息管理系統(tǒng)是學(xué)校等教育單位不可缺少的部分,利用計(jì)算機(jī)對學(xué)生信息進(jìn)行管理,具有傳統(tǒng)手工管理無法比擬的優(yōu)點(diǎn).例如:檢索迅速、查找方便、可靠性高、存儲量大、保密性好、壽命長、成本低等。這些優(yōu)點(diǎn)能夠極大地提高學(xué)生信息管理的效率,也是科學(xué)化、正規(guī)化的管理,與世界接軌的重要條件。
本系統(tǒng)以Visual C++6.0作為開發(fā)工具,Access存儲學(xué)生信息,應(yīng)用MFC進(jìn)行ODBC編程,實(shí)現(xiàn)學(xué)生信息的管理。本系統(tǒng)界面友好,操作方便,支持海量數(shù)據(jù),維護(hù)方便,是功能比較完備的信息管理系統(tǒng)。
關(guān)鍵字:VC++6.0,數(shù)據(jù)庫,Access,ODBC。
Abstract
With the development of modern science,Computer applications into almost every area of life。The computer technology also obtained more and more thorough and the widespread application in the information management, The information management system implementation has been gradually mature in the technology。
The student information management system is the essential part in the school and some education unit,Using the computer to student information carries on the management, It's merit is unable to compare which the traditional manual management。For example: the search rapidly, the reliability high, the reserves big, the secrecy good, the life is long, the cost is low, and so on. These merits can enormously enhance the efficiency for the student information management, also is scientific, the standardized management, connects rails the important condition with the world.
This system is develops with Visual C++6.0, Access saves the student information, carries on the ODBC programming using MFC, realizes the student information management. This system contact surface is friendly, the ease of operation, supports the magnanimous data, maintains conveniently, and it is the function quite complete information management system.
Keywords:VC++6.0,Database,Access,ODBC.
目 錄
前言……………………………………………………………………………………4
1.系統(tǒng)概述 ……………………………………………………………………………5
1.1 系統(tǒng)需求………………………………………………………………………5
1.2 可行性分析……………………………………………………………………5
1.3 系統(tǒng)簡介………………………………………………………………………5
1.3.1項(xiàng)目規(guī)劃 …………………………………………………………………5
1.3.2系統(tǒng)模型 …………………………………………………………………6
2. 系統(tǒng)開發(fā)環(huán)境……………………………………………………………………7
2.1 VC++概述……………………………………………………………………7
2.2 Visual C++進(jìn)行數(shù)據(jù)庫開發(fā)的優(yōu)勢…………………………………………7
2.3 Visual C++提供的數(shù)據(jù)庫訪問技術(shù) …………………………………………8
2.4 MFC ODBC 數(shù)據(jù)庫訪問技術(shù)介紹 …………………………………………8
3.數(shù)據(jù)庫設(shè)計(jì) ……………………………………………………………………… 10
3.1登陸用戶表 ……………………………………………………………………10
3.2學(xué)生信息表 ……………………………………………………………………10
3.3成績表設(shè)計(jì) ……………………………………………………………………11
4. 詳細(xì)設(shè)計(jì)…………………………………………………………………………12
4.1連接數(shù)據(jù)庫……………………………………………………………………12
4.2動態(tài)設(shè)置數(shù)據(jù)源………………………………………………………………12
4.3使用Tab Control控件…………………………………………………………12
4.4模塊詳細(xì)設(shè)計(jì)…………………………………………………………………13
4.4.1登陸…………………………………………………………………………13
4.4.2學(xué)生信息管理………………………………………………………………13
4.4.3添加記錄……………………………………………………………………15
4.4.4 用戶管理…………………………………………………………………15
4.4.5成績管理……………………………………………………………………16
5. 總結(jié)…………………………………………………………………………………21
致謝……………………………………………………………………………………22
參考文獻(xiàn)………………………………………………………………………………23
參考文獻(xiàn)
1.錢能《C++程序設(shè)計(jì)教程》 清華大學(xué)出版社 2005.9
2.Andrew Koenig Barbara Moo 《C++沉思錄》 人民郵電出版社2002.11
1.3萬字 23頁
論文+代碼
摘要
隨著現(xiàn)代科學(xué)的發(fā)展,計(jì)算機(jī)的應(yīng)用幾乎進(jìn)入了生活中的每一個領(lǐng)域。計(jì)算機(jī)技術(shù)在信息管理上也得到了越來越深入而廣泛的應(yīng)用,信息管理系統(tǒng)的實(shí)施在技術(shù)上已逐步成熟。
學(xué)生信息管理系統(tǒng)是學(xué)校等教育單位不可缺少的部分,利用計(jì)算機(jī)對學(xué)生信息進(jìn)行管理,具有傳統(tǒng)手工管理無法比擬的優(yōu)點(diǎn).例如:檢索迅速、查找方便、可靠性高、存儲量大、保密性好、壽命長、成本低等。這些優(yōu)點(diǎn)能夠極大地提高學(xué)生信息管理的效率,也是科學(xué)化、正規(guī)化的管理,與世界接軌的重要條件。
本系統(tǒng)以Visual C++6.0作為開發(fā)工具,Access存儲學(xué)生信息,應(yīng)用MFC進(jìn)行ODBC編程,實(shí)現(xiàn)學(xué)生信息的管理。本系統(tǒng)界面友好,操作方便,支持海量數(shù)據(jù),維護(hù)方便,是功能比較完備的信息管理系統(tǒng)。
關(guān)鍵字:VC++6.0,數(shù)據(jù)庫,Access,ODBC。
Abstract
With the development of modern science,Computer applications into almost every area of life。The computer technology also obtained more and more thorough and the widespread application in the information management, The information management system implementation has been gradually mature in the technology。
The student information management system is the essential part in the school and some education unit,Using the computer to student information carries on the management, It's merit is unable to compare which the traditional manual management。For example: the search rapidly, the reliability high, the reserves big, the secrecy good, the life is long, the cost is low, and so on. These merits can enormously enhance the efficiency for the student information management, also is scientific, the standardized management, connects rails the important condition with the world.
This system is develops with Visual C++6.0, Access saves the student information, carries on the ODBC programming using MFC, realizes the student information management. This system contact surface is friendly, the ease of operation, supports the magnanimous data, maintains conveniently, and it is the function quite complete information management system.
Keywords:VC++6.0,Database,Access,ODBC.
目 錄
前言……………………………………………………………………………………4
1.系統(tǒng)概述 ……………………………………………………………………………5
1.1 系統(tǒng)需求………………………………………………………………………5
1.2 可行性分析……………………………………………………………………5
1.3 系統(tǒng)簡介………………………………………………………………………5
1.3.1項(xiàng)目規(guī)劃 …………………………………………………………………5
1.3.2系統(tǒng)模型 …………………………………………………………………6
2. 系統(tǒng)開發(fā)環(huán)境……………………………………………………………………7
2.1 VC++概述……………………………………………………………………7
2.2 Visual C++進(jìn)行數(shù)據(jù)庫開發(fā)的優(yōu)勢…………………………………………7
2.3 Visual C++提供的數(shù)據(jù)庫訪問技術(shù) …………………………………………8
2.4 MFC ODBC 數(shù)據(jù)庫訪問技術(shù)介紹 …………………………………………8
3.數(shù)據(jù)庫設(shè)計(jì) ……………………………………………………………………… 10
3.1登陸用戶表 ……………………………………………………………………10
3.2學(xué)生信息表 ……………………………………………………………………10
3.3成績表設(shè)計(jì) ……………………………………………………………………11
4. 詳細(xì)設(shè)計(jì)…………………………………………………………………………12
4.1連接數(shù)據(jù)庫……………………………………………………………………12
4.2動態(tài)設(shè)置數(shù)據(jù)源………………………………………………………………12
4.3使用Tab Control控件…………………………………………………………12
4.4模塊詳細(xì)設(shè)計(jì)…………………………………………………………………13
4.4.1登陸…………………………………………………………………………13
4.4.2學(xué)生信息管理………………………………………………………………13
4.4.3添加記錄……………………………………………………………………15
4.4.4 用戶管理…………………………………………………………………15
4.4.5成績管理……………………………………………………………………16
5. 總結(jié)…………………………………………………………………………………21
致謝……………………………………………………………………………………22
參考文獻(xiàn)………………………………………………………………………………23
參考文獻(xiàn)
1.錢能《C++程序設(shè)計(jì)教程》 清華大學(xué)出版社 2005.9
2.Andrew Koenig Barbara Moo 《C++沉思錄》 人民郵電出版社2002.11
TA們正在看...
- 住院醫(yī)師規(guī)范化培訓(xùn)委托培養(yǎng)協(xié)議書.doc
- 投資合作協(xié)議書范本.doc
- 山東地區(qū)新建飼料加工廠可行性研究報(bào)告.doc
- 染整車間工程施工組織設(shè)計(jì).doc
- 企業(yè)法人授權(quán)委托書.doc
- 某養(yǎng)豬廠自繁自養(yǎng)場的設(shè)計(jì).doc
- 某生態(tài)農(nóng)業(yè)示范園建設(shè)項(xiàng)目可行性研究報(bào)告.doc
- 某節(jié)水灌溉項(xiàng)目可研報(bào)告.doc
- 如何編寫崗位入職要求書.ppt
- 經(jīng)濟(jì)開發(fā)區(qū)提水泵站施工組織設(shè)計(jì).doc