登录
首页 » Applications » Hotel Management System in C coding.

Hotel Management System in C coding.

于 2022-09-10 发布 文件大小:5.52 kB
0 79
下载积分: 2 下载次数: 1

代码说明:

Hotel Management System in C coding.

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

发表评论

0 个回复

  • 在AUTOCAD环境下,动态拖动式的绘制抛物线,可指定义其绘制方式...
    在AUTOCAD环境下,动态拖动式的绘制抛物线,可指定义其绘制方式-in AutoCAD environment, dynamic drag-mapping parabola, refers to the definition of its mapping approach
    2022-03-25 11:25:51下载
    积分:1
  • SSCMS网站管理系统 飞狐源码站 SSCMS可以将网站内容全部生成静态HTML文件,这样可以极大地节约主机资源,提高系统性能,全静态处理技术是构建大型站点的必...
    SSCMS网站管理系统 飞狐源码站 SSCMS可以将网站内容全部生成静态HTML文件,这样可以极大地节约主机资源,提高系统性能,全静态处理技术是构建大型站点的必要条件。-SSCMS website management system stops flying fox source SSCMS site content can be generated all static HTML documents, this can greatly save mainframe resources, improve system performance, all static processing large construction site is a necessary condition.
    2022-06-21 08:26:52下载
    积分:1
  • this the code for the robust watermarking receiver.
    this the code for the robust watermarking receiver.-this is the code for the robust watermarking receiver.
    2022-05-25 09:03:42下载
    积分:1
  • 一个完整的计算器的例子,计算器的功能比较强大
    一个完整的计算器的例子,计算器的功能比较强大--A entire calculator example, its function is powerful.
    2022-04-08 11:15:59下载
    积分:1
  • 控制模块(en_in,SW1,RST,RED1,RED2,yellow1,黄2,绿色快车,变绿再走)
    module control(EN_in,SW1,RST,Red1,Red2,Yellow1,Yellow2,Green1,Green2) output Red1 output Red2 output Yellow1 output Yellow2 output Green1 output Green2 input [1:0] EN_in input SW1 input RST reg Red1,Red2,Yellow1,Yellow2,Green1,Green2,D_out always @(EN_in,RST,SW1) begin if(SW1==0||RST==0) {Red1,Red2,Yellow1,Yellow2,Green1,Green2}=6 b0 else begin case(EN_in) 2 b00 : {Red1,Red2,Yellow1,Yellow2,Green1,Green2}=6 b010010 2 b01 : {Red1,Red2,Yellow1,Yellow2,Green1,Green2}=6 b011000 2 b10 : {Red1,Red2,Yellow1,Yellow2,Green1,Green2}=6 b100001 2 b11 : {Red1,Red2,Yellow1,Yellow2,Green1,Green2}=6 b100100 default : {Red1,Red2,Yellow1,Yellow2,Green1,Green2}=6 b0 endcase end end endmodule-module control(EN_in,SW1,RST,Red1,Red2,Yellow1,Yellow2,Green1,Green2) output Red1 output Red2 output Yellow1 output Yellow2 output Green1 output Green2 input [1:0]
    2023-06-20 16:15:04下载
    积分:1
  • 南京航空航天大学C++课程设计,基于dos界面的人事管理系统。可视化界面菜单。显示,添加,删除,查找,排序功能一应俱全。可实现文件读写功能。附说明文档,健壮性良...
    南京航空航天大学C++课程设计,基于dos界面的人事管理系统。可视化界面菜单。显示,添加,删除,查找,排序功能一应俱全。可实现文件读写功能。附说明文档,健壮性良好。密码输入事先可退格操作。特色函数附说明。-Nanjing University of Aeronautics and Astronautics, C++ curriculum design, dos-based personnel management system interface. Visual interface menu. Display, add, delete, search, sort, ranging functions. File read and write capabilities can be realized. Attached documentation, a good robustness. Password input in advance retreat grid operation. Features annotated function.
    2022-03-06 19:28:53下载
    积分:1
  • C51串口通迅例程,可与电脑COM口进行串口的串行通迅
    C51串口通迅例程,可与电脑COM口进行串口的串行通迅-C51 serial communication routines, with the computer serial COM port for serial communication
    2022-05-12 18:19:00下载
    积分:1
  • 辽阳本地网传输监测系统 Ver1.0
    辽阳本地网传输监测系统 Ver1.0-Liaoyang local transmission network monitoring system Ver1.0
    2023-02-17 05:05:04下载
    积分:1
  • positioning plates
    车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。 -positioning plates-- VC source code procedures 1.24 true color-
    2022-10-05 09:15:03下载
    积分:1
  • 简单的VB源代码
    简单的进销存vb源代码-simple Invoicing vb source code
    2022-01-21 19:18:00下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载