-
P2P(peer to peer)点到点的UDP穿透NAT的原理与实现源代码。教研室全体兄弟姐妹智慧的结晶啊~~宝贵~~
如果这里不能下载 请到htt...
P2P(peer to peer)点到点的UDP穿透NAT的原理与实现源代码。教研室全体兄弟姐妹智慧的结晶啊~~宝贵~~
如果这里不能下载 请到http://www.aibao28.com下载-P2P (peer to peer) point-to-the principle of UDP through NAT and implementation of the source code. Teaching the crystallization of the wisdom of all the brothers and sisters ah ~ ~ precious ~ ~ If you can not download here, please download http://www.aibao28.com
- 2022-03-02 19:31:27下载
- 积分:1
-
一个通讯程序源码
一个通讯程序源码 -The source of an communication a
- 2023-08-10 09:05:04下载
- 积分:1
-
CSR蓝牙MP3播放USB DONGLE源码,支持蓝牙A2DP协议,实现无MP3播放功能...
CSR蓝牙MP3播放USB DONGLE源码,支持蓝牙A2DP协议,实现无MP3播放功能-CSR Bluetooth USB DONGLE source MP3 player, Bluetooth A2DP support agreement, realize no MP3 playback
- 2022-08-21 23:25:15下载
- 积分:1
-
最简单的VC编写的OPC客户端程序,本程序为OPC同步数据交换。
最简单的VC编写的OPC客户端程序,本程序为OPC同步数据交换。-The simplest VC prepared OPC client program, the procedures for synchronous OPC data exchange.
- 2022-03-19 16:14:38下载
- 积分:1
-
提供串行口存取的 Object Pascal 类 ( 1.2 版,附源码 ),作者 : Maarten Bekers。...
提供串行口存取的 Object Pascal 类 ( 1.2 版,附源码 ),作者 : Maarten Bekers。 -Serial port to provide access to the Object Pascal category (1.2 version, with source code), the author: Maarten Bekers.
- 2022-03-04 11:32:54下载
- 积分:1
-
Relevant QPSK modulation and demodulation of the simulation program, including t...
有关QPSK调制解调的仿真程序,包括基带输入波形及其功率谱、QPSK调制信号及其功率谱、AWGN信道输出及其功率谱、通过瑞利信道之前和之后的信号星座图
6)在高斯白噪声和瑞利衰落信道条件下的误码性能以及高斯白噪声的理论曲线,所有误码性能曲线在同一坐标比例下绘制-Relevant QPSK modulation and demodulation of the simulation program, including the baseband input waveform and its power spectrum, QPSK modulation signal and its power spectrum, AWGN channel output and its power spectrum, through the Rayleigh channel before and after the signal constellation of Figure 6) in high- Adams white noise and Rayleigh fading channel under the conditions of BER, as well as the theory of Gaussian white noise curve, all the BER performance curve in the same proportion of coordinates under the map
- 2022-02-13 00:26:31下载
- 积分:1
-
实现MSN自动转发消息的功能,利用了MS提供的MSN com接口,直接调用就可以了,也可以获取所有联系的列表,具体的接口参照MSDN上的说明...
实现MSN自动转发消息的功能,利用了MS提供的MSN com接口,直接调用就可以了,也可以获取所有联系的列表,具体的接口参照MSDN上的说明-achieve MSN automatically forwarded to the news function, use of the MS MSN com interface, called directly, and they can also can get a list of all links, the interface reference to the specific instructions on the MSDN
- 2022-05-15 23:54:26下载
- 积分:1
-
An efficient algorithm for polygon triangulation.
An efficient algorithm for polygon triangulation.
- 2022-02-05 00:38:42下载
- 积分:1
-
本书主要是对WINDOWS核心编程进行了详细的介绍,希望对大家有所帮助...
本书主要是对WINDOWS核心编程进行了详细的介绍,希望对大家有所帮助-This book mainly for the core programming WINDOWS carried out a detailed introduction, we want to help
- 2022-03-07 09:27:50下载
- 积分:1
-
MODBUS-51参考程序
资源描述#include
#include "modbus.h"
/**********************
单片机晶振:11059200HZ 波特率9600
485控制脚: P3^7; 根据自己的板子修改modbus.h
***************************************/
void main()
{
initProg();
while(1)
{
timeProc();
checkComm0Modbus();
}
}
- 2022-01-26 03:36:16下载
- 积分:1