-
《Web编程专家指南》
《Web编程专家指南》-"Web Programming Expert Guide"
- 2022-12-29 08:40: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
-
局域网ICQ的源代码
局域网ICQ的源代码-LAN ICQ source code
- 2022-02-02 08:59:19下载
- 积分:1
-
投票问卷管理系统
投票问卷管理系统 -vote questionnaire Management System
- 2023-03-17 17:50:03下载
- 积分:1
-
P2P文件共享
实现P2P文件共享,包括5个peer和一个file owner,五个peer从file owner处获取一部分文件,然后五个peer建立拓扑图,实现文件共享
- 2022-07-26 20:26:22下载
- 积分:1
-
用多线程技术编写串行通信协议
用多线程技术编写串行通信协议-use multithreading technology to prepare serial communication protocol
- 2022-05-21 10:02:00下载
- 积分:1
-
vs2005下用c#写的八数码游戏,目标状态是固定的
vs2005下用c#写的八数码游戏,目标状态是固定的-vs2005 using c# to write the eight digital games, the goal state is fixed
- 2023-04-22 09:50:03下载
- 积分:1
-
一个简单的网络
一个简易的网络聊天器,用java编写,可以用于网页的聊天-a simple net-oriented chart tool, coding by java
- 2023-03-27 20:55:03下载
- 积分:1
-
windows socket 编程实现的会话通信服务器端程序
windows socket 编程实现的会话通信服务器端程序-windows socket programming the oral communications server process
- 2023-02-14 09:40:04下载
- 积分:1
-
this document contains two separate procedures, Sender and Receiver for testing...
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
- 2023-08-24 03:35:02下载
- 积分:1