小林设计素材网 客服QQ:178308054 Email:178308054@qq.com 机械设计资料 | 相信专业,相信小林 | 小林机械资料网竭诚为您服务!
首页 | 工艺夹具 | 数控编程 | 注塑模具 | 冲压模具 | 机械机电 | 土木工程 | 采矿通风 | 其他专业 | 购买流程 | 信誉说明 | 付款账号 | 加盟
     
您现在的位置: 主页 > 机械机电 >
设计名称
机械零件的计算机管理系统(VS+SQL)
设计编号
V135
设计软件
AutoCAD, Word
包含内容
见右侧图片
说明字数
14000字
图纸数量
见右侧图片
推荐指数
较高
价格:
价格优惠中
整理日期
2013.9.26
整理人
小林
购买流程
<查看如何购买本站设计>
设计简介

设计描述:

文档包括:
word说明书一份,共53页,约14000字
任务书一份
开题报告一份
外文翻译一份

源程序一套

毕 业 设 计论 文 任 务 书
一、题目及专题:
1、题目  机械零件的计算机管理系统                      
2、专题                                                
二、课题来源及选题依据
 车间零件的管理对每个企业单位都是十分重要的,课题以某静态混合器生产车间为应用背景,通过探讨当前车间零件的管理现状、存在问题以及现实需求,设计一个针对零件管理工作的管理信息系统。该系统能够提供较为完备的功能,对于提高工作效率、加快车间零件管理的自动化具有较为重要的意义。                                                          
     随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能以为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算及应用的一部分,使用计算机对信息进行管理,具有与手工管理所无法比拟的优点。                                                        
三、本设计(论文或其他)应达到的要求:
1能熟练掌握visual studio等可视化编程工具;                       
2能熟练掌握包括功能模块、数据流图、程序框图、开发关键技术等实际方法或探讨方法;                                                 
3熟练掌握C#编程技术 ;                                                
4熟练掌握Dreamweaver网页制作;                             
5.调查探讨、查阅文献和搜集资料。                                  
6.撰写开题报告或文献综述,确定设计方案或研究方案。                   
7.总体设计方案                                                

摘 要
随着现代工业的发展,计算机信息管理系统越来越受到企业重视。零件管理系统是典型的信息管理系统(MIS), 是现代企业不可缺少的部分,通过使用该系统,促进企业规范化管理,提高管理效率和水平;能够方便快捷地将原来分散的货物信息进行有机地组织和管理,及时提供可靠信息,为企业的科学化决策提供重要依据。零件管理系统开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本文主要分析了零件管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了零件管理系统作为典型的信息管理系统(MIS)的要求。同时简单介绍了Visual studio编程环境和SQL server数据库管理系统的功能特点,仓库管理系统是企业物流管理中不可或缺的一部分。
   
关键词:零件管理;数据库;Visual studio
 
Abstract
With the development of modern industry, the information management system of the computer is being paid attention to by enterprises. The administrative system of the mechanical parts is a typical information management system(MIS), and a modern enterprise's indispensable part, through using this system , promote the standardized management of storekeeper's department , improve efficiency of management and level; The goods information that can be conveniently and swiftly originally scattered is organized and managed organically, offer reliable information in time, offer the important basis for scientific decision of enterprises. The administrative system of the mechanical parts is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.By looking up lots of datum
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 studio programming environment and SQL server 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; Visual studio

目录
摘 要 III
ABSTRACT IV
目录 V
1 绪论 1
1.1 本课题的研究内容和意义 1
1.1.1 课题背景 1
1.1.2 研究意义 1
1.2 机械零件的计算机管理系统国内外的发展概况 1
2 机械零件的计算机管理系统的开发技术 2
2.1 C语言简介 2
2.2 开发工具 3
2.3 数据库 3
3 系统需求分析 5
3.1 可行性分析 5
3.1.2 技术可行性 5
3.1.2 社会可行性 5
3.1.3 经济可行性 5
3.2 系统流程 5
3.3 出错处理需求 5
4 系统设计 7
4.1 系统结构设计分析 7
4.2 系统设计目标 7
4.3 系统数据库设计 8
4.3.1 数据库设计原则 8
4.3.2 数据库概念结构设计 8
4.3.3 数据库逻辑结构设计 10
5 主要功能模块设计 13
5.1 系统登录设计 13
5.2 零件进货管理模块设计 13
5.3 员工管理模块设计 17
5.4 零件出货模块设计 23
5.5 零件报废管理信息模块设计 27
5.6 零件报废管理信息模块设计 30
6 系统测试 36
6.1 机械企业零件管理信息系统测试概述 36
6.1.1 测试目标 36
6.1.2 被测系统特点 36
6.1.3 被测系统环境需求 36
6.2 企业信息管理的测试方案 36
6.2.1 测试的重要性 36
6.2.2 测试内容 37
6.3 测试结果分析评价 38
7 结论 39
致 谢 41
参 考 文 献 43

部分图纸
截图






说明:
如需了解本设计的具体详细信息请联系本站客服,说明看哪个设计(编号)哪个详细部分,我们将远程或截图给您观看.
机械毕业设计|论文
[要求PR≥2,百度收录≥1000页;联系QQ:178308054]
  • pass',
  • 最新选题目录 - 购买流程 - 信誉说明! - 付款账号 - 帮助中心
    声明:根据《互联网传播权保护条例》本站,小林机械资料商城,所列资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途。
    Powered by 小林机械资料商城 © 2013-2020 All Rights Reserved. 客服QQ:178308054
    喜欢www.xiaolinbysj.com,请告诉你QQ上的5位好友,多谢您的支持! 皖ICP备2021006205号-1 辰光云统计平台