用visual foxpro 6.0實現(xiàn)旅館管理系統(tǒng).doc
約23頁DOC格式手機打開展開
用visual foxpro 6.0實現(xiàn)旅館管理系統(tǒng),用visual foxpro 6.0實現(xiàn)旅館管理系統(tǒng)本文共計23頁,7327字;中文摘要:書店管理系統(tǒng)是典型的信息管理系統(tǒng)(mis),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、安全性好的數(shù)據(jù)庫。而對于后者則要求應用程序功能完備,易使用等特點。經(jīng)過分析,我...
內(nèi)容介紹
此文檔由會員 劉毛毛 發(fā)布
用Visual FoxPro 6.0實現(xiàn)旅館管理系統(tǒng)
本文共計23頁,7327字;
中文摘要:書店管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、安全性好的數(shù)據(jù)庫。而對于后者則要求應用程序功能完備,易使用等特點。
經(jīng)過分析,我們使用 MICROSOFT公司的 VISUAL FORPOX開發(fā)工具,利用其提供的各種開發(fā)工具,尤其是項目管理器這一功能方便而簡潔操縱數(shù)據(jù)庫的智能化對象,首先在短時間內(nèi)建立系統(tǒng)應用原型,然后,對初始原型系統(tǒng)進行需求迭代,不斷修正和改進,直到形成用戶滿意的可行系統(tǒng)。
關(guān)鍵字:表,表單,查詢。
ABSTRACT:The system of managing book store is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.
By looking up lots of datum, we selected Visual FoxPro presented by Microsoft because of its objective tools in Win32. VFP offered a series of ActiveX operating a data-base. It can
目 錄
前言
中英文摘要
第一章 課題來源
第二章 數(shù)據(jù)庫系統(tǒng)概述
第三章 VFP6.0概述
3.1中文概述
3.2 英文概述
第四章 系統(tǒng)及需求分析
4.1 需求分析
4.2 可行性分析
第五章 系統(tǒng)規(guī)劃
5.1 項目規(guī)劃
5.2系統(tǒng)設(shè)計方案及技術(shù)指標
5.3 系統(tǒng)的效益
第六章 概念結(jié)構(gòu)設(shè)計
6.1 數(shù)據(jù)流圖
6.2 數(shù)據(jù)字典
6.2.1 數(shù)據(jù)流名描述
6.2.2. 數(shù)據(jù)元素詞條描
6.2.3 數(shù)據(jù)文件詞條描述
6.2.4 加工邏輯詞條描述
6.3 系統(tǒng)E-R圖
第七章 邏輯結(jié)構(gòu)設(shè)計
7.1在該旅館系統(tǒng)中所使用的關(guān)系
7.2各關(guān)系模式所滿足的范式分析
第八章 系統(tǒng)設(shè)計和實現(xiàn)
8.1 數(shù)據(jù)分析與編碼設(shè)計
8.2 數(shù)據(jù)庫設(shè)計
8.3 模塊設(shè)計
8.4 菜單設(shè)計
8.5 系統(tǒng)完成
第九章 參考文獻
第十章 致謝
第十一章 附件
參考文獻
參考書目有:
《關(guān)系數(shù)據(jù)庫系統(tǒng)概論及應用》
朱瑛 著 石油大學(北京)
《Visual FoxPro 6 開發(fā)使用手冊》
<美> Menachem Bazian著 王建華等譯
機械工業(yè)出版社
《軟件工程》
張為群 著 高等教育出版社
本文共計23頁,7327字;
中文摘要:書店管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、安全性好的數(shù)據(jù)庫。而對于后者則要求應用程序功能完備,易使用等特點。
經(jīng)過分析,我們使用 MICROSOFT公司的 VISUAL FORPOX開發(fā)工具,利用其提供的各種開發(fā)工具,尤其是項目管理器這一功能方便而簡潔操縱數(shù)據(jù)庫的智能化對象,首先在短時間內(nèi)建立系統(tǒng)應用原型,然后,對初始原型系統(tǒng)進行需求迭代,不斷修正和改進,直到形成用戶滿意的可行系統(tǒng)。
關(guān)鍵字:表,表單,查詢。
ABSTRACT:The system of managing book store is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.
By looking up lots of datum, we selected Visual FoxPro presented by Microsoft because of its objective tools in Win32. VFP offered a series of ActiveX operating a data-base. It can
目 錄
前言
中英文摘要
第一章 課題來源
第二章 數(shù)據(jù)庫系統(tǒng)概述
第三章 VFP6.0概述
3.1中文概述
3.2 英文概述
第四章 系統(tǒng)及需求分析
4.1 需求分析
4.2 可行性分析
第五章 系統(tǒng)規(guī)劃
5.1 項目規(guī)劃
5.2系統(tǒng)設(shè)計方案及技術(shù)指標
5.3 系統(tǒng)的效益
第六章 概念結(jié)構(gòu)設(shè)計
6.1 數(shù)據(jù)流圖
6.2 數(shù)據(jù)字典
6.2.1 數(shù)據(jù)流名描述
6.2.2. 數(shù)據(jù)元素詞條描
6.2.3 數(shù)據(jù)文件詞條描述
6.2.4 加工邏輯詞條描述
6.3 系統(tǒng)E-R圖
第七章 邏輯結(jié)構(gòu)設(shè)計
7.1在該旅館系統(tǒng)中所使用的關(guān)系
7.2各關(guān)系模式所滿足的范式分析
第八章 系統(tǒng)設(shè)計和實現(xiàn)
8.1 數(shù)據(jù)分析與編碼設(shè)計
8.2 數(shù)據(jù)庫設(shè)計
8.3 模塊設(shè)計
8.4 菜單設(shè)計
8.5 系統(tǒng)完成
第九章 參考文獻
第十章 致謝
第十一章 附件
參考文獻
參考書目有:
《關(guān)系數(shù)據(jù)庫系統(tǒng)概論及應用》
朱瑛 著 石油大學(北京)
《Visual FoxPro 6 開發(fā)使用手冊》
<美> Menachem Bazian著 王建華等譯
機械工業(yè)出版社
《軟件工程》
張為群 著 高等教育出版社