搜索资源列表
TcpReceiver
- 一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。-An example of CAsyncSocket extended class implements the function to get TCP data stream from a dedicated server and port.Perhaps,the server using in code has been closed,b
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.
dllHwSocket
- ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.c
netdllHwSocket
- 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
VisualC++tongxin
- VisualC++通信编程工程实例精解 \\Chapter 2 \\Example 1 MSCOMM控件编程实例 \\Example 2 基于Windows API的虚拟终端实现 \\Example 3 基于CSerialPort的串口多线程通信框架 \\调试工具\\串口调试助手 \\Chapter 3 \\Example 4 Winsock API编程技术——基于Winsock的聊天室程序 \\Example 5 CAsyncSocket编程技
Asyn
- 这是采用CAsyncSocket编写客户和服务器端程序,很好的参考例子!
CAsyncsocket_http_proxydemo2
- 采用CAsyncsocket类连接代理服务器-used CAsyncsocket category, Proxy Server
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
LANServerClient
- CAsyncSocket编程技术——基于异步类AsyncSocket的局域网通信程序,采用了客户机/服务器模式。-CAsyncSocket programming technology- based on the type of asynchronous communication program AsyncSocket local area network using the client/server model.
AsyncSocket
- 这是利用CAsyncsocket编写的客户端和服务器的源代码,学习套接字的朋友们可以参考下-It is prepared by using CAsyncsocket client and server source code, learn socket friends can refer to the following
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.
Talks
- 使用MFC创建的点对点即时通讯的服务器端,使用了CAsyncSocket-Point to point using MFC to create instant messaging server, using CAsyncSocket
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
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
CAsyncSocket
- 通过CAsyncSocket类进行编程,主要是实现的是通讯功能,但本次项目主要是实现客服端和服务器之间的通讯功能。-Programmed via CAsyncSocket class, mainly to achieve is communication, but this project is mainly to achieve communication between the client and server.