vb程序車間調(diào)度系統(tǒng)設(shè)計(jì)(附系統(tǒng)程序).rar
vb程序車間調(diào)度系統(tǒng)設(shè)計(jì)(附系統(tǒng)程序),資源包括:正文doc格式共56頁 14548字 附相關(guān)程序與數(shù)據(jù)庫文件摘要隨著加入wto,市場(chǎng)競(jìng)爭越來越激烈,對(duì)制造企業(yè)來說,為了能夠在競(jìng)爭中立于不敗,降低成本是不得不面臨的問題,而確保生產(chǎn)車間較高的生產(chǎn)能力和效率,是當(dāng)務(wù)之急。此外,有效的調(diào)度方法已經(jīng)成為先進(jìn)制造技術(shù)實(shí)踐的基礎(chǔ)和關(guān)鍵,所以對(duì)車間生產(chǎn)調(diào)度的研究具有重要的...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 莎士比亞 發(fā)布
資源包括:正文DOC格式共56頁 14548字 附相關(guān)程序與數(shù)據(jù)庫文件
摘要
隨著加入WTO,市場(chǎng)競(jìng)爭越來越激烈,對(duì)制造企業(yè)來說,為了能夠在競(jìng)爭中立于不敗,降低成本是不得不面臨的問題,而確保生產(chǎn)車間較高的生產(chǎn)能力和效率,是當(dāng)務(wù)之急。此外,有效的調(diào)度方法已經(jīng)成為先進(jìn)制造技術(shù)實(shí)踐的基礎(chǔ)和關(guān)鍵,所以對(duì)車間生產(chǎn)調(diào)度的研究具有重要的理論和實(shí)用價(jià)值。
車間生產(chǎn)調(diào)度管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)是采用Visual Basic 6.0開發(fā)的一個(gè)數(shù)據(jù)庫管理系統(tǒng)。本文主要講述了Visual Basic 6.0的基本功能及設(shè)計(jì)方法。緊接著以本系統(tǒng)為例,逐一介紹開發(fā)本系統(tǒng)的步驟:系統(tǒng)分析、系統(tǒng)設(shè)計(jì)、系統(tǒng)實(shí)現(xiàn)、系統(tǒng)維護(hù)。在系統(tǒng)分析中先后用數(shù)據(jù)流圖、數(shù)據(jù)字典、系統(tǒng)的功能結(jié)構(gòu)圖分析了系統(tǒng)所需的各種數(shù)據(jù)。在系統(tǒng)的設(shè)計(jì)中,詳細(xì)的展現(xiàn)了系統(tǒng)的各個(gè)功能模塊。所需的數(shù)據(jù)庫表及表字段。菜單的設(shè)計(jì)等。在系統(tǒng)的實(shí)現(xiàn)中,給出了實(shí)現(xiàn)窗體中相應(yīng)的功能控件的事件及代碼。以及菜單實(shí)現(xiàn)的方法。文章的最后則給出了本系統(tǒng)的主要功能源代碼。
本系統(tǒng)具有信息查詢、添加、修改、刪除,數(shù)據(jù)存儲(chǔ),作業(yè)調(diào)度,票據(jù)的制表和打印等功能。系統(tǒng)的界面簡單易懂,系統(tǒng)功能全面,用戶操作方便是本設(shè)計(jì)的特點(diǎn)。
關(guān)鍵詞:數(shù)據(jù)庫,管理,調(diào)度,信息查詢
Abstract
Along with join the WTO, the market competition is more and more vigorous, to the manufacturing business enterprise, for the sake of can at compete the neutral in not losing , decline low cost is the problem that have to face, but insure to produce the car higher production ability and efficiency, is an urgent matter of the moment. In addition, adjust effectively one degree method have already become the forerunner the manufacturing technique practice of foundation and key, so have the important theories and practical values to a research that adjusts the degree.
The car adjusts one degree management system is a database management system that adopts 6.0 developments of the Visual Basic. This text mainly related the Visual Basic 6.0 of basic function and the design method. The morrow is to take this system as an example, introducing the development one by one originally the step of the system: System analysis, the system design, system realization, system maintenance. In system analyze successively with the function structure diagram that the data flows the diagram, data dictionary, system analyzed the system need of various data. In the design of the system, emerged each function mold piece of the system detailed . The database form and watch word segments need. Design etc. of the menu .In the realization of the system, give carry out the window body to control the affairs and the code of the piece in the homologous function. And the method of the menu realization. The end of the article then gives the main function source code of this system.
This system has the information search and increase, modify, deletes, the data is saving, the homework adjusts the degree, the note system form and print etc. function. The interface of the system understands in brief and easily, the system function is overall, the customer operation the convenience is the characteristics of this design.
Keywords: Database, Manage, Dispatch, The information search
目錄
摘要 I
ABSTRACT II
第1章 緒論 1
1.1 項(xiàng)目開發(fā)背景 1
1.2 項(xiàng)目開發(fā)目的 1
1.3 項(xiàng)目開發(fā)的目標(biāo) 2
1.4 項(xiàng)目提出的意義 3
1.5 系統(tǒng)的開發(fā)方法 3
第2章 可行性研究 4
2.1 研究車間生產(chǎn)調(diào)度管理系統(tǒng) 4
2.2 完成新系統(tǒng)的可行性 6
第3章 系統(tǒng)分析 7
3.1 系統(tǒng)的設(shè)計(jì)思想 7
3.2 需求分析 7
3.2.1功能需求 7
3.3系統(tǒng)的運(yùn)行環(huán)境和開發(fā)平臺(tái) 8
3.3.1開發(fā)工具簡介 8
3.3.2開發(fā)環(huán)境簡介 10
3.3.3 硬件設(shè)備及操作系統(tǒng) 10
3.3.4系統(tǒng)開發(fā)平臺(tái) 11
3.4 數(shù)據(jù)分析 11
3.5 數(shù)據(jù)流圖 11
3.6 數(shù)據(jù)字典 12
第4章 系統(tǒng)設(shè)計(jì) 14
4.1 系統(tǒng)設(shè)計(jì)的總體方案 14
4.2功能模塊設(shè)計(jì) 14
4.3數(shù)據(jù)庫設(shè)計(jì) 15
4.3.1數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì) 15
4.3.2數(shù)據(jù)庫的邏輯結(jié)構(gòu)設(shè)計(jì) 15
第5章 車間生產(chǎn)調(diào)度管理系統(tǒng)功能實(shí)現(xiàn) 30
5.1用戶登錄界面設(shè)計(jì) 30
5.2系統(tǒng)界面的設(shè)計(jì) 30
5.3作業(yè)計(jì)劃窗體的設(shè)計(jì) 31
5.4作業(yè)拆解窗體的設(shè)計(jì) 32
5.5任務(wù)排序及分配的設(shè)計(jì) 33
5.6系統(tǒng)主菜單的設(shè)計(jì) 35
第6章 系統(tǒng)的編譯與維護(hù) 37
6.1系統(tǒng)的編譯發(fā)行 37
6.2系統(tǒng)的維護(hù) 37
6.2.1 系統(tǒng)維護(hù)的內(nèi)容 37
6.2.2 系統(tǒng)維護(hù)的類型 38
6.2.3 系統(tǒng)維護(hù)的組織與管理 38
第7章 結(jié)論 39
致謝 40
參考文獻(xiàn) 41
英文資料 42
英文翻譯 47
摘要
隨著加入WTO,市場(chǎng)競(jìng)爭越來越激烈,對(duì)制造企業(yè)來說,為了能夠在競(jìng)爭中立于不敗,降低成本是不得不面臨的問題,而確保生產(chǎn)車間較高的生產(chǎn)能力和效率,是當(dāng)務(wù)之急。此外,有效的調(diào)度方法已經(jīng)成為先進(jìn)制造技術(shù)實(shí)踐的基礎(chǔ)和關(guān)鍵,所以對(duì)車間生產(chǎn)調(diào)度的研究具有重要的理論和實(shí)用價(jià)值。
車間生產(chǎn)調(diào)度管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)是采用Visual Basic 6.0開發(fā)的一個(gè)數(shù)據(jù)庫管理系統(tǒng)。本文主要講述了Visual Basic 6.0的基本功能及設(shè)計(jì)方法。緊接著以本系統(tǒng)為例,逐一介紹開發(fā)本系統(tǒng)的步驟:系統(tǒng)分析、系統(tǒng)設(shè)計(jì)、系統(tǒng)實(shí)現(xiàn)、系統(tǒng)維護(hù)。在系統(tǒng)分析中先后用數(shù)據(jù)流圖、數(shù)據(jù)字典、系統(tǒng)的功能結(jié)構(gòu)圖分析了系統(tǒng)所需的各種數(shù)據(jù)。在系統(tǒng)的設(shè)計(jì)中,詳細(xì)的展現(xiàn)了系統(tǒng)的各個(gè)功能模塊。所需的數(shù)據(jù)庫表及表字段。菜單的設(shè)計(jì)等。在系統(tǒng)的實(shí)現(xiàn)中,給出了實(shí)現(xiàn)窗體中相應(yīng)的功能控件的事件及代碼。以及菜單實(shí)現(xiàn)的方法。文章的最后則給出了本系統(tǒng)的主要功能源代碼。
本系統(tǒng)具有信息查詢、添加、修改、刪除,數(shù)據(jù)存儲(chǔ),作業(yè)調(diào)度,票據(jù)的制表和打印等功能。系統(tǒng)的界面簡單易懂,系統(tǒng)功能全面,用戶操作方便是本設(shè)計(jì)的特點(diǎn)。
關(guān)鍵詞:數(shù)據(jù)庫,管理,調(diào)度,信息查詢
Abstract
Along with join the WTO, the market competition is more and more vigorous, to the manufacturing business enterprise, for the sake of can at compete the neutral in not losing , decline low cost is the problem that have to face, but insure to produce the car higher production ability and efficiency, is an urgent matter of the moment. In addition, adjust effectively one degree method have already become the forerunner the manufacturing technique practice of foundation and key, so have the important theories and practical values to a research that adjusts the degree.
The car adjusts one degree management system is a database management system that adopts 6.0 developments of the Visual Basic. This text mainly related the Visual Basic 6.0 of basic function and the design method. The morrow is to take this system as an example, introducing the development one by one originally the step of the system: System analysis, the system design, system realization, system maintenance. In system analyze successively with the function structure diagram that the data flows the diagram, data dictionary, system analyzed the system need of various data. In the design of the system, emerged each function mold piece of the system detailed . The database form and watch word segments need. Design etc. of the menu .In the realization of the system, give carry out the window body to control the affairs and the code of the piece in the homologous function. And the method of the menu realization. The end of the article then gives the main function source code of this system.
This system has the information search and increase, modify, deletes, the data is saving, the homework adjusts the degree, the note system form and print etc. function. The interface of the system understands in brief and easily, the system function is overall, the customer operation the convenience is the characteristics of this design.
Keywords: Database, Manage, Dispatch, The information search
目錄
摘要 I
ABSTRACT II
第1章 緒論 1
1.1 項(xiàng)目開發(fā)背景 1
1.2 項(xiàng)目開發(fā)目的 1
1.3 項(xiàng)目開發(fā)的目標(biāo) 2
1.4 項(xiàng)目提出的意義 3
1.5 系統(tǒng)的開發(fā)方法 3
第2章 可行性研究 4
2.1 研究車間生產(chǎn)調(diào)度管理系統(tǒng) 4
2.2 完成新系統(tǒng)的可行性 6
第3章 系統(tǒng)分析 7
3.1 系統(tǒng)的設(shè)計(jì)思想 7
3.2 需求分析 7
3.2.1功能需求 7
3.3系統(tǒng)的運(yùn)行環(huán)境和開發(fā)平臺(tái) 8
3.3.1開發(fā)工具簡介 8
3.3.2開發(fā)環(huán)境簡介 10
3.3.3 硬件設(shè)備及操作系統(tǒng) 10
3.3.4系統(tǒng)開發(fā)平臺(tái) 11
3.4 數(shù)據(jù)分析 11
3.5 數(shù)據(jù)流圖 11
3.6 數(shù)據(jù)字典 12
第4章 系統(tǒng)設(shè)計(jì) 14
4.1 系統(tǒng)設(shè)計(jì)的總體方案 14
4.2功能模塊設(shè)計(jì) 14
4.3數(shù)據(jù)庫設(shè)計(jì) 15
4.3.1數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì) 15
4.3.2數(shù)據(jù)庫的邏輯結(jié)構(gòu)設(shè)計(jì) 15
第5章 車間生產(chǎn)調(diào)度管理系統(tǒng)功能實(shí)現(xiàn) 30
5.1用戶登錄界面設(shè)計(jì) 30
5.2系統(tǒng)界面的設(shè)計(jì) 30
5.3作業(yè)計(jì)劃窗體的設(shè)計(jì) 31
5.4作業(yè)拆解窗體的設(shè)計(jì) 32
5.5任務(wù)排序及分配的設(shè)計(jì) 33
5.6系統(tǒng)主菜單的設(shè)計(jì) 35
第6章 系統(tǒng)的編譯與維護(hù) 37
6.1系統(tǒng)的編譯發(fā)行 37
6.2系統(tǒng)的維護(hù) 37
6.2.1 系統(tǒng)維護(hù)的內(nèi)容 37
6.2.2 系統(tǒng)維護(hù)的類型 38
6.2.3 系統(tǒng)維護(hù)的組織與管理 38
第7章 結(jié)論 39
致謝 40
參考文獻(xiàn) 41
英文資料 42
英文翻譯 47