网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 计算机论文 -> VB -> 机动车租赁管理系统
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

机动车租赁管理系统

本文ID:LW4089 字数:27456,页数:76 价格:¥68.00 → 信用说明

扫一扫 扫一扫
机动车租赁管理系统

附任务书,开题报告,答辩演示,文档,设计,文档字数:27456,页数:76

摘  要
近年来,计算机技术日趋成熟,数据库技术不断发展,管理信息系统的应用已延伸到社会的各个领域。结合管理信息系统的开发方法及步骤,以此为理论基础,开发出一个小型的信息管理系统——机动车租赁管理系统。
机动车租赁管理是汽车租赁公司开展日常运营活动的必须的环节。传统的手工管理方式不但浪费人力、时间,而且管理复杂,易出差错。基于计算机技术的完备的机动车租赁管理系统把一些繁琐的数据计算、信息处理化为简单的指令操作。完全实现数据信息的电算化管理,彻底把人从手工管理中解放出来。经过艰苦的努力,我终于实现了预期的设计目标,开发出这套具有一定实用价值的机动车租赁管理系统,使用这套系统有利于提高汽车租赁公司的劳动生产率,节约生产成本,增加经济效益。
本文主要介绍了该系统生成的背景及Visual Basic 6.0和Access的一般原理。阐述了整个机动车租赁管理系统的结构及工作原理;分析了系统实现中的特殊性、难点和重点;设计实现了系统用户管理、基本信息管理、业务管理、会员管理等程序模块;分析并解决了现实中的若干技术问题。

关键词 数据库  Visual Basic6.0  机动车租赁管理

Abstract
In recent years, the computer technique has become more and more ripe; the database technique develops constantly and the application of the information management system has stretched into every field of our society. Combining the methods and steps of the information management system and basing on the theory of it, I developed a small information management system-- the automobile lend-lease management system.
The management of automobile lending and leasing is a necessary part of the company's daily operation. Traditional way is a waste of human resources and time, and it is complicated and often runs with mistakes. Based on the computer technique, the perfect automobile lend-lease management turns those complicated data calculation and information processing into simple instructions.
It realized the electronic management of data information completely. It liberates people from the human management entirely. After hard work, I finally realized my design as expected, and developed this practical and valuable automobile lend-lease management system. Using it will raise the working rate, reduce the cost and raise the economic benefit of the company.
This paper mainly introduces the develop background of the system and the basic theory of Visual Basic 6.0 and Access Visual. It tells the structure of the automobile lend-lease management system and its working theory; it analyzes the specialty, difficulty and important things in system realization. The design realizes the management of the system users, the basic information, the business, and the members' management.

Keywords: Database   Visual Basic6.0   The automobile lend-lease management

目录

摘  要 I
Abstract II
第1章  绪论 - 1 -
1.1  课题研究背景及意义 - 1 -
1.2  课题实现的基本功能 - 2 -
1.3  编程环境介绍 - 2 -
1.3.1  软件工程概述 - 2 -
1.3.2  数据库管理系统简介 - 4 -
1.3.3  SQL语言简介 - 4 -
1.3.4  Access2003简介 - 5 -
1.3.5  Visual Basic 6.0 - 6 -
1.4  数据库设计基础 - 7 -
1.4.1  Visual Basic中的数据访问 - 7 -
1.4.2  Visual Basic数据库体系结构 - 8 -
第2章  系统的需求分析与可行性研究 - 10 -
2.1  组织结构及职能分析 - 10 -
2.2  业务流程分析 - 11 -
2.3  功能分析 - 13 -
2.4  数据结构分析 - 13 -
第3章  系统总体设计 - 16 -
3.1  系统目标设计 - 16 -
3.2  系统功能分析 - 16 -
3.2.1  系统功能模块设计 - 16 -
3.2.2  系统功能模块图 - 18 -
3.3  数据库逻辑结构设计 - 19 -
3.3.1  数据字典 - 19 -
3.3.2  数据库中表的设计 - 21 -
第4章  系统详细设计与实现 - 26 -
4.1  主控程序流程设计 - 26 -
4.2  登录模块设计 - 27 -
4.3  主界面设计 - 28 -
4.4  基本信息管理菜单设计 - 30 -
4.4.1  类型信息窗体设计 - 30 -
4.4.2  销售商信息窗体设计 - 32 -
4.4.3  保险公司信息窗体设计 - 33 -
4.4.4  车辆信息窗体设计 - 35 -
4.5  客户会员管理菜单实现 - 36 -
4.5.1  客户信息窗体实现 - 37 -
4.5.2  会员信息窗体实现 - 38 -
4.5.3  会员类型定义窗体实现 - 40 -
4.6  日常业务管理菜单实现 - 41 -
4.6.1  汽车租赁窗体实现 - 42 -
4.6.2  汽车归还窗体实现 - 44 -
4.7  系统用户管理菜单实现 - 45 -
4.7.1  用户信息窗体实现 - 46 -
4.8  系统帮助信息菜单实现 - 47 -
4.8.1  帮助的实现 - 48 -
4.8.2  关于的实现 - 49 -
第5章  系统测试 - 50 -
5.1  软件测试的目的及测试方案 - 50 -
5.1.1  软件测试的目的 - 50 -
5.1.2  软件测试的方案 - 51 -
5.2  软件测试过程 - 51 -
结论 - 58 -
致谢 - 59 -
参考文献 - 60 -
附录1 - 62 -
附录2 - 67 -

机动车租赁管理系统由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:IC卡管理系统 下一篇:社会福利保障系统
推荐论文 本专业最新论文
Tags:机动车 租赁 管理系统 2009-07-17 10:56:01【返回顶部】
广告位
广告位
发表论文
广告位

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有