Welcome![Sign In][Sign Up]
Location:
Search - casyncsocket

Search list

[Internet-NetworkCAsyncSocketEx_demo

Description: 代理客户端的实现。 支持http1.1、socket4、socket4A、socket5。内附详细说明文档。-agent client realized. HTTP1.1 support, socket4, socket4A, socket5. Documents containing details.
Platform: | Size: 741376 | Author: 邵国君 | Hits:

[Internet-NetworkTcpReceiver

Description:
Platform: | Size: 131072 | Author: 俞训峰 | Hits:

[Web Serverwebservice_CSock

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

[Communicationsocket_vc_demo

Description: 这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送。-This is the tcp/ip communication and control vc example source code, contains a set of socket excellent source control, demo procedures including client and server procedures, tcp/ip communication of this data reception.
Platform: | Size: 77824 | Author: lsx5612 | 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-Networksocketwin

Description: CAsyncSocket_ClientTcp,服务端,与客户端通信-CAsyncSocket_ClientTcp, server and client communication
Platform: | Size: 70656 | Author: 崔石磊 | Hits:

[OtherChatCAsyncSocket

Description: 多人在线聊天功能强大。方便。实用,可多人在线聊天-Powerful multiplayer online chat. Convenience. Practical, can be more than online chat
Platform: | Size: 9346048 | Author: kang | Hits:

[Internet-NetworkCAsyncSocketEx_demo

Description: AsyncSocket VC++6.0 比较全面的Demo-AsyncSocket VC++ 6.0 more comprehensive Demo
Platform: | Size: 730112 | Author: yisun | Hits:

[Internet-Networkasync_socket

Description: 一个Winsock的封装类,解决了CAsyncSocket的的一些消息处理问题,使得该类可以很好的用于consle程序中-A Winsock package type, solved some of the news of CAsyncSocket deal with the problem, making such a good program for consle
Platform: | Size: 99328 | Author: lin | 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-NetworkCsocket

Description:  本文介绍了CAsyncSocket、CSocket类,并用CSocket类编写了一个简单实用的网络聊天程序。读者还可以通过MFC CArchive 对象进行信息的收发操作,使得网络传输如同使用MFC的文档连载协议(Serialization protocol),简捷易用。-This paper introduces CAsyncSocket, CSocket class, and Class CSocket prepared a simple but useful web chat program. Readers can also MFC CArchive object to send and receive information to operate, making use of network transmission as MFC serialization protocol document (Serialization protocol), simple-to-use.
Platform: | Size: 4096 | Author: yifanxuan | Hits:

[Windows DevelopAutoEarn3[1].2

Description: autoearn 自动点击网站工具,方便人们自己点击。-Imitation of MFC Class CAsyncSocket
Platform: | Size: 118784 | Author: asdfe | Hits:

[Internet-Networktask

Description: vc实现的局域网聊天程序,活用vc中CAsyncSocket函数实现服务器与客户端的简单搭建和通信-vc LAN chat program implementation
Platform: | Size: 33792 | Author: | Hits:

[Internet-Networktelnet

Description: Telnet终端源程序,基于MFC CAsyncSocket派生一个CTermSocket实现的一个Telnet源程序,是学习MFC网络编程的好例子。-Telnet terminal source, based on MFC CAsyncSocket derived from a CTermSocket achieve a Telnet source, is to learn MFC a good example of network programming.
Platform: | Size: 138240 | Author: 318 | Hits:

[Windows DevelopChatCAsyncSocket

Description: 可以实现基于CAsyncSocket类的网络聊天功能-chat can be achieved based on CAsyncSocket class
Platform: | Size: 2256896 | Author: 小崔 | Hits:

[Windows DevelopAsyncSocket

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

[ISAPI-IESocke(UDP)

Description: 使用CAsyncSocket进行无连接(UDP)通信-No connection for use CAsyncSocket (UDP) traffic
Platform: | Size: 5534720 | Author: snow | Hits:

[Internet-NetworkCAsyncSocketEx

Description: 一个仿照微软MFC的异步套接字的实现,实现的参考很有价值。-a asyncsocket implementation like mfc s CAsyncSocket.
Platform: | Size: 315392 | Author: oldjun | Hits:

[Internet-NetworkCAsyncSocket1

Description: 自己写的用CAsyncsocket实现简单通信聊天等应用,可以作为新手上路的帮助哦-Their written communications with CAsyncsocket simple chat application that can help a novice on the road Oh
Platform: | Size: 3810304 | 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:
« 1 2 3 4 5 67 8 9 10 »

CodeBus www.codebus.net