-
Http下载
客户端与服务器的对接。http默认是UTF8编码,所以把中文编码为UTF8,发送接收文件,对文件的读写操作。
- 2022-11-18 23:15:03下载
- 积分:1
-
网络接口调试助手,很有用。网络接口调试助手
网络接口调试助手,很有用。网络接口调试助手-Network interface debugging assistants, very useful.
- 2023-04-15 02:00:03下载
- 积分:1
-
socket编程,适合初学者
socket编程,适合初学者-socket programming for beginners
- 2023-03-10 04:05:04下载
- 积分:1
-
从internet上下载文件(http协议)的程序
从internet上下载文件(http协议)的程序- Downloads the document from internet (the http agreement) the
procedure
- 2022-06-15 08:09:13下载
- 积分:1
-
C++利用soap调用webService
C++利用soap toolkit3.0调用webService,内含详尽说明文档,程序示例,一个控制台程序,可直接运行(需要联网),调用的是天气的webService服务器
- 2022-08-24 06:50:30下载
- 积分:1
-
Vb environment realize a system function to operate a simple ping example can ha...
一个在vb环境实现系统ping功能操作的简单范例有需要的朋友可以-Vb environment realize a system function to operate a simple ping example can have a friend in need
- 2023-04-04 09:35:04下载
- 积分:1
-
服务器用户身份验证程序源代码 > 可内嵌于apache中,使用数据库信息验证用户身份 > 多种验证模式可选择(密码认证,cookie检测等)...
服务器用户身份验证程序源代码 > 可内嵌于apache中,使用数据库信息验证用户身份 > 多种验证模式可选择(密码认证,cookie检测等)-user authentication server source code gt; Apache can be embedded in, the use of database information to verify a user"s identity gt; Multiple choice test mode (password authentication, cookie detection, etc.)
- 2023-02-07 14:15: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
-
Heap Sort Programmed in C. Includes Source
Heap Sort Programmed in C. Includes Source
- 2022-01-28 19:03:16下载
- 积分:1
-
ZeroMQ推拉模式测试网络延迟
更改ZeroMQ的演示代码,实现测试网络通信占用时间。 通过测试,zeromq通讯上的处理时间几乎可以忽略不计, 只受限于网络带宽。不愧是最快的消息中间件
- 2022-08-09 10:04:22下载
- 积分:1