【正文】
計(jì)算機(jī)工程學(xué)院數(shù)據(jù)庫原理及應(yīng)用課程設(shè)計(jì)報(bào)告課題名稱: 圖書管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 專業(yè): 信息管理與信息系統(tǒng) 班級(jí): 信管1121 姓名: 楊** 學(xué)號(hào): 1121807131 指導(dǎo)老師: 周泓、 金春霞 2013 年 12 月 14 日課程設(shè)計(jì)任務(wù)及進(jìn)度表課題名稱圖書管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)設(shè)計(jì)目的通過對(duì)圖書管理系統(tǒng)的設(shè)計(jì)和開發(fā),了解了數(shù)據(jù)庫的設(shè)計(jì)與開發(fā)的全過程,達(dá)到鞏固數(shù)據(jù)庫理論知識(shí)、鍛煉實(shí)踐能力和構(gòu)建合理知識(shí)結(jié)構(gòu)的目的。實(shí)驗(yàn)環(huán)境操作系統(tǒng):Windows 7;編程環(huán)境:vfp任務(wù)要求1. 搜集圖書管理問題方面的資料,進(jìn)行需求分析;2. 完成概念設(shè)計(jì)、邏輯設(shè)計(jì)等各階段的設(shè)計(jì);3. 編寫程序代碼,系統(tǒng)調(diào)試;4. 撰寫課程設(shè)計(jì)報(bào)告;5. 參加答辯。工作進(jìn)度計(jì)劃序號(hào)起止日期工 作 內(nèi) 容1~查詢資料、確定課題2~需求分析、系統(tǒng)總體設(shè)計(jì)3~系統(tǒng)詳細(xì)設(shè)計(jì)、編寫程序代碼、調(diào)試程序4~撰寫課程設(shè)計(jì)報(bào)告,答辯指導(dǎo)教師(簽章): 年 月 日 課程設(shè)計(jì)評(píng)語學(xué)生姓名:楊** 班級(jí)、學(xué)號(hào):信管11211121807131 題 目:圖書管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 綜合成績(jī): 教師評(píng)語:教師(簽字): 年月日 中文摘要 圖書管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面,一方面要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫另一方面則要求應(yīng)用程序功能完備易使用等特點(diǎn)。因此我結(jié)合學(xué)校圖書借閱的要求,對(duì)Visual FoxPro數(shù)據(jù)庫管理系統(tǒng)、SQL語言進(jìn)行了較深入的學(xué)習(xí)和應(yīng)用,主要完成對(duì)圖書管理系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫模式分析,并由此設(shè)計(jì)了數(shù)據(jù)庫結(jié)構(gòu)和應(yīng)用程序。VFP圖書管理系統(tǒng)是一個(gè)教育單位不可缺少的部分它的內(nèi)容對(duì)于學(xué)校的決策者和圖書管理者來說都至關(guān)重要所以圖書管理系統(tǒng)應(yīng)該能夠?yàn)榻處熀蛯W(xué)生提供充足的圖書信息和快捷的查詢手段。關(guān)鍵詞 信息管理,VFP,圖書管理,數(shù)據(jù)庫外文摘要Title Library management system design and Implementation AbstractLibrary management system is a typical management information system (MIS), its development mainly includes two aspects: the background of the establishment and maintenance of database and frontend application development, A request to establish data consistency and integrity, and data security of a good library on the other hand, then requires the application program function plete easy to use etc. The main is the bination of school library borrowing requirements, and have a thorough on Visual FoxPro database management system and SQL language. The pletion of the main library management system requirements analysis, functional module division, database model analysis, and thus designed the database structure and the application procedure. VFP library management system is an education unit essential part, its content for the policy makers and school library managers are crucial so library management system should provide the ample information and fast query tool for teachers and students.Keywords Information management, VFP, library management, database數(shù)據(jù)庫原理及應(yīng)用課程設(shè)計(jì)報(bào)告 目 錄1引言……………………………………………………………………………………1 …………………………………………………………………………1 …………………………………………………………………………1 2 系統(tǒng)總體分析…………………………………………………………………………2 …………………………………………………………………………2 功能需求………………………………………………………………………2 性能需求…………………………………