下载地址
毕业设计简介
(注:优秀毕业设计,论文包括各种图:ER图、数据流图、IPO图等)
餐饮管理系统
摘 要:餐饮管理系统也是常见信息管理系统中的一种,其开发的主要任务包括前台应用程序和后台数据库的开发这两个方面。
前台程序我采用的是Microsoft的 VC++ 6.0开发工具,而后台的数据库同样是运用的是Microsoft的office 2003中ACCESS,使用这两者做为开发工具的关键是兼容性好。
该系统主要完成接受预定,前台点菜,厨房传菜,数据备份和恢复 ,流水账单统计功能,采购管理等功能。本论文主要说明了这个系统各个功能的实现。
关 键 字:数据库;开发工具;visual c++语言;餐饮管理。
The Restaurant Management System of SHFU
Abstracts:The food management system is one of the common management sytem. Its main task of the development of the application, including prospects and the background of the development of the database these two aspects.
Prospects procedures I used the Microsoft Visual C + + 6.0 development tool and the background of the same database is used is the Microsoft office 2003 ACCESS. The reason of using these two development tools is the key to good compatibility.
The system is scheduled to complete acceptance, the future a la carte, kitchen tables, data backup and recovery, Smile single statistical functions, procurement management, and other functions. This paper mainly to explain all of the system functions.
Key words: database; development tool; visual c++; restaurant management.
1 系统概况及管理信息系统、数据库概述
1.1 前言
从20世纪70年代第一次提出面向对象的概念开始,到现在面向对象技术以发展成为一种比较成熟的编程思想。通过面向对象技术,可以将现实世界直接影射到面向对象解空间,从而为系统的的设计和开发带来了革命性的影响。
Visual c++ 语言是目前为止功能最强、最受欢迎、应用最广泛的、高校的windows应用程序开发工具,它是在C语言的基础之上发展起来的,是C语言的超集。相对于其他计算机语言来说,学习并掌握Visual C++ 具有一定的难度,正因为这样才是VC++的魅力所在。
本次的水大餐饮管理系统正是运用了Microsoft的 Visual C++作为开发工具。其名称虽然定位与水大餐饮,但其功能和特色适合各级的餐饮场所。
1.2 开发系统概况
本课题名称:水大餐饮管理系统。
开发工具:Visual C++ 6.0; Microsoft ACCESS.
运行环境:Windows 98,2000,XP.
..........................
相关毕业设计