搜索资源列表
HotelMis
- 一个简单的宾馆管理系统,包含订房,结算等功能,可作为MFC毕业设计。-A simple hotel management system, including booking, billing and other functions, can be used as MFC graduation.
SurfaceSDK
- 采用VISUAL C++ MFC开发的一套酒店管理系统,通过该系统,用户可以了解采用MFC开发系统的一搬步骤和流程,及常见控件的使用方法。-Using VISUAL C++ MFC development of a hotel management system, through the system, users can learn a development system using MFC moving steps and processes, and use of common cont
resteranutdaima
- 一个用c++写的餐饮dao作品 对初学者有一定的参考作用 主要是应用了mfc类库的知识 希望对大家有参考作用-A with c++ to write the catering for beginners dao works of some reference value is applied knowledge mfc class library reference for all of us hope that the role of
HOTLE
- 酒店餐饮管理,C++MFC做的,功能相当强大,绝对能运行-Hotel and catering management, C++ MFC do quite strong, certainly will be able to run
hotel2003
- MFC做的酒店管理系统,不是本人的,是在网上下的-MFC to do hotel management system, not on the person is under the Internet
MyElevator
- MFC现实模拟 电梯系统 一共两部电梯 8层楼-MFC realistic simulation of elevator systems lift a total of 8 floors 2
Menu
- 介绍了一款点菜系统的软件设计:基于MFC的数据库开发,适合初学者-Introduced a la carte system software design: MFC-based database development for beginners
hotel
- C++ MFC实现旅店管理系统,适合学生作业-hotel management
kefang
- vc++ MFC开发的客房管理系统 里面包含源代码和数据库-vc++ MFC development of the room management system and database which contains the source code
(mfc)
- 网上订餐,实现网上自助订餐服务以及餐饮营业统计分析-Online Ordering, and online ordering service and self-catering business statistical analysis
CHOTEL
- 实现了宾馆的管理系统,人员入住,收费,离店,用的是vs2008实现,利用mfc-To achieve the hotel' s management system, personnel stay, charges, check-out, using vs2008 to achieve, using mfc
food
- 用MFC编写的餐饮管理系统,可以运行,是源代码-written with MFC,useful very much
HOSPITAL8
- 是医院的门诊系统 用的是mfc程序开发的-is a system of hospital
ManageEatery
- mfc餐饮管理系统,教你如何使用mfc开发windows应用程序-mfc Restaurant-Management-System, entwickelt, um Ihnen beizubringen, wie man mfc Windows-Anwendungen verwenden
MFC-Canyin
- 基于MFC的餐饮管理系统,点单、改单、退单等等一系列流程齐全,可供MFC学习所用-Restaurant Management System
ex08
- 采用VISUAL C++ MFC开发的一套酒店管理系统,通过该系统,用户可以了解采用MFC开发系统的一搬步骤和流程,及常见控件的使用方法。 -this is the best java ,we love it are you love it please give me the right
canyinguanli
- 基于MFC对话框的餐厅管理系统,界面简洁方便-Based on MFC dialog box restaurant management system, the interface is simple convenient
hotel-management
- 酒店住房管理系统 基于MFC 实现基本的住房信息管理功能-the systerm is based on mfc
Hotel-management
- 为一些中小型酒店 以及一些刚接触MFC的成员学习之用的软件-Learning the use of software for small and medium-sized hotels and some are new members of the MFC
QueuingSystem
- C++与MFC结合以实现的餐厅桌号预订系统(基本功能有:1、 餐厅提供小,中,大三种餐位;2. 每种餐位若干,每个餐位都有相应的编号;)3. 每种餐位使用收取的费用不同; 4. 每位客人根据就餐人数选择不同类型的餐位,系统则根据等待人数给用户生成一个等待号码,显示客人当前排号以及在他之前有多少位客人在等待。 5. 不同类型餐位都有自己的一个等待列,为客人生成的号码互不影响; 6. 支持查询指定号码所在的餐位; 7. 实现日志功能(记录每天所有餐位的使用状况,收入);