搜索资源列表
HS_HTTP_SVR
- 本程序是通过MFC CAsyncSocket类实现的一个多线程HTTP服务器,它支持CGI和ISAPI。-this procedure is adopted MFC CAsyncSocket Class Implementation of a multithreaded HTTP service , with support for CGI and ISAPI.
CAsyncSocket.rar
- MFC CAsyncSocket类写的最基本聊天程序,一个客户端连接一个服务器端。,MFC CAsyncSocket written by the most basic type of chat program, a client of a server-side connection.
task
- vc实现的局域网聊天程序,活用vc中CAsyncSocket函数实现服务器与客户端的简单搭建和通信-vc LAN chat program implementation
MyProjects
- CAsyncSocket实现文件传输,服务器实现发送功能,客户端实现接收功能-CAsyncSocket to achieve file transfer, sending the server to achieve the client to achieve reception
VerifyIPClient0.2
- 客户端,可以连接至服务器对本机进行IP验证,验证通过则进入程序。通过CAsyncSocket进行通讯。-Clients can connect to the server on the machine IP verification, validation by the access program. By CAsyncSocket to communicate.
Chat
- CSocket继承于CAsyncSocket。是Windows Socket API的高层抽象。它通常要和CSocketFile及CArchive这两个类混合使用。后者两个类主要负责的是数据的发送和接收。Csocket提供了阻塞方式的访问方式,阻塞方式的意思就是在发送出去消息后要等到对方返回信息后才发送下一个数据包的通信信息。要使用CSocket对象首先要调用构造函数,然后调用Create函数创建一个Socket句柄。Create函数缺省创建一个流Socket,如果你没有在使用Carchive类
LANServerClient
- 套接字编程,使用CAsyncSocket 类,实现了两个简单的服务器和客户端之间的连接功能,能够发送和接受消息-Socket programming, using CAsyncSocket class implements two simple server and client connectivity, the ability to send and receive messages
Server
- MFC CAsyncSocket服务器代码-The MFC CAsyncSocket server code
talk
- 一个用mfc写的基于CAsyncSocket的聊天程序。需要服务器-a chat client and server tool using CAsyncSocket in mfc
CAsyncSocket-ChatRoom
- 实现非阻塞的socket的聊天功能功能,有服务器和客户端两部分-The nonblocking socket chat function function, there are two parts of the server and the client
CAsyncSocket
- 非阻塞套接字通信 服务器 和客户端 有完整的界面 适合初学者学习-The nonblocking socket communication server and client complete interface is suitable for beginners to learn
Talk
- 简单的聊天室程序,采用C/S模型,分为客户机和服务器端程序,基于CAsyncSocket类。-Simple chat room procedures, using C/S model is divided into client and server-side program, based on CAsyncSocket class.
winsock
- 实现了聊天功能 局域网文件传输功能 分客户端和服务器端-File transfer is one of the most commonly used services on the Internet, a multi-threaded file transfer can effectively improve the file transfer speed and efficiency, this system use the Windows sockets implementation, So
chatroom
- 利用Windows Sockets实现聊天程序。一个为客户端程序,一个味服务器端程序。主要是CAsyncSocket类应用。-Use the Windows Sockets implementation chat program. A client program, a taste of server applications. Mainly CAsyncSocket class applications.
CAsyncSocket
- 通过CAsyncSocket类进行编程,主要是实现的是通讯功能,但本次项目主要是实现客服端和服务器之间的通讯功能。-Programmed via CAsyncSocket class, mainly to achieve is communication, but this project is mainly to achieve communication between the client and server.
TCPChatRoom
- 基于VS2012一个简单的小测试程序,支持服务器对某客户端,服务器对所有客户端,客户端之间的通信。TCP Socket基于CAsyncSocket的非阻塞异步通信。效果图详见:http://blog.chinaunix.net/uid-28394603-id-5163195.html-Based on VS2012 a simple and simple small test procedures, support for a server to a client, the server for
Ftp
- Visual C++入门学习源码 开发一个聊天软件。软件分为客户端ChatClient和服务器端ChatServer,之间通过CAsyncSocket进行对话。端口号为14875-Visual C++ ChatServer
CAsyncSocketDemo
- 使用CAsyncSocket 类进行网络通讯,可设置为UDP,TCP客户端或者TCP服务器端。-Use the CAsyncSocket class for network communications, can be set to UDP, TCP client or TCP server.