毕业设计 vb语言开发的管理软件.doc

约86页DOC格式手机打开展开

毕业设计 vb语言开发的管理软件,vb语言开发的管理软件全文85页 约50000字 设计独到 程序语言精准摘要计算机技术飞速发展,信息化管理必不可少,企业要在激烈的市场竞争中求得生存与发展,必须具有良好的设备管理水平。此设备管理系统所用的开发工具是microsoft公司的面向对象的可视化编程工具vb.net和sql sever 2000。该管理系统在操...
编号:10-21629大小:1.37M
分类: 论文>计算机论文

内容介绍

此文档由会员 痴狂少年 发布

VB语言开发的管理软件

全文85页 约 50000字 设计独到 程序语言精准

摘 要
计算机技术飞速发展,信息化管理必不可少,企业要在激烈的市场竞争中求得生存与发展,必须具有良好的设备管理水平。
此设备管理系统所用的开发工具是Microsoft公司的面向对象的可视化编程工具VB.NET和SQL Sever 2000。该管理系统在操作上集设备添加、维修、查询、统计和报废等处理为一体,从而使管理人员可以快速、准确地掌握设备的库存信息、维修记录和使用现状,逐步使设备管理工作标准化、规范化,提高设备的管理水平,减少了企业内部的机构设置 ,精简了人员。
通过使用该设备管理系统可以及时更新设备库,为企业生产提供优良而又经济的技术装备,保证生产的顺利进行,从而提高生产效率,降低生产成本,使企业获得最高经济效益。

关键词:设备管理,面向对象,VB.NET,SQL Sever 2000

ABSTRACT
The Computer technology fast develop, and it is indispensable of the management of imformationalization. The enterprises which want to exist and develop in vigorous market competition, must reach very good equipments management level.
The development tools what the equipments management system uses are the product of Microsoft company, one is VB.NET which is Object_orient and visible programming and the other is SQL Sever 2000.As this management system integrate all kinds of handles as a whole, such as, the equipments adding, maintaining, searching, counting and discarding etc. it can make administrators master the stock information, maintaining records and present using condition of the equipments fast and accurately, equipments management work standardized and regularization, and the level of equipments management improvement, besides, internal organization establishes and the personnel simplify.
Through the use of the equipments management system they can update equipments warehouse in time, can supply good and economic technique equipment for the enterprise production and can offer the guarantee to the production smooth, after that the efficiency of production can improve, the production cost can go down, and economic benefits of the enterprise can get the supreme.
Keywords:Equipments management,Object_orient,VB.NET,SQL Sever 2000
目 录

绪论 1
1 开发工具 2
1.1 Visual Basic.NET语言概述 2
1.1.1 Visual Basic.NET基础知识 2
1.1.2 ADO数据访问组件 3
1.2 DateTimePicker 控件 4
2 需求分析 5
2.1 需求分析的任务 5
2.1.1 对系统的综合要求 5
2.1.2 分析系统的数据要求 5
2.1.3 系统的数据流图 6
2.2 数据流图 8
2.3 ER模型 8
2.3.1 概念介绍 8
2.3.2 E-R图 9
2.4 功能概述 11
2.4.1 适应性 11
2.4.2 主要功能简介 11
2.5 软件的设计要求 12
3 总体设计 13
3.1 总体设计的过程 13
3.2 面向对象概述 13
3.3 系统总体设计 13
3.3.1 功能分解 13
3.3.2 模块设计 14
3.4 数据库的设计工具(SQL Server) 14
3.4.1 关系数据库标准语言SQL 14
3.4.2 SQL命令 15
3.4.3 SQL子句 15
3.4.4 SQL运算符及其含义 16
3.4.5 集函数 16
3.5 数据库的建立 16
4 详细设计 19
4.1 详细设计概要 19
4.2 整体结构详细设计 19
5 编码 26
5.1 编码的目的 26
5.2 程序设计语言 26
5.3 系统实现 26
6 测试 28
6.1 软件测试概念 28
6.2 测试的目的 28
6.3 测试的目标 28
6.4 软件测试的对象 28
6.5 测试步骤 29
6.5.1 模块测试 29
6.5.2 子系统测试 29
6.5.3 系统测试 30
总 结 31
致 谢 33
参考文献 34
附录一 部分源程序代码 35
附录二 英文资料(1) 40
附录三 英文资料(2) 55
附录四 英文译文(1) 70