论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

机动车租赁管理系统

 本文ID:LWGSW13907 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 机动车租赁管理系统 (收费:1000 积分)  

论文字数: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.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:社会福利保障系统 下一篇:IC卡管理系统
Tags:机动车 租赁 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号