-
在OFDM上使用QPSK的仿真程序。有做理论分析的可参考
在OFDM上使用QPSK的仿真程序。有做理论分析的可参考-OFDM used in the simulation program QPSK. Theoretical analysis is done of reference
- 2022-10-05 13:55:03下载
- 积分:1
-
microchip的zigbee RFD例子程序,比较详细,建议大家
microchip的zigbee RFD例子程序,比较详细,建议大家-microchip zigbee RFD example of the procedure in more detail, please s
- 2022-02-24 10:31:17下载
- 积分: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
-
recently I just get finished serial operation, which is reference to other peopl...
本人最近刚刚搞完串口操作,这是参考其他人的代码,并修改而成的.-recently I just get finished serial operation, which is reference to other people"s code, and the revisions.
- 2022-02-14 22:17:12下载
- 积分:1
-
同步软件源码,作者 Jeroen C. Kessels
Internet Engineer
同步软件源码,作者 Jeroen C. Kessels
Internet Engineer-Synchronization software source code, the author Jeroen C. Kessels Internet Engineer
- 2022-05-13 00:41:42下载
- 积分:1
-
实现RAS客户类拨号上网系统
实现RAS客户类拨号上网系统-achieve RAS dial-up Internet customers type system
- 2022-05-12 14:27:42下载
- 积分:1
-
CPCI 2R3
CPCI主规范
CPCI 2R3
CPCI主规范
-CPCI 2R3
CPCI 2.0 R3.0
- 2022-09-22 13:20:03下载
- 积分: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
-
Visual C++ 串口通信编程实践 第11章和第12章源码
Visual C++ 串口通信编程实践 第11章和第12章源码-Visual C++ Serial communication programming practice, Chapter 11 and Chapter 12 source code
- 2022-05-01 02:10:37下载
- 积分:1
-
Dialogic VFX传真卡编程,程序实现了在Windows Fax服务中注册Dialogic VFX传真的功能...
Dialogic VFX传真卡编程,程序实现了在Windows Fax服务中注册Dialogic VFX传真的功能-VFX Dialogic fax card program, a program in Windows Fax service registration VFX Dialogic fax function
- 2023-04-03 15:50:04下载
- 积分:1