vc++文檔管理系統(tǒng)(畢業(yè)設(shè)計(jì)).rar
vc++文檔管理系統(tǒng)(畢業(yè)設(shè)計(jì)),vc++文檔管理系統(tǒng)3.2萬(wàn)字 50頁(yè)目 錄摘 要2 前 言21文檔管理系統(tǒng)綜述32文檔管理系統(tǒng)應(yīng)用設(shè)計(jì)42.1 可行性分析42.2開(kāi)發(fā)工具說(shuō)明52.2.1數(shù)據(jù)庫(kù)簡(jiǎn)介52.2.2 access功能特點(diǎn)82.2.3幾種vc++數(shù)據(jù)庫(kù)開(kāi)發(fā)技術(shù)的比較123 齊心文檔管理系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)163.1齊心數(shù)據(jù)庫(kù)訪問(wèn)的實(shí)現(xiàn)163.1...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 20023286 發(fā)布
VC++文檔管理系統(tǒng)
3.2萬(wàn)字 50頁(yè)
目 錄
摘 要……………………………………………………………………………2
前 言……………………………………………………………………………2
1文檔管理系統(tǒng)綜述…………………………………………………………3
2文檔管理系統(tǒng)應(yīng)用設(shè)計(jì)……………………………………………………4
2.1 可行性分析…………………………………………………………………4
2.2開(kāi)發(fā)工具說(shuō)明………………………………………………………………5
2.2.1數(shù)據(jù)庫(kù)簡(jiǎn)介……………………………………………………………5
2.2.2 Access功能特點(diǎn)……………………………………………………8
2.2.3幾種VC++數(shù)據(jù)庫(kù)開(kāi)發(fā)技術(shù)的比較…………………………………12
3 齊心文檔管理系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)………………………………………16
3.1齊心數(shù)據(jù)庫(kù)訪問(wèn)的實(shí)現(xiàn)…………………………………………………16
3.1.1 齊心數(shù)據(jù)庫(kù)訪問(wèn)技術(shù)……………………………………………16
3.1.2.數(shù)據(jù)訪問(wèn)編程……………………………………………………17
3.2 系統(tǒng)實(shí)現(xiàn)…………………………………………………………………20
3.2.1 系統(tǒng)功能分析……………………………………………………20
3..2.2 系統(tǒng)功能模塊設(shè)計(jì)………………………………………………28
3.3 齊心系統(tǒng)文件瀏覽的實(shí)現(xiàn)………………………………………………28
附錄………………………………………………………………………………33
參考文獻(xiàn)………………………………………………………………………47
基于VC++的文檔管理系統(tǒng)開(kāi)發(fā)
摘 要:本文主要講解一種實(shí)用軟件的開(kāi)發(fā)過(guò)程—基于VC++的文檔管理系統(tǒng)。首先對(duì)當(dāng)前幾種常用的文檔管理軟件作了介紹,然后對(duì)文檔管理系統(tǒng)的功能模塊分析,最后對(duì)界面制作,建立數(shù)據(jù)庫(kù)以及連接數(shù)據(jù)庫(kù)及相關(guān)知識(shí),以及控件的制作方法進(jìn)行了說(shuō)明。
關(guān)鍵詞:VC++ 、Access、DAO、 控件、數(shù)據(jù)庫(kù)
Documents Managent Based On VC++
Abstract:This paper is about a useful software develop process--File Management System Base on VC++ .first there is a introduce about several,File management software currently in common use ,then there is a analysis on Function Module of the file management system,last told the user interface design,create Database and Database connect and so on,some about the method of the controlware facture.
KeyWord: VC++、Access、ADO、controlware、database
參 考 文 獻(xiàn)
1、《Visual C++新起點(diǎn)》 康博創(chuàng)作室編著 機(jī)械工業(yè)出版社
2、《面向?qū)ο蟮姆椒▽W(xué)與C++》王斌君等編著 西北大學(xué)出版社
3、《中文版Access 2000入門(mén)與提高》,姜曉銘 杜吉祥主編
3.2萬(wàn)字 50頁(yè)
目 錄
摘 要……………………………………………………………………………2
前 言……………………………………………………………………………2
1文檔管理系統(tǒng)綜述…………………………………………………………3
2文檔管理系統(tǒng)應(yīng)用設(shè)計(jì)……………………………………………………4
2.1 可行性分析…………………………………………………………………4
2.2開(kāi)發(fā)工具說(shuō)明………………………………………………………………5
2.2.1數(shù)據(jù)庫(kù)簡(jiǎn)介……………………………………………………………5
2.2.2 Access功能特點(diǎn)……………………………………………………8
2.2.3幾種VC++數(shù)據(jù)庫(kù)開(kāi)發(fā)技術(shù)的比較…………………………………12
3 齊心文檔管理系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)………………………………………16
3.1齊心數(shù)據(jù)庫(kù)訪問(wèn)的實(shí)現(xiàn)…………………………………………………16
3.1.1 齊心數(shù)據(jù)庫(kù)訪問(wèn)技術(shù)……………………………………………16
3.1.2.數(shù)據(jù)訪問(wèn)編程……………………………………………………17
3.2 系統(tǒng)實(shí)現(xiàn)…………………………………………………………………20
3.2.1 系統(tǒng)功能分析……………………………………………………20
3..2.2 系統(tǒng)功能模塊設(shè)計(jì)………………………………………………28
3.3 齊心系統(tǒng)文件瀏覽的實(shí)現(xiàn)………………………………………………28
附錄………………………………………………………………………………33
參考文獻(xiàn)………………………………………………………………………47
基于VC++的文檔管理系統(tǒng)開(kāi)發(fā)
摘 要:本文主要講解一種實(shí)用軟件的開(kāi)發(fā)過(guò)程—基于VC++的文檔管理系統(tǒng)。首先對(duì)當(dāng)前幾種常用的文檔管理軟件作了介紹,然后對(duì)文檔管理系統(tǒng)的功能模塊分析,最后對(duì)界面制作,建立數(shù)據(jù)庫(kù)以及連接數(shù)據(jù)庫(kù)及相關(guān)知識(shí),以及控件的制作方法進(jìn)行了說(shuō)明。
關(guān)鍵詞:VC++ 、Access、DAO、 控件、數(shù)據(jù)庫(kù)
Documents Managent Based On VC++
Abstract:This paper is about a useful software develop process--File Management System Base on VC++ .first there is a introduce about several,File management software currently in common use ,then there is a analysis on Function Module of the file management system,last told the user interface design,create Database and Database connect and so on,some about the method of the controlware facture.
KeyWord: VC++、Access、ADO、controlware、database
參 考 文 獻(xiàn)
1、《Visual C++新起點(diǎn)》 康博創(chuàng)作室編著 機(jī)械工業(yè)出版社
2、《面向?qū)ο蟮姆椒▽W(xué)與C++》王斌君等編著 西北大學(xué)出版社
3、《中文版Access 2000入門(mén)與提高》,姜曉銘 杜吉祥主編