搜索资源列表
Myudptest
- VC 获取本机IP,使用 CSocket类进行 UDP 发送和接收的例子,非常精炼,值得初学者参考,熟练人员作为模板引用。-VC IP access to the machine, use CSocket for sending and receiving UDP example, Refining very worthy reference beginners, skilled personnel cited as a template.
VideoNet_src
- 通讯视频语音,聊天,vc,csocket类,udp连接
dllHwSocket
- ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.c
VCWinSockProgramming
- 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 C
ChatRoom(Csocket)
- 详细的讲解vc通过CSocket来建立网络通信,可以是UDP和TCP。可以学习下-Vc explain in detail through the CSocket to establish network communication, which can be UDP and TCP. Can learn under the
Myudptest
- C 获取本机IP,使用 CSocket类进行 UDP 发送和接收\n的例子,非常精炼,值得初学者参考,熟练人员使用。-C to obtain the local IP, use CSocket for sending and receiving UDP \ n example, Refining very worthy reference beginners, skilled personnel.
CSocketDemo
- 使用CSocket类进行网络通讯,可设置为UDP,TCP客户端或者TCP服务器端。-Use the CSocket class for network communications, can be set to UDP, TCP client or TCP server.
CSocket 下基于 UDP 协议的通信编程实验
- 网络安全实验 (1) 掌握基于 UDP 协议的 CSocket 编程的基本原理和方法。 (2) 通过自己编程实现简单的数据报套接字的 C/S 模型。 Window 10 操作系统;VS2013 开发环境。