登录
首页 » Windows开发 » 酒店客房管理系统

酒店客房管理系统

于 2022-03-14 发布 文件大小:3.91 MB
0 180
下载积分: 2 下载次数: 1

代码说明:

系统主要功能 客人信息管理:客人信息的添加,退房,结账等 数据查询:查询客人信息,查询客房信息 数据统计:统计一段时间内的客房入住情况和收入

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个小小的定时关机器,能够在设定的时间关机
    一个小小的定时关机器,能够在设定的时间关机-A small clearance machine from time to time, be able to set the time in shutdown
    2022-05-27 04:22:09下载
    积分:1
  • VC毛玻璃
    #define GDIPVER 0x0110 //定义高版本的GDI+(1.1) #include #include #include #include #include #pragma comment(lib,"GdiPlus.lib") using namespace Gdiplus; #include #pragma comment(lib,"dwmapi.lib") //Aero效果是否已启用 BOOL IsCompositionEnabled() { BOOL bEnabled,bResult; bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled); return bResult; } //对已分层的窗口启动玻璃效果 HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄 BOOL bEnable = TRUE, //启用或禁用 HRGN hRgn = 0, //模糊窗体中某个区域 BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用 { DWM_BLURBEHIND blurBehind = { 0 }; blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED; blurBehind.fEnable = bEnable; blurBehind.fTransitionOnMaximized = bTransitionOnMaximized; if (bEnable && hRgn != NULL) { blurBehind.dwFlags |= DWM_BB_BLURREGION; blurBehind.h
    2023-05-01 15:10:04下载
    积分:1
  • Access to the basic hardware information, VC++ under development, the test can b...
    获取系统的硬件的基本信息,VC++下开发,测试通过,可以运行-Access to the basic hardware information, VC++ under development, the test can be run
    2023-01-23 15:50:03下载
    积分:1
  • windows 98/2000/NT/XP
    windows 98/2000/NT/XP
    2023-06-06 23:52:24下载
    积分:1
  • vb编写的简单计算器程序,适合vb入门者看看,
    vb编写的简单计算器程序,适合vb入门者看看,-vb write a simple calculator program, suitable for beginners vb look
    2022-03-20 17:06:11下载
    积分:1
  • check software main application and products
    检测软件的主要应用与功能 检测软件的主要应用与功能-check software main application and products
    2022-07-01 07:54:32下载
    积分:1
  • 客户端验证 客户端验证
    客户端验证 客户端验证-Client Authentication Client Authentication
    2022-08-19 12:23:05下载
    积分:1
  • 关于在编译原理的识别中,采用独立的…
    关于编译原理中数字的识别,用的是上下文无关文法。-About the identify the number in compiling principle ,using independent of the former and behind cuntext method.
    2022-12-22 09:45:03下载
    积分:1
  • tts ,相必大家都熟悉,这个效果不错,可有可选择男声女声,音量等,效果还可以,但是比不上科大讯飞的那个,这是微软公的...
    tts ,相必大家都熟悉,这个效果不错,可有可选择男声女声,音量等,效果还可以,但是比不上科大讯飞的那个,这是微软公开的-tts,well known to everybody,have a good effect.you can choise man or woman voice,it not better than the one science and technology university developed.but it s microsoft s production.
    2022-05-14 17:13:48下载
    积分:1
  • android常用的两种网络请求方式
    布局文件写得比较简单,就是两个测试按钮和一个简单的登录测试 http协议请求 方法+url协议+版本 get请求包(显示信息)post应答包 协议+状态码+描述 http常用状态码:200访问成功;404访问失败;500:服务器错误 第一种:UrlConnection请求 第二种:HttpClient请求 两种方法分别对应post请求和get请求
    2022-03-23 11:54:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载