1 / 48
文档名称:

服装库存信息管理系统—计算机毕业设计(论文).doc

格式:doc   大小:580KB   页数:48页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

服装库存信息管理系统—计算机毕业设计(论文).doc

上传人:lanyou1106 2017/12/25 文件大小:580 KB

下载得到文件列表

服装库存信息管理系统—计算机毕业设计(论文).doc

文档介绍

文档介绍:毕业设计(论文)
题目: 服装库存信息管理系统

学院:
专业班级:
学号:
学生姓名:
指导教师:
年月日
摘要
服装库存信息管理系统是一种管理商业企业中各种数据的软件,利用本系统用户可以很方便地对企业仓库进行有效的管理。本文首先简要介绍了我国商业企业的现状以及服装专卖店数据管理系统的特点、功能和使用对象,使读者对服装库存信息管理系统有了初步的认识。接着详细介绍了数据库和VB的相关知识;在编程工具方面,主要介绍了VB的特点和怎样用VB操作数据库。最后,笔者给出了所完成的服装专卖店数据管理系统说明书,主要内容包括软件的功能、设计框图、数据库结构和各模块的操作说明。
关键词:服装库存信息管理系统,数据库编程,VB
Abstract
Enters sells saves the management system management system is in one kind of mercial department each kind of data software, uses this system user to be allowed very conveniently to carry on the effective management to the enterprise warehouse. This article first briefly introduced our mercial department's present situation as well as enters sells the balance according to the management system management system characteristic, The function and the user, caused the reader to enter sells saves the management system management system to have the preliminary understanding. After that in detail was introducing the database and the VB related knowledge; In the programming tool aspect, mainly introduced how the VB characteristic and does use VB to operate the database. Finally, the author produced has entered sells the balance pleted according to the management system management system instruction booklet, main content including software function, design diagram, database structure and various modules operation explanation.
Key word: Enters sells saves the management system management system, the database programming, VB
目录
摘要 1
ABSTRACT 2
设计概况 5
前言 6
第一章 VB语言概述 7
VB简介 7
VB语言的基本特点及VB应用程序的基本持点 7
可视化设计 7
事件驱动编程 7
提供了易学易用的应用程序集成开发环境 7
结构化的程序设计语言 8
支持多种数据库的访问 8
支持动态数据交换(DDE)、动态连接库(DLL)和对象的链接与嵌入(OLE)技术 8
第二章实现关系型数据库 9
数据库的概念 9
新建一个数据库 9
修改已建的数据库 9
实现数据库之间的联系 9
10
Access和Visual Basic 结合的优点 10
第三章服装库存信息管理系统简介 11
服装专卖店基础知识 11
12
: 12
13
第四章系统设置模块详细设计 16
16
17
19
第五章详