搜索资源列表
dllHwSocket
- ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.c
netdllHwSocket
- 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
MSocUdp
- 这个程序是udp socket编程的范例,支持端口到端口的即时聊天,也可以是局域网内的广播通信 /////////////////////////////////// The MSocUdp sample is a minimal dialog box-based MFC application that demonstrates how to use the CAsyncSocket class to send and receive directed datagram or
CAsyncSocket.rar
- MFC CAsyncSocket类 C/S,MFC CAsyncSocket Class C/S
IdsTest
- 非常有用的构造并发送IP/UDP/ICMP数据包的程序-A useful program which can construct and send IP/UDP/ICMP data packets
CAsyncsocketconsoleapp
- CAsyncSocket测试程序。代码集成了发送端和接受端。UDP模式。发送端发数据,接收端显示-CAsyncSocket testing procedures. Code integrates the sending end and receiving end. UDP mode. FAT data sender, the receiver display
HELLOLABUDP
- 利用CAsyncSocket 實現 UDP 聊天室 。-CAsyncSocket achieved using UDP chat room.
Socke(UDP)
- 使用CAsyncSocket进行无连接(UDP)通信-No connection for use CAsyncSocket (UDP) traffic
msocudp
- 使用CAsyncSocket实现UDP功能的简单例子-Implement UDP Using CAsyncSocket
CAsyncSocket--UDP
- 使用CAsyncSocket进行无连接(UDP)通信-UDP SOCKET
udp
- vc 使用CAsyncSocket进行无连接(UDP)通信的源码-vc-free connection with CAsyncSocket (UDP) traffic source
udp
- vc——使用CAsyncSocket进行无连接(UDP)通信的程序源码,值得一看!-vc- make no connection with CAsyncSocket (UDP) communication program source code, worth a visit!
udp
- 使用CAsyncSocket进行无连接(UDP)通信\udp.rar,很不错的vc源码,希望对大家有所帮助。-Make no connection with CAsyncSocket (UDP) traffic \ udp.rar, very good vc source, we want to help.
AudioChartTest
- 基于UDP的互联网会话聊天软件,基于CAsyncSocket类实现-UDP-based Internet session chat software, CAsyncSocket class
UDPCHATTOOL
- mfc基于CAsyncSocket的UDP编程聊天工具,多线程接收数据。-MFC based on the CAsyncSocket programming UDP chat tools,thread to receive data.
socket
- 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 Win
CAsyncSocket-UDP
- MFC自带CAsyncSocket的视频聊天程序-MFC CAsyncSocket own video chat program
CAsyncSocket--UDP
- 使用CAsyncSocket进行无连接(UDP)通信-Use CAsyncSocket be no connection (UDP) traffic
UDP网络套接字类
- 自己封装的UDP socket类,可以很方便的实现UDP通讯(Own package UDP socket class, you can easily achieve UDP communication)
使用CAsyncSocket进行无连接(UDP)通信
- 使用CAsyncSocket进行无连接(UDP)通信,内含 客户端与 服务端(Using CAsyncSocket for connectionless (UDP) communication, including client and server)