搜索资源列表
CAsyncSocket
- 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming pro
CAsyncSocket
- 基于CAsyncSocket的局域网通信程序
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.
CAsyncSocket
- CAsyncSocket完成的客户端和服务端通讯示例程序源代码-CAsyncSocket_C/SSocket
CASyncSocket_VC
- CAsyncSocket编程参考,搜集了很多CAsyncSocket编程时需注意的细节,绝对有帮助-CAsyncSocket programming reference, collect a lot of CAsyncSocket should pay attention to the details of programming, definitely help
CAsyncSocket
- socket编程的交互式聊天系统,有客户端和服务端,比较简单的一个程序-socket programming, interactive chat system, with client and service side, a relatively simple procedure
CAsyncSocket
- 基于C/S架构的主机与客户端通信的回声测试程序,以及socket的简单试验开发。-Based on C/S structure of the host and client communications echo test procedures, as well as pilot the development of a simple socket.
LANServerClient
- CAsyncSocket编程技术——基于异步类AsyncSocket的局域网通信程序,采用了客户机/服务器模式。-CAsyncSocket programming technology- based on the type of asynchronous communication program AsyncSocket local area network using the client/server model.
SocketCAsyncSocketCSocket
- Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回
CAsyncsocketconsoleapp
- CAsyncSocket测试程序。代码集成了发送端和接受端。UDP模式。发送端发数据,接收端显示-CAsyncSocket testing procedures. Code integrates the sending end and receiving end. UDP mode. FAT data sender, the receiver display
CAsyncSocket
- CAsyncSocket是实现的聊天室,分为客户端和服务端-CAsyncSocket is to achieve a chat room, is divided into client and server-side
Example4
- 基于VC CAsyncSocket的局域网通信程序-VC CAsyncSocket LAN-based communication program
CAsyncSocket_Sample
- 用MFC CAsyncSocket类实现网络通信的源代码-With MFC CAsyncSocket class implements the source code for network communication. . .
CAsyncSocket
- 派生 CAsyncSocket 实现文件传输 只用几句代码实现-public CAsyncSocket for file server
TALK
- 一对一聊天工具 vc++ mfc CAsyncSocket-mfc
telnet
- 基于MFC CAsyncSocket派生一个CTermSocket实现的一个Telnet源程序,是学习MFC网络编程的好例子-Derived based on MFC CAsyncSocket a CTermSocket achieve a Telnet source, is to learn a good example of network programming MFC
CAsyncSocket
- 关于mfc异步套接字的详细解释,很有用 关于mfc异步套接字的详细解释,很有用-this is about casyncsocket of mfc
CAsyncSocket--UDP
- 使用CAsyncSocket进行无连接(UDP)通信-UDP SOCKET
CAsyncSocket类的应用实例
- CAsyncSocket类的应用实例,帮助理解CAsyncSocket类.(Application instances of the CAsyncSocket class)