酒店英文代码.pptx
胜利****实阿
亲,该文档总共17页,到这已经超出免费预览范围,如果喜欢就直接下载吧~
相关资料
酒店英文代码.pptx
酒店英文代码一、房型二、酒店常用的术语解释13、请勿打扰房DNDDonotdisturb14、轻便行李L/BLightbaggage15、长住客人LSGLong-stayingguest16、加床EBExtrabed17、贵宾VIPVeryimportantperson18、自用房HUHouseuse19、房态Roomstatus20、预订Reservation21、预订确认Confirmedreservation22、更改预订Amendment23、预付订金Advanceddeposit24、预抵日期A
酒店英文代码.ppt
酒店英文代码一、房型二、酒店常用的术语解释13、请勿打扰房DNDDonotdisturb14、轻便行李L/BLightbaggage15、长住客人LSGLong-stayingguest16、加床EBExtrabed17、贵宾VIPVeryimportantperson18、自用房HUHouseuse19、房态Roomstatus20、预订Reservation21、预订确认Confirmedreservation22、更改预订Amendment23、预付订金Advanceddeposit24、预抵日期A
英文代码--------.pdf
酒店管理系统源代码.doc
酒店管理系统源代码#include<string.h>#include<stdlib.h>#include<stdio.h>#include<conio.h>typedefstructtagCustomer{charm_ID[19];/*身份证号码*/charm_name[10];/*顾客姓名*/intm_age;/*顾客年龄*/charm_sex[6];/*顾客性别*/intnum;}Customer;/*顾客构造*/typedefstructtagRoom{intm_num;/*房间号*/intm_f
酒店库存管理代码模板.doc
//main.cpp#include<iostream>#include<string>#include<fstream>#include<cassert>#include<iomanip>#include<conio.h>usingnamespacestd;//仓库管理员类classadmin{public:admin();private:stringname;};//仓库货架类classshelf{public:shelf();private:adminmen;//管理员stringstoreNo;/