Welcome![Sign In][Sign Up]
Location:
Search - room

Search list

[Hotel software system12

Description: VB客房管理系统全套(带源码)顾客可以用电话或上网注册的方式预定。其方式不同,但提交的内容是相同的:需要的房间类型,房间数,客人人数,预定时间,退房时间等。 服务台查询客房管理部,看看是否有满足客人要求的客房。如果有,则记录下客人的需要,同时客房管理部通知财务部准备收预约金,同时反馈给客人确认信息。 -VB Room Management System complete set (with source) customers can register by telephone or Internet the way intended. Their different ways, but the submitted content is the same: the need for a room type, number of rooms, number of guests, the scheduled time, check-out time. Rooms Management Desk inquiries to see if it has to satisfy the request of the guest rooms. If yes, record the needs of the guests, while hotel management to inform the Department of Finance Department received an appointment ready gold, at the same time confirmed that information back to the guests.
Platform: | Size: 13273088 | Author: 赵军 | Hits:

[Internet-NetworkSoft20060207113000138

Description: 计算机机房的管理系统,用于管理计算机机房的用户信息-Computer room management system for managing computer room of user information
Platform: | Size: 138240 | Author: | Hits:

[WEB Codephpchat

Description: 世界上功能最强的PHP-MYSQL多房间聊天室-The world s most powerful PHP-MYSQL multi-room chat room
Platform: | Size: 169984 | Author: licz | Hits:

[CSharpchat_room

Description: chat room
Platform: | Size: 83968 | Author: | Hits:

[Other Web Codenet

Description: 聊天室源代码,可以实现多用户同时聊天,欢迎其他同行斧正-Chat room source code, can be achieved at the same time multi-user chat, and welcome other peer斧正
Platform: | Size: 3072 | Author: 朱浩正 | Hits:

[JSP/Javachatroom

Description: chatting room,基于UDP的聊天室,代码很好-chatting room, the UDP-based chat rooms, very good code
Platform: | Size: 19456 | Author: lichen | Hits:

[JSP/Javaadmin

Description: 在线房间预订的JSP/DERBY 源码. A online room booking system, developed with JSP/DERBY-Online room reservation JSP/DERBY source. A online room booking system, developed with JSP/DERBY
Platform: | Size: 282624 | Author: 林立 | Hits:

[Education soft systemhotel

Description: 宾馆客房预订系统源码,附开发文档以及说明,适合毕业设计-Hotel room reservation system source code, with the development of documents and notes for graduation project
Platform: | Size: 3950592 | Author: 杨中海 | Hits:

[OpenGL programVRDemo

Description: 用VC的opengl编制的虚拟现实的例子,是房间及电脑的表达,通过鼠标的左右键可进行平移、旋转等操作。-VC with the opengl prepared examples of virtual reality is the expression of the room and computer, through the left and right mouse button can be translation, rotation and other operations.
Platform: | Size: 636928 | Author: 何再兴 | Hits:

[TCP/IP stackchatroom

Description: 用MFC编写的基于udp的聊天室程序,分为客户端和服务器两个部-MFC prepared using udp-based chat room procedures, client and server is divided into two departments
Platform: | Size: 13887488 | Author: 苏永昌 | Hits:

[Other Gamesroom

Description:
Platform: | Size: 5058560 | Author: 许俊超 | Hits:

[JSP/JavaJAVAchat-room

Description: 用面向对象语言Java写的局域网中C/S架构的聊天器-A Local Chat-Room which is written by a object-orinted language Java.
Platform: | Size: 55296 | Author: chen | Hits:

[JSP/JavaJAVA_CHATROOM

Description: chat room,have both server and client.client can talk publicly or privatly sever can send message to all clients or choose one.-chat room, have both server and client.client can talk publicly or privatly sever can send message to all clients or choose one.
Platform: | Size: 33792 | Author: ayi | Hits:

[OtherRoom

Description: Room Cleaning robot for cleaning houses
Platform: | Size: 12288 | Author: Amit Ku mar Das | Hits:

[OpenGL programRoom

Description: 用c++编写的,环境贴图基于opengl的图像编程,环境贴图类似cs游戏环境-Prepared using c++ and opengl environment map images based on the programming environment map environment similar game cs
Platform: | Size: 474112 | Author: 程南 | Hits:

[SCMroom

Description: room light controller using microcontroller 8051
Platform: | Size: 36864 | Author: caze | Hits:

[Internet-Networkvc6hat

Description: 用于windows下的网络聊天室设计,包括客户端何服务器端,主要使用tcp/ip协议-For the windows network under the design of the chat room, including server-side client Ho, mainly the use of tcp/ip protocol
Platform: | Size: 838656 | Author: qiu | Hits:

[3D Graphicroom

Description: VRML 虚拟建模语言 实现室内场景源代码,原创-Virtual Modeling Language VRML scenes to achieve indoor source code, original
Platform: | Size: 20480 | Author: huangjin | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[JSP/JavaChatRMIO

Description: 基于Java RMI开发的一个网络聊天室源码,编程工具是JBuilder9-Java RMI-based development of a network chat room source code, programming tools are JBuilder9
Platform: | Size: 47104 | Author: aaron | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net