搜索资源列表
CAsyncSocket
- 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming pro
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.
dllHwSocket
- ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.c
MfcSockClient
- 这是另外一个基于CAsyncSocket类,客户端程序!
dianduidianliaotianchengxu
- 利用mfc实现socket编程,新建一个类继承CAsyncSocket类,然后重载其发送接受函数
CAsyncsocket_http_proxydemo2
- 采用CAsyncsocket类连接代理服务器-used CAsyncsocket category, Proxy Server
CAsyncSocket.rar
- MFC CAsyncSocket类 C/S,MFC CAsyncSocket Class C/S
CAsyncSocket.rar
- MFC CAsyncSocket类写的最基本聊天程序,一个客户端连接一个服务器端。,MFC CAsyncSocket written by the most basic type of chat program, a client of a server-side connection.
LANServerClient
- CAsyncSocket编程技术——基于异步类AsyncSocket的局域网通信程序,采用了客户机/服务器模式。-CAsyncSocket programming technology- based on the type of asynchronous communication program AsyncSocket local area network using the client/server model.
CAsyncSocket_Sample
- 用MFC CAsyncSocket类实现网络通信的源代码-With MFC CAsyncSocket class implements the source code for network communication. . .
ChatCAsyncSocket
- 可以实现基于CAsyncSocket类的网络聊天功能-chat can be achieved based on CAsyncSocket class
VC-internat
- 本文主要讲解以下内容 (1)CAsyncSocket类编程模式。 (2)CSocket类编程模式。 (3)CSocketFile类和CArchive类简介。 通过学习,可以掌握CAsyncSocket类和CSocket类的编程模式,了解CSocketFile类和 CArchive类。CAsyncSocket类逐个封装了Winsock函数,以前介绍过的Winsock函数在CAsyncSocket类 的成员函数中都可以找到它们对应的函数
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)
实验7:基于CAsyncSocket类网络通信程序设计
- 1 实验目的与要求 掌握MFC的CSocket类、CAsyncSocket类的用法。 掌握使用CAsyncSocket类进行网络程序设计的工作流程。 能运用CAsyncSocket类开发一个简单的网络聊天程序。 2 实验设备与实验环境 连接到互联网上的IBM PC机两台。 计算机硬件要求:Intel Pentium5 处理器、256MB以上内存,Ethernet网卡,网线若干。 计算机软件要求:MS Windows 9x/2000/XP操作系统,TCP/IP协议,Visual c+