庫存管理系統(tǒng)畢業(yè)論文.doc
約40頁DOC格式手機打開展開
庫存管理系統(tǒng)畢業(yè)論文,頁數(shù):40字數(shù):17387目錄摘要1abstract2第一章緒論31. 1管理信息系統(tǒng)的概述31.2數(shù)據(jù)庫應用系統(tǒng)開發(fā)簡介31.3庫存管理系統(tǒng)51.3.1國內(nèi)外同類管理軟件的研究現(xiàn)狀與發(fā)展趨勢 51.3.2庫存管理系統(tǒng)研究背景與意義6第二章 數(shù)據(jù)庫理論基礎72.1數(shù)據(jù)庫系統(tǒng)設計72.2sql語言介紹...
內(nèi)容介紹
此文檔由會員 cnlula 發(fā)布
庫存管理系統(tǒng)畢業(yè)論文
頁數(shù):40 字數(shù):17387
目 錄
摘要…………………………………………………………………………1
Abstract……………………………………………………………………2
第一章 緒論………………………………………………………………3
1. 1管理信息系統(tǒng)的概述………………………………………………………3
1. 2數(shù)據(jù)庫應用系統(tǒng)開發(fā)簡介…………………………………………………3
1. 3庫存管理系統(tǒng)………………………………………………………………5
1.3.1國內(nèi)外同類管理軟件的研究現(xiàn)狀與發(fā)展趨勢………………………………… 5
1.3.2庫存管理系統(tǒng)研究背景與意義……………………………………………………6
第二章 數(shù)據(jù)庫理論基礎……………………………………………………7
2.1數(shù)據(jù)庫系統(tǒng)設計………………………………………………………………7
2.2SQL語言介紹…………………………………………………………………7
2.2.1SQL基礎……………………………………………………………………………7
2.2.2SQL語句……………………………………………………………………………8
第三章 應用系統(tǒng)開發(fā)工具……………………………………………… 9
3.1Visual Basic簡介及實現(xiàn)原理…………………………………………………9
3.2數(shù)據(jù)庫組件介紹………………………………………………………………9
3.3SQL語言在VB中的應用…………………………………………………… 10
3.4Access2000簡述………………………………………………………………11
第四章 庫存管理系統(tǒng)設計分析…………………………………………12
4.1需求分析………………………………………………………………………12
4.2模塊劃分………………………………………………………………………13
4.3數(shù)據(jù)庫設計……………………………………………………………………15
第五章 應用程序設計……………………………………………………18
5.1程序結構……………………………………………………………………18
5.2程序源代碼…………………………………………………………………19
第六章 設計總結……………………………………………………… 38
參考文獻……………………………………………………………………39
摘要
隨著現(xiàn)代工業(yè)的發(fā)展,計算機信息管理系統(tǒng)越來越受到企業(yè)重視。本文主要分析了庫存管理系統(tǒng)的一些基本功能和組成情況,包括系統(tǒng)的需求分析、系統(tǒng)結構,功能模塊劃分以及數(shù)據(jù)庫模式分析等,重點對應用程序的實際開發(fā)實現(xiàn)作了介紹。達到了數(shù)據(jù)的一致性和安全性,且應用程序功能完備,符合了庫存管理系統(tǒng)作為典型的信息管理系統(tǒng)(MIS)的要求。同時簡單介紹了Visual Basic編程環(huán)境和Access數(shù)據(jù)庫管理系統(tǒng)的功能特點,庫存管理系統(tǒng)是企業(yè)物流管理中不可或缺的一部分。
關鍵詞:庫存管理,數(shù)據(jù)庫,信息管理,VB
Abstract
With the development of modern industry, the information management system of the computer is being paid attention to by enterprises. This text has analysed some basic functions of the administrative system of the stock and makes up the situation mainly, including the systematic demand is analysed, systematic structure, the function module divides and the data base mode is analysed etc., have realized doing the introduction to the actual development of the application program especially. Having reached the consistency and security of the data, and the application program function is complete, have accorded with the administrative system of the stock as the request for the typical information management system (MIS). Introduced the function characteristics of Visual Basic programming environment and Access data base management system briefly at the same time, the administrative system of the stock is an indispensable part in enterprise's material flow management.
Keywords: stock management, database, information management, VB
頁數(shù):40 字數(shù):17387
目 錄
摘要…………………………………………………………………………1
Abstract……………………………………………………………………2
第一章 緒論………………………………………………………………3
1. 1管理信息系統(tǒng)的概述………………………………………………………3
1. 2數(shù)據(jù)庫應用系統(tǒng)開發(fā)簡介…………………………………………………3
1. 3庫存管理系統(tǒng)………………………………………………………………5
1.3.1國內(nèi)外同類管理軟件的研究現(xiàn)狀與發(fā)展趨勢………………………………… 5
1.3.2庫存管理系統(tǒng)研究背景與意義……………………………………………………6
第二章 數(shù)據(jù)庫理論基礎……………………………………………………7
2.1數(shù)據(jù)庫系統(tǒng)設計………………………………………………………………7
2.2SQL語言介紹…………………………………………………………………7
2.2.1SQL基礎……………………………………………………………………………7
2.2.2SQL語句……………………………………………………………………………8
第三章 應用系統(tǒng)開發(fā)工具……………………………………………… 9
3.1Visual Basic簡介及實現(xiàn)原理…………………………………………………9
3.2數(shù)據(jù)庫組件介紹………………………………………………………………9
3.3SQL語言在VB中的應用…………………………………………………… 10
3.4Access2000簡述………………………………………………………………11
第四章 庫存管理系統(tǒng)設計分析…………………………………………12
4.1需求分析………………………………………………………………………12
4.2模塊劃分………………………………………………………………………13
4.3數(shù)據(jù)庫設計……………………………………………………………………15
第五章 應用程序設計……………………………………………………18
5.1程序結構……………………………………………………………………18
5.2程序源代碼…………………………………………………………………19
第六章 設計總結……………………………………………………… 38
參考文獻……………………………………………………………………39
摘要
隨著現(xiàn)代工業(yè)的發(fā)展,計算機信息管理系統(tǒng)越來越受到企業(yè)重視。本文主要分析了庫存管理系統(tǒng)的一些基本功能和組成情況,包括系統(tǒng)的需求分析、系統(tǒng)結構,功能模塊劃分以及數(shù)據(jù)庫模式分析等,重點對應用程序的實際開發(fā)實現(xiàn)作了介紹。達到了數(shù)據(jù)的一致性和安全性,且應用程序功能完備,符合了庫存管理系統(tǒng)作為典型的信息管理系統(tǒng)(MIS)的要求。同時簡單介紹了Visual Basic編程環(huán)境和Access數(shù)據(jù)庫管理系統(tǒng)的功能特點,庫存管理系統(tǒng)是企業(yè)物流管理中不可或缺的一部分。
關鍵詞:庫存管理,數(shù)據(jù)庫,信息管理,VB
Abstract
With the development of modern industry, the information management system of the computer is being paid attention to by enterprises. This text has analysed some basic functions of the administrative system of the stock and makes up the situation mainly, including the systematic demand is analysed, systematic structure, the function module divides and the data base mode is analysed etc., have realized doing the introduction to the actual development of the application program especially. Having reached the consistency and security of the data, and the application program function is complete, have accorded with the administrative system of the stock as the request for the typical information management system (MIS). Introduced the function characteristics of Visual Basic programming environment and Access data base management system briefly at the same time, the administrative system of the stock is an indispensable part in enterprise's material flow management.
Keywords: stock management, database, information management, VB
TA們正在看...
- “管好親屬和身邊工作人員”學習研討發(fā)言稿.doc
- xx建設集團有限公司度工作報告.doc
- 機關事務管理局長“嚴以律己”專題研討發(fā)言稿.doc
- 機關事務管理局長上半年工作總結會上的講話.doc
- 以嚴律己管好親屬和身邊工作人員專題研討發(fā)言稿.doc
- 某區(qū)公共機構節(jié)能管理工作要點.doc
- 日企gp體系二階文件--gp對應產(chǎn)品采購管理程序-供應...xls
- 日企gp體系二階文件--gp對應產(chǎn)品管理目的和范圍及...xls
- 日企gp體系二階文件--gp對應產(chǎn)品管理目的和范圍.xls
- 日企gp體系二階文件--gp對應產(chǎn)品環(huán)境監(jiān)察組織結構...doc