Welcome![Sign In][Sign Up]
Location:
Search - CAsyncSocket c

Search list

[Windows DevelopCAsyncSocket

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于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.
Platform: | Size: 5234 | Author: 利于名 | Hits:

[Othervc005

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。 由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编 程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。 其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现 Socket编程,是非常方便的。
Platform: | Size: 32710 | Author: ganchen | Hits:

[Web Serverwebservice_CSock

Description: 一个WEB服务的SERVICES程序,可在NT后台运行-a Web services SERVICES procedures, in the background NT
Platform: | Size: 64512 | Author: | Hits:

[Windows DevelopCAsyncSocket

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于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.
Platform: | Size: 5120 | Author: 利于名 | Hits:

[CommunicationEVC_socket

Description: 基于Embedded Visual C++的socket编程,包括TCP server和TCP client-based Embedded Visual C socket programming, including TCP server and TCP client
Platform: | Size: 74752 | Author: 金雷 | Hits:

[Internet-NetworkExample5

Description: CAsyncSocket编程技术——基于CAsyncSocket的局域网通信程序-CAsyncSocket Programming Technology- CAsyncSocket LAN-based communication program
Platform: | Size: 40960 | Author: dlyup | Hits:

[Othervc005

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。 由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编 程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。 其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现 Socket编程,是非常方便的。 -With the depth of the computer network, computer network programming in the program design process is becoming increasingly important. As the C++ Language on the bottom of the superiority of the operation, many articles have been introduce by VC++ For Socket programming method. However, due to the direct use of all dynamic link library wsock32.dll to operate, relatively cumbersome to achieve. In fact, VC++ The MFC class library is provided in such a socket CAsyncSocket categories, with him to realize Socket programming, it is very convenient.
Platform: | Size: 32768 | Author: ganchen | Hits:

[OtherSGIP1.2.0.10.DEMO

Description: 用c++编写的的中国联通SGIP协议,内容挺全。 MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket -With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole ting. MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket
Platform: | Size: 646144 | Author: tw | Hits:

[Internet-NetworkCAsyncSocket

Description: 基于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.
Platform: | Size: 139264 | Author: helicon | Hits:

[Internet-NetworkCAsyncSocket

Description: MFC CAsyncSocket类 C/S-MFC CAsyncSocket Class C/S
Platform: | Size: 80896 | Author: 陶锋 | Hits:

[Internet-NetworkVCNetworkProgramming

Description: 微软为Visual C++定义了Winsock类如CAsyncSocket类和派生于CAsyncSocket 的CSocket类,它们简单易用,读者朋友当然可以使用这些类来实现自己的网络程序,但是为了更好的了解Winsock API编程技术,我们这里探讨怎样使用底层的API函数实现简单的 Winsock 网络应用程式设计,分别说明如何在Server端和Client端操作Socket,实现基于TCP/IP的数据传送,最后给出相关的源代码。-VC Network Programming
Platform: | Size: 15071232 | Author: ronin | Hits:

[Internet-NetworkC--socket

Description: c.socket网络编程 Socket相关的操作由一系列API函数来完成,比如socket、bind、listen、connect、accept、send、sendto、recv、recvfrom等。调用这些API函数有一定的先后次序,有些函数的参数还比较复杂,对于开发者来说,不是很好用。于是,微软的MFC提供了两个类:CAsyncSocket和CSocket,极大地方便了Socket功能的使用。-failed to translate
Platform: | Size: 333824 | Author: david | Hits:

[Program docChat-room-source-code

Description: C+++网络聊天室设计报告和源程序,介绍Winsock,MFC类CAsyncsocket和CSocket,利用CSocket进行有连接的通信 -C+++ Internet chat room design reports and source code, introducing Winsock, MFC class CAsyncsocket and CSocket, use CSocket for a connected communications
Platform: | Size: 148480 | Author: 胡清 | Hits:

[Internet-NetworkTalk

Description: 简单的聊天室程序,采用C/S模型,分为客户机和服务器端程序,基于CAsyncSocket类。-Simple chat room procedures, using C/S model is divided into client and server-side program, based on CAsyncSocket class.
Platform: | Size: 3820544 | Author: 史佳 | Hits:

[VC/MFCSocket-about-CAsyncSocket

Description: 这个源代码是基于MFC的c++源代码,包含socket和cilent-this is a code including c plus plus about mfc,including socket and cient it is a very good code
Platform: | Size: 3832832 | Author: 周金丹 | Hits:

[Internet-NetworkFtp

Description: Visual C++入门学习源码 开发一个聊天软件。软件分为客户端ChatClient和服务器端ChatServer,之间通过CAsyncSocket进行对话。端口号为14875-Visual C++ ChatServer
Platform: | Size: 1874944 | Author: mcu | Hits:

CodeBus www.codebus.net