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

Search list

[WinSock-NDISCAsyncSocketEx

Description: CAsyncSocketEx,一个很好用的CAsyncSocket扩展类-CAsyncSocketEx, a very easy to use CAsyncSocket expansion class
Platform: | Size: 313009 | Author: 吴俊 | Hits:

[WinSock-NDISTcpReceiver

Description: 一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。-An example of CAsyncSocket extended class implements the function to get TCP data stream from a dedicated server and port.Perhaps,the server using in code has been closed,but the code has some value to view.
Platform: | Size: 131747 | Author: 俞训峰 | Hits:

[WinSock-NDISCAsyncSocketIPX

Description: 重载成员函数使CAsyncSocket类支持IPX/SPX协议-reload the member function to make class CAsyncSocket support IPX/SPX protocol
Platform: | Size: 4155 | Author: 马智勇 | Hits:

[WinSock-NDISSOCKET123

Description: 网络聊天 继承CAsyncSocket,自己写得socket类,在xp/2000,vc7下编译,可以在局域网和internet上应用-Internet chat succession CAsyncSocket their written socket type, in XP/2000, vc7 compiler, the LAN and internet applications
Platform: | Size: 100304 | Author: jenson | Hits:

[Other resourcesocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client / server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 172902 | Author: gong | Hits:

[TCP/IP stackChatCAsyncSocket

Description: 网络通信CAsyncSocket编程 -communications network programming CAsyncSocket
Platform: | Size: 31602 | Author: 王鹏 | Hits:

[Internet-NetworkVCChatProg

Description: VC++.net编写的简单的聊天程序,使用了CAsyncSocket类实现。-VC. Net prepare a simple chat, the use of the CAsyncSocket Class Implementation.
Platform: | Size: 302263 | Author: 闫华 | Hits:

[Static controlchatprogrammeCAsyncSocket

Description: 用CAsyncSocket实现聊天室,当初的设计思路就是让程序员写消息回凋函数 ,所以提供了一些基本操作-with CAsyncSocket achieve chat rooms, The initial design idea is to allow programmers to write information back to wither function, provide the basic operation
Platform: | Size: 32906 | Author: qingqing | Hits:

[Web ServerHS_HTTP_SVR

Description: 本程序是通过MFC CAsyncSocket类实现的一个多线程HTTP服务器,它支持CGI和ISAPI。-this procedure is adopted MFC CAsyncSocket Class Implementation of a multithreaded HTTP service , with support for CGI and ISAPI.
Platform: | Size: 239407 | Author: 侯爽 | Hits:

[Communication20041025192209_Sock

Description: - 利用CAsyncSocket类实现简单通信.-a simple communications program used CAsyncSocket class.
Platform: | Size: 24596 | Author: 李明 | Hits:

[WinSock-NDISwangluo

Description: 基于MFC CAsyncSocket派生一个CTermSocket实现的一个Telnet源程序,是学习MFC网络编程的好例子。
Platform: | Size: 138386 | Author: huaxinsoftware | Hits:

[WinSock-NDISdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40633 | Author: 谢红伟 | Hits:

[Telnet Client2007101022222759710

Description: 基于MFC CAsyncSocket派生一个CTermSocket实现的一个Telnet源程序,是学习MFC网络编程的好例子。本站默认解压密码:vscodes.com
Platform: | Size: 137478 | Author: ahcfwj | Hits:

[Internet-NetworkCAsyncSocket--UDP

Description: 使用CAsyncSocket进行无连接(UDP)通信-Use CAsyncSocket be no connection (UDP) traffic
Platform: | Size: 8588288 | Author: cathy | Hits:

[Internet-NetworkCAsyncSocket

Description: 通过CAsyncSocket类进行编程,主要是实现的是通讯功能,但本次项目主要是实现客服端和服务器之间的通讯功能。-Programmed via CAsyncSocket class, mainly to achieve is communication, but this project is mainly to achieve communication between the client and server.
Platform: | Size: 3834880 | Author: 李杨 | Hits:

[Internet-NetworkCAsyncSocket-connectionless

Description: 使用CAsyncSocket进行无连接通信-Use CAsyncSocket connectionless communications
Platform: | Size: 75776 | Author: myworkhahaha | Hits:

[Internet-NetworkCAsyncSocket

Description: 基于CAsyncSocket的多端口数据收发的测试程序-Based on CAsyncSocket multi-port data transceiver test procedures
Platform: | Size: 98813952 | Author: zfj420601 | Hits:

[Windows Develop使用CAsyncSocket进行无连接(UDP)通信

Description: 使用CAsyncSocket进行无连接(UDP)通信,内含 客户端与 服务端(Using CAsyncSocket for connectionless (UDP) communication, including client and server)
Platform: | Size: 73728 | Author: 章鱼哥呵呵 | Hits:

[Internet-NetworkFTIRContoller

Description: 实现CAsyncSocket做客户端,能够实现断开自动检测,动态将网口接受的数据画到Chart中(The realization of CAsyncSocket client, can realize the automatic disconnection detection, dynamic data to the Chart network of the)
Platform: | Size: 59124736 | Author: sha2018 | Hits:

[Internet-NetworkCAsyncSocketUDP

Description: CAsyncSocket 通讯的例子 调试过很好的(A good example of CAsyncSocket )
Platform: | Size: 7572480 | Author: 宾宾有礼 | Hits:
« 1 2 3 45 6 7 8 9 10 »

CodeBus www.codebus.net