自動化制造企業(yè)物流輸送系統優(yōu)化布局的研究與實現(本科畢業(yè)論文設計).doc
約44頁DOC格式手機打開展開
自動化制造企業(yè)物流輸送系統優(yōu)化布局的研究與實現(本科畢業(yè)論文設計),摘要隨著科技技術的不斷進步,自動化制造的水平愈來愈高。采用自動化技術可以大大降低勞動強度,而且還可以提高產品質量,改造制造系統適應市場變化的能力,從而提高企業(yè)的市場競爭力。物流系統是機械制造系統的重要組成部分之一,物流輸送系統實現優(yōu)化布局有助于降低生產成本、壓縮庫存、加快資金周轉、提高經濟效益。本文對這個問題展開研究,...


內容介紹
此文檔由會員 genmail 發(fā)布
摘 要
隨著科技技術的不斷進步,自動化制造的水平愈來愈高。采用自動化技術可以大大降低勞動強度,而且還可以提高產品質量,改造制造系統適應市場變化的能力,從而提高企業(yè)的市場競爭力。物流系統是機械制造系統的重要組成部分之一,物流輸送系統實現優(yōu)化布局有助于降低生產成本、壓縮庫存、加快資金周轉、提高經濟效益。本文對這個問題展開研究,既具有理論指導意義,又有重要的現實意義。
Microsoft出品的Visual C++是一個功能非常強大的可視化編譯工具,可以說是目前最為強大的程序開發(fā)平臺之一。故本文利用Visual C++開發(fā)環(huán)境實現對自動化制造企業(yè)物流輸送系統的優(yōu)化布局。本文首先簡要地敘述了制造系統物流自動化的發(fā)展及物流系統的組成、功用以及其在制造系統中的重要地位。同時,詳細介紹了樹、圖等數據結構知識和最小生成樹中的prim算法并對其做了重點分析。接下來描述了本文的設計思想和優(yōu)化布局的實現過程及其結果。最后,針對系統總體進行了總結。
關鍵詞:物流系統,優(yōu)化布局,樹,最小生成樹,Visual C++
ABSTRACT
As the technology advances, the level of automatic manufacturing becomes higher. Automation technology can greatly reduce labor intensity, improve product quality, strengthen manufacturing systems’ ability to adapt to changes in the market, and enhance enterprises’ market competitive power. Machinery manufacturing logistics system is an important component of the system. The optimization of logistics transportation is helpful to reduce production costs, reduce inventory, speed up capital turnover and raise the total economic benefits. This problem is studied in this paper, which has both theoretical significance and important practical significance.
Visual C + + produced by Microsoft is a very powerful visual programming tool, which can be named as the most powerful development platform currently. Therefore, in this paper, Visual C + + development environment is utilized to achieve the optimized layout of automatic manufacturing logistics enterprises
Firstly, this paper briefly describes the development of logistics automatic manufacturing systems and the component, function and their important position in manufacturing system. At the same time, the data structure knowledge, such as tree and graph, and the prim algorithm for minimum spanning tree are analyzed in detail. The paper then describes the design idea and realization of optimized layout. Finally, there is a summary of the whole paper.
Key words: Logistics System, Optimized Layouts, Tree, Minimum spanning tree, Visual C++
目 錄
中文摘要 Ⅰ
ABSTRACT Ⅱ
1緒論 1
1.1制造業(yè)物流的發(fā)展趨勢 1
1.2 我國制造業(yè)企業(yè)物流現狀 4
1.3 國內外制造業(yè)典型物流系統 5
1.3.1國外的典型案例—SEW公司 5
1.3.2 國內的典型案例—聯想電腦公司 6
1.4 課題研究的內容和意義 6
2 基本理論 7
2.1 制造系統物流自動化 7
2.1.1 物流系統及其功用 7
2.1.2 物流系統的組成 7
2.1.3 自動化物流輸送系統應滿足的要求 8
2.1.4 工件儲運系統 8
2.1.5 自動化輸送設備 9
2.1.6 柔性物流系統 9
2.2 圖 11
2.3.1 圖的二元組定義 11
2.3.2 有向圖和無向圖 11
2.3.3 圖的邊和頂點的關系 12
2.3.4 路徑 13
2.3.5 連通圖和連通分量 13
2.2.6 網路(Network) 14
2.3 樹 14
2.2.1樹的遞歸定義 14
2.3.2 樹結構的基本術語 14
2.4 最小生成樹 16
2.4.1 生成樹的定義 16
2.4.2 生成樹的基本概念 16
2.4.3 最小生成樹 17
3 物流輸送系統優(yōu)化布局的設計思想 22
4 程序設計框架和步驟 23
5 程序運行過程 35
6 結論 39
致謝 40
參考文獻 41
隨著科技技術的不斷進步,自動化制造的水平愈來愈高。采用自動化技術可以大大降低勞動強度,而且還可以提高產品質量,改造制造系統適應市場變化的能力,從而提高企業(yè)的市場競爭力。物流系統是機械制造系統的重要組成部分之一,物流輸送系統實現優(yōu)化布局有助于降低生產成本、壓縮庫存、加快資金周轉、提高經濟效益。本文對這個問題展開研究,既具有理論指導意義,又有重要的現實意義。
Microsoft出品的Visual C++是一個功能非常強大的可視化編譯工具,可以說是目前最為強大的程序開發(fā)平臺之一。故本文利用Visual C++開發(fā)環(huán)境實現對自動化制造企業(yè)物流輸送系統的優(yōu)化布局。本文首先簡要地敘述了制造系統物流自動化的發(fā)展及物流系統的組成、功用以及其在制造系統中的重要地位。同時,詳細介紹了樹、圖等數據結構知識和最小生成樹中的prim算法并對其做了重點分析。接下來描述了本文的設計思想和優(yōu)化布局的實現過程及其結果。最后,針對系統總體進行了總結。
關鍵詞:物流系統,優(yōu)化布局,樹,最小生成樹,Visual C++
ABSTRACT
As the technology advances, the level of automatic manufacturing becomes higher. Automation technology can greatly reduce labor intensity, improve product quality, strengthen manufacturing systems’ ability to adapt to changes in the market, and enhance enterprises’ market competitive power. Machinery manufacturing logistics system is an important component of the system. The optimization of logistics transportation is helpful to reduce production costs, reduce inventory, speed up capital turnover and raise the total economic benefits. This problem is studied in this paper, which has both theoretical significance and important practical significance.
Visual C + + produced by Microsoft is a very powerful visual programming tool, which can be named as the most powerful development platform currently. Therefore, in this paper, Visual C + + development environment is utilized to achieve the optimized layout of automatic manufacturing logistics enterprises
Firstly, this paper briefly describes the development of logistics automatic manufacturing systems and the component, function and their important position in manufacturing system. At the same time, the data structure knowledge, such as tree and graph, and the prim algorithm for minimum spanning tree are analyzed in detail. The paper then describes the design idea and realization of optimized layout. Finally, there is a summary of the whole paper.
Key words: Logistics System, Optimized Layouts, Tree, Minimum spanning tree, Visual C++
目 錄
中文摘要 Ⅰ
ABSTRACT Ⅱ
1緒論 1
1.1制造業(yè)物流的發(fā)展趨勢 1
1.2 我國制造業(yè)企業(yè)物流現狀 4
1.3 國內外制造業(yè)典型物流系統 5
1.3.1國外的典型案例—SEW公司 5
1.3.2 國內的典型案例—聯想電腦公司 6
1.4 課題研究的內容和意義 6
2 基本理論 7
2.1 制造系統物流自動化 7
2.1.1 物流系統及其功用 7
2.1.2 物流系統的組成 7
2.1.3 自動化物流輸送系統應滿足的要求 8
2.1.4 工件儲運系統 8
2.1.5 自動化輸送設備 9
2.1.6 柔性物流系統 9
2.2 圖 11
2.3.1 圖的二元組定義 11
2.3.2 有向圖和無向圖 11
2.3.3 圖的邊和頂點的關系 12
2.3.4 路徑 13
2.3.5 連通圖和連通分量 13
2.2.6 網路(Network) 14
2.3 樹 14
2.2.1樹的遞歸定義 14
2.3.2 樹結構的基本術語 14
2.4 最小生成樹 16
2.4.1 生成樹的定義 16
2.4.2 生成樹的基本概念 16
2.4.3 最小生成樹 17
3 物流輸送系統優(yōu)化布局的設計思想 22
4 程序設計框架和步驟 23
5 程序運行過程 35
6 結論 39
致謝 40
參考文獻 41