-
101-2002规约,解析说明。自由下载
101-2002规约,解析说明。自由下载-GBIEC101_2002.pdf
- 2022-10-14 20:20:03下载
- 积分:1
-
1 / 2的WiMAX标准税率,码长为2304的LDPC码的编码和解码…
wimax 标准中码率为1/2,码长为2304 的ldpc码的硬件实现编码及译码算法-wimax standard rate of 1/2, code length 2304 of the ldpc code encoding and decoding algorithm for hardware implementation
- 2022-04-17 03:57:32下载
- 积分:1
-
用于无线IP互联的高效率网络报头压缩协议。
在3G和4G网络中均会用到。...
用于无线IP互联的高效率网络报头压缩协议。
在3G和4G网络中均会用到。-RFC 3095 is the robust header compression protocol used in wireless IP transfer, both in 3G and 4G network.
- 2022-03-26 03:15:07下载
- 积分:1
-
labview下的udp通讯
labview下的udp通讯,包括发送和接收,新手参考
- 2022-04-15 11:38:42下载
- 积分:1
-
zigbee网络中cskip算法的原理和VC++的实现代码
zigbee网络中cskip算法的原理和VC++的实现代码-zigbee network cskip algorithm principle and the realization of VC++ code
- 2022-02-13 13:09:54下载
- 积分:1
-
发送和接收 SMS 与 sim900
这个项目可以发送和接收短信,它也可以用来控制 3 设备。收到的消息将显示在 lcd 显示。也可以撰写新邮件并将其发送到任何移动。编辑一封新邮件正常 ps2 电脑键盘用于在这里。
功能
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-21 04:05:22下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
单片机控制步进电机,单片机开发的朋友主义了
单片机控制步进电机,单片机开发的朋友主义了-SCM stepper motor control, microcontroller development of the doctrine of friends
- 2023-06-11 00:35:04下载
- 积分:1
-
STM32 URAT 串口通信源程序
我用的奋斗STM32 V3开发板拥有二路RS-232 接口,CPU 的PA9-US1-TX(
- 2022-07-18 20:29:18下载
- 积分:1
-
Viterbi decoder for 213 417 code rate
自己写的Viterbi Decoder 可以解码 213 417 码率-Viterbi decoder for 213 417 code rate
- 2022-08-15 10:15:21下载
- 积分:1