Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - casyncsocket
Search - casyncsocket - List
随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming procedures in the design process is becoming increasingly important. As the C language to the underlying operational superiority, many articles have all introduced with VC for Socket programming method. But are the direct use of Dynamic Link Library wsock32.dll operate to achieve relatively more complicated. In fact, the VC MFC provided CAsyncSocket such a socket type used him to Socket Programming, it is very convenient.
Date : 2008-10-13 Size : 5.11kb User : 利于名

CAsyncSocket Sample client/server
Date : 2008-10-13 Size : 134.9kb User : sun

CAsyncSocket Sample client/server
Date : 2025-12-28 Size : 135kb User : sun

随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming procedures in the design process is becoming increasingly important. As the C language to the underlying operational superiority, many articles have all introduced with VC for Socket programming method. But are the direct use of Dynamic Link Library wsock32.dll operate to achieve relatively more complicated. In fact, the VC MFC provided CAsyncSocket such a socket type used him to Socket Programming, it is very convenient.
Date : 2025-12-28 Size : 5kb User : 利于名

autoearn 自动点击网站工具,方便人们自己点击。-Imitation of MFC Class CAsyncSocket
Date : 2025-12-28 Size : 116kb User : asdfe

Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。-SocketCAsyncSocketCSocket
Date : 2025-12-28 Size : 4kb User : wangwei

CAsyncSocket是实现的聊天室,分为客户端和服务端-CAsyncSocket is to achieve a chat room, is divided into client and server-side
Date : 2025-12-28 Size : 61kb User : 云飞扬

用MFC CAsyncSocket类实现网络通信的源代码-With MFC CAsyncSocket class implements the source code for network communication. . .
Date : 2025-12-28 Size : 26kb User : 9uoiasf

派生 CAsyncSocket 实现文件传输 只用几句代码实现-public CAsyncSocket for file server
Date : 2025-12-28 Size : 5kb User : 张明

可以实现基于CAsyncSocket类的网络聊天功能-chat can be achieved based on CAsyncSocket class
Date : 2025-12-28 Size : 2.15mb User : 小崔

这是利用CAsyncsocket编写的客户端和服务器的源代码,学习套接字的朋友们可以参考下-It is prepared by using CAsyncsocket client and server source code, learn socket friends can refer to the following
Date : 2025-12-28 Size : 5.35mb User : 任步廷

利用CAsyncSocket 實現 UDP 聊天室 。-CAsyncSocket achieved using UDP chat room.
Date : 2025-12-28 Size : 46kb User : JCL

本文主要讲解以下内容   (1)CAsyncSocket类编程模式。   (2)CSocket类编程模式。   (3)CSocketFile类和CArchive类简介。   通过学习,可以掌握CAsyncSocket类和CSocket类的编程模式,了解CSocketFile类和 CArchive类。CAsyncSocket类逐个封装了Winsock函数,以前介绍过的Winsock函数在CAsyncSocket类 的成员函数中都可以找到它们对应的函数。一个CAsyncSocket对象就代表着一个Windows Socket, 使用这个类进行网络编程,就要求程序员对网络通信和Socket编程模式有相当的了解,因为程序员 要自己编写程序处理阻塞、字节顺序以及Unicode与MBCS之间的转换等问题。 -This text mainly explains in detail a following contents (1)CAsyncSocket weave distance mode. (2)CSocket weave distance mode. (3)CSocketFile and CArchive brief introduction. Pass study, can control CAsyncSocket and CSocket plait distance mode, understand CSocketFile and CArchive.CAsyncSocket pursued a postting Winsock function, the introduction led before of the Winsock function is in CAsyncSocket Of member function amid can find out it
Date : 2025-12-28 Size : 24kb User : AAA

使用MFC创建的点对点即时通讯的服务器端,使用了CAsyncSocket-Point to point using MFC to create instant messaging server, using CAsyncSocket
Date : 2025-12-28 Size : 3.32mb User : 李国弘

mfc基于CAsyncSocket的UDP编程聊天工具,多线程接收数据。-MFC based on the CAsyncSocket programming UDP chat tools,thread to receive data.
Date : 2025-12-28 Size : 1.57mb User : gaohan

使用CAsyncSocket进行无连接(UDP)通信,内含 客户端与 服务端(Using CAsyncSocket for connectionless (UDP) communication, including client and server)
Date : 2025-12-28 Size : 72kb User : 章鱼哥呵呵
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.