计算机毕业论文|计算机论文|计算机毕业设计|计算机网络论文  
设为首页 加入收藏 联系站长
论文无忧网|专业的计算机论文、计算机毕业论文服务网站
计算机毕业设计 计算机毕业论文 计算机论文 管理系统 工资 在线选课 图书
当前位置:计算机毕业论文网 >> VB论文设计 >> 浏览文章
VB车间调度管理系统全套

【说明】本站所列作品的内容只是论文的部分介绍,如果想了解此作品的详细资料,请联系在线客服。
全套设计作品包括系统+源程序+论文+开题报告+使用手册,可以直接作为毕业设计/论文使用.
本站作品全部经过技术员测试,完整无错,大家可以放心参考使用。包调试,包指导,售后全部免费,直到您通过答辩为止。
现成作品的购买流程请参照:购买现成作品流程 网站介绍 常见问题解答

 

摘要

随着加入WTO,市场竞争越来越激烈,对制造企业来说,为了能够在竞争中立于不败,降低成本是不得不面临的问题,而确保生产车间较高的生产能力和效率,是当务之急。此外,有效的调度方法已经成为先进制造技术实践的基础和关键,所以对车间生产调度的研究具有重要的理论和实用价值。

车间生产调度管理系统的设计与实现是采用Visual Basic 6.0开发的一个数据库管理系统。本文主要讲述了Visual Basic 6.0的基本功能及设计方法。紧接着以本系统为例,逐一介绍开发本系统的步骤:系统分析、系统设计、系统实现、系统维护。在系统分析中先后用数据流图、数据字典、系统的功能结构图分析了系统所需的各种数据。在系统的设计中,详细的展现了系统的各个功能模块。所需的数据库表及表字段。菜单的设计等。在系统的实现中,给出了实现窗体中相应的功能控件的事件及代码。以及菜单实现的方法。文章的最后则给出了本系统的主要功能源代码。

本系统具有信息查询、添加、修改、删除,数据存储,作业调度,票据的制表和打印等功能。系统的界面简单易懂,系统功能全面,用户操作方便是本设计的特点。

关键词:数据库,管理,调度,信息查询

                          

 

 

 

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 项目开发背景......................................... 1

1.2 项目开发目的......................................... 1

1.3 项目开发的目标....................................... 2

1.4 项目提出的意义....................................... 3

1.5 系统的开发方法....................................... 3

第2章 可行性研究.................................... 4

2.1 研究车间生产调度管理系统............................. 4

2.2 完成新系统的可行性................................... 6

第3章  系统分析..................................... 7

3.1 系统的设计思想....................................... 7

3.2 需求分析............................................. 7

3.2.1功能需求.......................................... 7

3.3系统的运行环境和开发平台.............................. 8

3.3.1开发工具简介...................................... 8

3.3.2开发环境简介..................................... 10

3.3.3 硬件设备及操作系统.............................. 10

3.3.4系统开发平台..................................... 11

3.4 数据分析............................................ 11

3.5 数据流图............................................ 11

3.6 数据字典............................................ 12

第4章  系统设计.................................... 14

4.1 系统设计的总体方案.................................. 14

4.2功能模块设计......................................... 14

4.3数据库设计........................................... 15

4.3.1数据库概念结构设计............................... 15

4.3.2数据库的逻辑结构设计............................. 15

第5章  车间生产调度管理系统功能实现................. 30

5.1用户登录界面设计..................................... 30

5.2系统界面的设计....................................... 30

5.3作业计划窗体的设计................................... 31

5.4作业拆解窗体的设计................................... 32

5.5任务排序及分配的设计................................. 33

5.6系统主菜单的设计..................................... 35

第6章  系统的编译与维护............................. 37

6.1系统的编译发行....................................... 37

6.2系统的维护........................................... 37

6.2.1 系统维护的内容.................................. 37

6.2.2 系统维护的类型.................................. 38

6.2.3 系统维护的组织与管理............................ 38

第7章 结论......................................... 39

致谢............................................... 40

参考文献............................................ 41

英文资料............................................ 42

英文翻译............................................ 47

 

 

 

 

 

 

 


1  绪论

1.1 项目开发背景

在市场竞争越来越激烈的今天,对制造企业来说,为了能够在竞争中立于不败,降低成本是不得不面临的问题,而确保生产车间较高的生产能力和效率,是当务之急。此外,有效的调度方法已经成为先进制造技术实践的基础和关键。

因此,开发这样一个调度管理软件成为很有必要的事。其实现代企事业单位管理早就进化信息化阶段了,但是从软件市场购买的一些调度管理软件通常是通用版的,不可能适应所有单位和部门管理中的情况,功能不能扩充,导致通用型的车间管理系统使用效率低下,浪费人力,财力,而且在一些中间环节还造成信息丢失,出错。以下是针对现状,开发出来的适合企事业单位的车间生产调度管理系统。在下面的各章中将以开发一套车间生产调度管理系统为例,谈谈其开发过程和所涉及到的问题及解决方法。

 
上一篇: VB电脑销售管理系统全套
下一篇: VB兼职中介管理系统全套
在线客服  
点击这里给我发消息 点击这里给我发消息
点击这里给我发消息 点击这里给我发消息
QQ:528311109 QQ:528311109
  服务邮箱:Service@paper51.com
热门浏览
论文降价了,2010年毕业的同学你
计算机毕业论文无忧网-公告
计算机毕业论文-论文无忧网至同学
5年信誉服务保证-计算机毕业论文
购买现成作品流程
计算机毕业论文答辩过程中需要注
付款方式
网站介绍
计算机毕业论文答辩前的准备
常见问题
最近更新  
论文降价了,2010年毕业的同学你
计算机毕业论文无忧网-公告
计算机毕业论文-论文无忧网至同学
5年信誉服务保证-计算机毕业论文
购买现成作品流程
计算机毕业论文答辩过程中需要注
付款方式
网站介绍
计算机毕业论文答辩前的准备
常见问题
设为首页 | 加入收藏 | 关于本站 | 联系站长 | 友情链接 | 版权申明 | 在线留言 | 网站地图
Copyright 2006-2008 Powered by Paper51.com,论文无忧网 All Rights Reserved.
声明:《论文无忧网》,根据《信息网络传播权保护条例》,如果我们网站上的的作品侵犯了您的权利,请及时通知我们,我们会及时删除。
《论文无忧网》为您提供优秀的计算机毕业设计|计算机毕业论文|计算机论文|毕业论文等资料,仅供学习参考使用。