搜索资源列表
CAsyncSocket
- 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, co
CAsyncSocketIPX
- 重载成员函数使CAsyncSocket类支持IPX/SPX协议-reload the member function to make class CAsyncSocket support IPX/SPX protocol
VCChatProg
- VC++.net编写的简单的聊天程序,使用了CAsyncSocket类实现。-VC. Net prepare a simple chat, the use of the CAsyncSocket Class Implementation.
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.
20041025192209_Sock
- - 利用CAsyncSocket类实现简单通信.-a simple communications program used CAsyncSocket class.
CAsyncsocket_http_proxydemo2
- 采用CAsyncsocket类连接代理服务器-used CAsyncsocket category, Proxy Server
CAsyncSocket
- 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, co
VCChatProg
- VC++.net编写的简单的聊天程序,使用了CAsyncSocket类实现。-VC. Net prepare a simple chat, the use of the CAsyncSocket Class Implementation.
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 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法
MfcSockClient
- 这是另外一个基于CAsyncSocket类,客户端程序!-This is a separate category based on CAsyncSocket, the client program!
dianduidianliaotianchengxu
- 利用mfc实现socket编程,新建一个类继承CAsyncSocket类,然后重载其发送接受函数-Mfc realization of the use of socket programming, create a new category of succession CAsyncSocket category, and then send it to accept overloaded function
CAsyncSocket
- MFC CAsyncSocket类 C/S-MFC CAsyncSocket Class C/S
CAsyncSocket
- MFC CAsyncSocket类写的最基本聊天程序,一个客户端连接一个服务器端。-MFC CAsyncSocket written by the most basic type of chat program, a client of a server-side connection.
CAsyncSocket_Sample
- 用MFC CAsyncSocket类实现网络通信的源代码-With MFC CAsyncSocket class implements the source code for network communication. . .
VC-internat
- 本文主要讲解以下内容 (1)CAsyncSocket类编程模式。 (2)CSocket类编程模式。 (3)CSocketFile类和CArchive类简介。 通过学习,可以掌握CAsyncSocket类和CSocket类的编程模式,了解CSocketFile类和 CArchive类。CAsyncSocket类逐个封装了Winsock函数,以前介绍过的Winsock函数在CAsync
CAsyncSocket
- VC6.0环境下CAsyncsocket类的使用案例,可以很好地理解CAsyncSocket的使用-VC6.0 environment CAsyncsocket class use cases, can be well understood using CAsyncSocket
CAsyncSocket
- 通过CAsyncSocket类进行编程,主要是实现的是通讯功能,但本次项目主要是实现客服端和服务器之间的通讯功能。-Programmed via CAsyncSocket class, mainly to achieve is communication, but this project is mainly to achieve communication between the client and server.
CAsyncSocket类的应用实例
- CAsyncSocket类的应用实例,帮助理解CAsyncSocket类.(Application instances of the CAsyncSocket class)
UDP网络套接字类
- 自己封装的UDP socket类,可以很方便的实现UDP通讯(Own package UDP socket class, you can easily achieve UDP communication)