搜索资源列表
Bank_Simulation
- 银行业务情况模拟(银行有四个柜台。客户随机地进入银行办理业务,每个人办理业务需要的时间也是随机确定。客户进入银行后选择队列最短的队列排队,如果队列都一样长,则随机选择一个队列排队。客户进入队列后,如果是队列第一个,则接受银行服务,直到服务完成,然后离开银行。-banking business of simulation (4 bank counters. Random access to customer bank business, Everyone transacting business
henclib263
- 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client / s
ChatApplication
- 支持mfc的控制台聊天室程序。使用mysql数据库保存聊天记录。包含客户端和服务端,基于C/S结构。-A console chat program supporting mfc. Use the mysql database to save chat history. Contains the client and server based on C/S structure.
SocketCommunicat
- C++ socket通信,包含客户端和服务端。 简单的通信代码。-C++ Socket communication
WSDownFile
- 用Gsoap实现文件传输的功能,包括客户端和服务端的代码-Gsoap file transfer functionality
Remote-Control-System
- 远程控制系统由一个Client(客户端)和一个Server(服务端)组成,由Client端对远程主机(Server)进行各种基本的控制。客户端用于实现对联网计算机的监控操作,服务器端对于接收到的数据进行分析,解释并执行。设计中使用WinSock 控件与远程计算机建立连接及选择TCP/UDP协议实现远程控制。-Remote control system consists of a Client terminal and a Server terminal. The client terminal
SocketSrv
- VS2013下socket通讯的服务端(客户端类似),通讯部分用线程单写。非常适合刚接触socket以及线程以及不熟悉VS2010+版本的同学看。-VS2013 socket communications services (client like), communication part written in a single thread. Very suitable for new socket and thread, and the students are not familiar w
udpnat
- 根据udp协议进行网络穿透的例子,包括了服务端的程序和客户端口的程序, 有利于加深理解穿透原理。-Examples of network penetration under the udp protocol, including the server and client programs ports conducive to penetrate deeper understanding of the principles.
CRM-CODE
- 主要实现以VC++6.0为开发工具的客户关系管理系统。 该系统主要业务功能划分为以下几个功能模块:营销管理(包括销售机会的管理,客户开发计划的管理)、客户管理(包括客户信息的新建修改与删除)、服务管理(服务的创建)、统计报表共四个模块。-The main achievement was the development of tools to VC++6.0 customer relationship management system. The system is divided into
NETCONQQ
- 控制台迷你局域网聊天室 V1.0 1.基于控制台的局域网聊天室程序,用C++编写,VC++6.0 VC++2010编译通过 2.程序中调用了windows API函数,利用了WinSock以及多线程等编程技巧 3.程序采用TCP-IP协议的C/S模式,并且服务端与客户端使用同一程序中 4.程序具有通过您输入的 IP地址自动运行服务端或客户端的功能,无需手动选择 5.本程序非常适合C++初学者学习修改。欢迎大家使用或修改其中的代码!6.输入的IP地址为已经运行作为服务端的机器的IP地址,格式必须如
sock
- 使用win32编程,聊天QQ小程序,有服务端和客户端-Use win32 programming, QQ chat applet, there are service and client
gsoap-demo
- gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。gsoap简单例子 适合初学者学习使用-gSOAP compiler tool provides a SOAP/XML to achieve on C/C++ language, so that C/C++ language to develop web services client or work program has become a lot ea