-
winsocket编程的相关资料,都是文档和规范,经验等
winsocket编程的相关资料,都是文档和规范,经验等-winsocket
- 2023-05-09 00:15:02下载
- 积分:1
-
实现网页与FLASH互动的FLASH源代码.源代码很小,可以自己根据需要更改样式....
实现网页与FLASH互动的FLASH源代码.源代码很小,可以自己根据需要更改样式.-FLASH page and realize interactive FLASH source code. Source code is very small, may need to change in accordance with their own style.
- 2022-12-15 01:10:03下载
- 积分:1
-
/* This IPv4 example listens for incoming packets and automatically adds destina...
/*
This IPv4 example listens for incoming packets and automatically adds destinations
for new sources.
这个例子主要是让大家了解下面3个函数的用法。
void OnNewSource(RTPSourceData *dat)
void OnBYEPacket(RTPSourceData *dat)
void OnRemoveSource(RTPSourceData *dat)
具体内容看我的测试文档吧。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* This IPv4 example listens for incoming packets and automatically adds destinations for new sources. This example is designed to allow everyone to understand the following three functions usage. void OnNewSource (RTPSourceData* dat) void OnBYEPacket (RTPSourceData* dat) void OnRemoveSource (RTPSourceData* dat) the specific content of the test document I watch it. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-03-26 07:31:21下载
- 积分:1
-
a UDP penetrate NAT example, compliance with RFC3489
一个UDP穿透NAT的例子,遵守RFC3489-a UDP penetrate NAT example, compliance with RFC3489
- 2023-03-10 15:25:03下载
- 积分:1
-
一个Visual c++ 实现的FTP文件遍历程序(网络编程)
一个Visual c++ 实现的FTP文件遍历程序(网络编程)-A Visual c++ Realize the FTP file traversal process (network programming)
- 2022-01-26 04:57:45下载
- 积分:1
-
基于winsock的聊天程序
基于winsock的聊天程序- Chats the procedure based on winsock
- 2022-02-20 18:23:24下载
- 积分:1
-
一个p2p的c#版源码
一个p2p的c#版源码 -a peer-to-peer version of the c# source
- 2023-02-19 10:20:03下载
- 积分:1
-
a feature
一个功能丰富的FTP客户端程序,我是一个来自台湾的朋友,谢谢:)
- 2023-07-27 08:50:03下载
- 积分:1
-
network currently running pieces from the agreement procedures
网络当前运行协议枚取程序-network currently running pieces from the agreement procedures
- 2022-06-28 05:48:10下载
- 积分:1
-
http的get及post的请求实现
VC++实现http客户端,一直是个热点。演示GET/POST发送请求的HTTP客户端,为了演示HTTP的客户编写的,
因此运行时必须在本机有开HTTP服务才行。程序会会自动发送用户选择的请求类型,并跟踪这个请求,
并返回信息在主窗体上。对了解HTTP协议及工作原理很有帮助。
- 2022-08-15 02:51:48下载
- 积分:1