自动化制造企业物流输送系统优化布局的研究与实现(本科毕业论文设计).doc
约44页DOC格式手机打开展开
自动化制造企业物流输送系统优化布局的研究与实现(本科毕业论文设计),摘要随着科技技术的不断进步,自动化制造的水平愈来愈高。采用自动化技术可以大大降低劳动强度,而且还可以提高产品质量,改造制造系统适应市场变化的能力,从而提高企业的市场竞争力。物流系统是机械制造系统的重要组成部分之一,物流输送系统实现优化布局有助于降低生产成本、压缩库存、加快资金周转、提高经济效益。本文对这个问题展开研究,...
内容介绍
此文档由会员 genmail 发布
摘 要
随着科技技术的不断进步,自动化制造的水平愈来愈高。采用自动化技术可以大大降低劳动强度,而且还可以提高产品质量,改造制造系统适应市场变化的能力,从而提高企业的市场竞争力。物流系统是机械制造系统的重要组成部分之一,物流输送系统实现优化布局有助于降低生产成本、压缩库存、加快资金周转、提高经济效益。本文对这个问题展开研究,既具有理论指导意义,又有重要的现实意义。
Microsoft出品的Visual C++是一个功能非常强大的可视化编译工具,可以说是目前最为强大的程序开发平台之一。故本文利用Visual C++开发环境实现对自动化制造企业物流输送系统的优化布局。本文首先简要地叙述了制造系统物流自动化的发展及物流系统的组成、功用以及其在制造系统中的重要地位。同时,详细介绍了树、图等数据结构知识和最小生成树中的prim算法并对其做了重点分析。接下来描述了本文的设计思想和优化布局的实现过程及其结果。最后,针对系统总体进行了总结。
关键词:物流系统,优化布局,树,最小生成树,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制造业物流的发展趋势 1
1.2 我国制造业企业物流现状 4
1.3 国内外制造业典型物流系统 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 物流输送系统优化布局的设计思想 22
4 程序设计框架和步骤 23
5 程序运行过程 35
6 结论 39
致谢 40
参考文献 41
随着科技技术的不断进步,自动化制造的水平愈来愈高。采用自动化技术可以大大降低劳动强度,而且还可以提高产品质量,改造制造系统适应市场变化的能力,从而提高企业的市场竞争力。物流系统是机械制造系统的重要组成部分之一,物流输送系统实现优化布局有助于降低生产成本、压缩库存、加快资金周转、提高经济效益。本文对这个问题展开研究,既具有理论指导意义,又有重要的现实意义。
Microsoft出品的Visual C++是一个功能非常强大的可视化编译工具,可以说是目前最为强大的程序开发平台之一。故本文利用Visual C++开发环境实现对自动化制造企业物流输送系统的优化布局。本文首先简要地叙述了制造系统物流自动化的发展及物流系统的组成、功用以及其在制造系统中的重要地位。同时,详细介绍了树、图等数据结构知识和最小生成树中的prim算法并对其做了重点分析。接下来描述了本文的设计思想和优化布局的实现过程及其结果。最后,针对系统总体进行了总结。
关键词:物流系统,优化布局,树,最小生成树,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制造业物流的发展趋势 1
1.2 我国制造业企业物流现状 4
1.3 国内外制造业典型物流系统 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 物流输送系统优化布局的设计思想 22
4 程序设计框架和步骤 23
5 程序运行过程 35
6 结论 39
致谢 40
参考文献 41