登录
首页 » SQL » ManagerHotel.rat

ManagerHotel.rat

于 2010-12-09 发布 文件大小:2880KB
0 123
下载积分: 1 下载次数: 3

代码说明:

  各种常用.net控件的增删改查,很实用,有注释(ManagerHotel.rat.zip is using C#,very good!)

文件列表:

酒店管理系统(注释 )
...................\DB.zip,1282950,2010-12-06
...................\酒店管理系统
...................\............\HotelBLL
...................\............\........\bin
...................\............\........\...\Debug
...................\............\........\...\.....\HotelBLL.dll,16384,2013-01-15
...................\............\........\...\.....\HotelBLL.pdb,22016,2013-01-15
...................\............\........\...\.....\HotelDAL.dll,28672,2013-01-15
...................\............\........\...\.....\HotelDAL.pdb,38400,2013-01-15
...................\............\........\...\.....\HotelModals.dll,20480,2013-01-15
...................\............\........\...\.....\HotelModals.pdb,36352,2013-01-15

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

发表评论

0 个回复

  • TCPIP
    说明:  C# 与基恩士kv-7500PLC 网口通信TCP/IP ,采用上位链路模式,(C# communicates with the Keyence kv-7500PLC network port TCP/IP, using the upper link mode.)
    2019-11-21 17:50:36下载
    积分:1
  • 打印源码
    说明:  按打印预览,选择默认打印机,可以分页,比较方便(Press Print Preview to select the default printer to paginate)
    2020-06-25 17:40:02下载
    积分:1
  • MouStudio_ContourTrace_Fill
    针对散乱点数据,构建出三角网,并追踪出等值线,随后进行填充算法实现。附件中包含有实现源代码工程(VS2008)、编程调试文档笔记、试验数据等。(For scattered point data, construct a triangle mesh, and track the contour, followed by filling algorithm. Implementation annex contains the source code project (VS2008), programming and debugging, documentation notes, test data.)
    2010-09-10 21:20:44下载
    积分:1
  • 练习
    说明:  C#学习笔记,入门级学习demo程序,适合新手上路(C# Learning notes, entry-level learning demo program, suitable for new hands)
    2019-03-19 21:55:13下载
    积分:1
  • Gmap
    基于GMap.net的离线地图Winform用例,地图资源存放在GMap.net默认的文件夹中,运行程序可实现离线地图的使用(Based GMap.net offline map use cases Winform, map resources stored in GMap.net default folder, run the program can use offline maps)
    2014-12-12 15:19:26下载
    积分:1
  • STM32工模板
    STM32工程模板 【文件目录】└─STM32工程模板    │  Template.build_log.htm    │  Template.uvgui.shenyinghang    │  Template.uvgui_shenyinghang.bak    │  Template.uvopt    │  Template.uvproj    │  Template_Template.dep    │  Template_uvopt.bak    │  Template_uvproj.bak    │  启动文件选择.jpg    │      ├─Doc    ├─Libraries    │  ├─CMSIS    │  │  │  core_cm3.c    │  │  │  core_cm3.h    │  │  │  stm32f10x.h    │  │  │  system_stm32f10x.c    │  │  │  system_stm32f10x.h    │  │  │      │  │  └─startup    │  │          startup_stm32f10x_cl.s    │  │          startup_stm32f10x_hd.s    │  │          startup_stm32f10x_hd_vl.s    │  │          startup_stm32f10x_ld.s    │  │          startup_stm32f10x_ld_vl.s    │  │          startup_stm32f10x_md.s    │  │          startup_stm32f10x_md_vl.s    │  │          startup_stm32f10x_xl.s    │  │              │  └─FWlib    │      ├─inc    │      │      misc.h    │      │      stm32f10x_adc.h    │      │      stm32f10x_bkp.h    │      │      stm32f10x_can.h    │      │      stm32f10x_cec.h    │      │      stm32f10x_crc.h    │      │      stm32f10x_dac.h    │      │      stm32f10x_dbgmcu.h    │      │      stm32f10x_dma.h    │      │      stm32f10x_exti.h    │      │      stm32f10x_flash.h    │      │      stm32f10x_fsmc.h    │      │      stm32f10x_gpio.h    │      │      stm32f10x_i2c.h    │      │      stm32f10x_iwdg.h    │      │      stm32f10x_pwr.h    │      │      stm32f10x_rcc.h    │      │      stm32f10x_rtc.h    │      │      stm32f10x_sdio.h    │      │      stm32f10x_spi.h    │      │      stm32f10x_tim.h    │      │      stm32f10x_usart.h    │      │      stm32f10x_wwdg.h    │      │          │      └─src    │              misc.c    │              stm32f10x_adc.c    │              stm32f10x_bkp.c    │              stm32f10x_can.c    │              stm32f10x_cec.c    │              stm32f10x_crc.c    │              stm32f10x_dac.c    │              stm32f10x_dbgmcu.c    │              stm32f10x_dma.c    │              stm32f10x_exti.c    │              stm32f10x_flash.c    │              stm32f10x_fsmc.c    │              stm32f10x_gpio.c    │              stm32f10x_i2c.c    │              stm32f10x_iwdg.c    │              stm32f10x_pwr.c    │              stm32f10x_rcc.c    │              stm32f10x_rtc.c    │              stm32f10x_sdio.c    │              stm32f10x_spi.c    │              stm32f10x_tim.c    │              stm32f10x_usart.c    │              stm32f10x_wwdg.c    │                  ├─Listing    │      startup_stm32f10x_cl.lst    │      startup_stm32f10x_hd.lst    │      startup_stm32f10x_hd_vl.lst    │      startup_stm32f10x_ld.lst    │      startup_stm32f10x_ld_vl.lst    │      startup_stm32f10x_md.lst    │      startup_stm32f10x_md_vl.lst    │      startup_stm32f10x_xl.lst    │      Template.map    │          ├─Output    │      core_cm3.crf    │      core_cm3.d    │      core_cm3.o    │      main.crf    │      main.d    │      main.o    │      misc.crf    │      misc.d    │      misc.o    │      startup_stm32f10x_cl.d    │      startup_stm32f10x_cl.o    │      startup_stm32f10x_hd.d    │      startup_stm32f10x_hd.o    │      startup_stm32f10x_hd_vl.d    │      startup_stm32f10x_hd_vl.o    │      startup_stm32f10x_ld.d    │      startup_stm32f10x_ld.o    │      startup_stm32f10x_ld_vl.d    │      startup_stm32f10x_ld_vl.o    │      startup_stm32f10x_md.d    │      startup_stm32f10x_md.o    │      startup_stm32f10x_md_vl.d    │      startup_stm32f10x_md_vl.o    │      startup_stm32f10x_xl.d    │      startup_stm32f10x_xl.o    │      stm32f10x_adc.crf    │      stm32f10x_adc.d    │      stm32f10x_adc.o    │      stm32f10x_bkp.crf    │      stm32f10x_bkp.d    │      stm32f10x_bkp.o    │      stm32f10x_can.crf    │      stm32f10x_can.d    │      stm32f10x_can.o    │      stm32f10x_cec.crf    │      stm32f10x_cec.d    │      stm32f10x_cec.o    │      stm32f10x_crc.crf    │      stm32f10x_crc.d    │      stm32f10x_crc.o    │      stm32f10x_dac.crf    │      stm32f10x_dac.d    │      stm32f10x_dac.o    │      stm32f10x_dbgmcu.crf    │      stm32f10x_dbgmcu.d    │      stm32f10x_dbgmcu.o    │      stm32f10x_dma.crf    │      stm32f10x_dma.d    │      stm32f10x_dma.o    │      stm32f10x_exti.crf    │      stm32f10x_exti.d    │      stm32f10x_exti.o    │      stm32f10x_flash.crf    │      stm32f10x_flash.d    │      stm32f10x_flash.o    │      stm32f10x_fsmc.crf    │      stm32f10x_fsmc.d    │      stm32f10x_fsmc.o    │      stm32f10x_gpio.crf    │      stm32f10x_gpio.d    │      stm32f10x_gpio.o    │      stm32f10x_i2c.crf    │      stm32f10x_i2c.d    │      stm32f10x_i2c.o    │      stm32f10x_it.crf    │      stm32f10x_it.d    │      stm32f10x_it.o    │      stm32f10x_iwdg.crf    │      stm32f10x_iwdg.d    │      stm32f10x_iwdg.o    │      stm32f10x_pwr.crf    │      stm32f10x_pwr.d    │      stm32f10x_pwr.o    │      stm32f10x_rcc.crf    │      stm32f10x_rcc.d    │      stm32f10x_rcc.o    │      stm32f10x_rtc.crf    │      stm32f10x_rtc.d    │      stm32f10x_rtc.o    │      stm32f10x_sdio.crf    │      stm32f10x_sdio.d    │      stm32f10x_sdio.o    │      stm32f10x_spi.crf    │      stm32f10x_spi.d    │      stm32f10x_spi.o    │      stm32f10x_tim.crf    │      stm32f10x_tim.d    │      stm32f10x_tim.o    │      stm32f10x_usart.crf    │      stm32f10x_usart.d    │      stm32f10x_usart.o    │      stm32f10x_wwdg.crf    │      stm32f10x_wwdg.d    │      stm32f10x_wwdg.o    │      system_stm32f10x.crf    │      system_stm32f10x.d    │      system_stm32f10x.o    │      Template.axf    │      Template.build_log.htm    │      Template.hex    │      Template.htm    │      Template.lnp    │      Template.sct    │          ├─Project    └─User            main.c            stm32f10x_conf.h            stm32f10x_it.c            stm32f10x_it.h            
    2020-04-13下载
    积分:1
  • slLinqSql
    silverlight 连接数据库实例(silverlight Link to datdbase)
    2010-02-10 23:39:10下载
    积分:1
  • 标准的C#窗体菜单,带小三角的多级展开菜单
    标准的C#窗体菜单,带小三角的多级展开菜单(Standard C# form menu, multilevel expansion menu with small triangle.)
    2021-03-26 19:29:12下载
    积分:1
  • FreeSCADA2
    完整的C#开发的组态软件.OPC,SQLITE,WPF(Open source scada in c#)
    2010-10-31 14:47:39下载
    积分:1
  • udfcode
    Calculate_wall_shear_stress.c:Fluent udf 用于计算viscosity引起的表面剪切力. compute_VOF_gradient.c: Fluent udf用于计算和提取VOF梯度. Define_inlet_velocity.c: Fluent udf用于计算和定义进口速度函数. Define_moving_Gaussian_source: Fluent udf用于计算和定义随时间和坐标而变化的表面热流密度. Define_properties_as_functionof_time: Fluent udf用于计算和定义随温度或自定义变量等变化的物质属性. Define_region_motion: Fluent udf用于计算和定义指定区域移动属性. Define_wall_pressure: Fluent udf用于计算和定义壁面压力边界条件.(Calculate_wall_shear_stress.c: Fluent udf used to calculate the viscosity caused surface shear force. compute_VOF_gradient.c: Fluent udf for calculating and extracting VOF gradient. Define_inlet_velocity.c: Fluent udf for calculating and defining inlet velocity function Define_moving_Gaussian_source: Fluent udf for calculating and defining the surface heat flux varying with time and coordinates. Define_properties_as_functionof_time: Fluent udf used to calculate and define the material properties changing with custom variables or temperature. Define_region_motion: Fluent udf used to calculate and define the movement of designated area . Define_wall_pressure: Fluent udf used to calculate and define the wall pressure boundary condition.)
    2021-04-16 19:58:53下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载