-
Filter Design 1.rar
滤波器设计1.rar-Filter Design 1.rar
- 2022-04-28 21:30: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
-
有关CMDA通信流程方面的资料
希望对大家有用
有关CMDA通信流程方面的资料
希望对大家有用-CMDA communication processes related to information useful for all of us hope
- 2022-10-29 05:30:03下载
- 积分:1
-
NRF24L01发送接收
This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTYT; NRF24L01 是NORDIC 公司最近生产的一款无线通信通信芯片,采用FSK 调制,内部集成NORDIC 自己的Enhanced Short Burst 协议。可以实现点对点或是1 对6 的无线通信。无线通信速度可以达到2M(bps)。NORDIC 公司提供通信模块的GERBER 文件,可以直接加工生产。嵌入式工程师或是单片机爱好者只需要为单片机系统预留5 个GPIO,1 个中断输入引脚,就可以很容易实现无线通信的功能,非常适合用来为MCU 系统构建无线通信功能。
- 2022-02-03 13:09:04下载
- 积分:1
-
TCP,epoll,socket,Linux C,网络通信,I/O复用
基于TCP协议的socket套接口编程小程序,可以在两个进程(一个客户端,一个服务器)之间收发内容,使用了epoll方式I/O复用,内容简洁易懂,是初步学习套接口编程及epoll复用的绝佳例程。
- 2022-03-12 03:07:58下载
- 积分:1
-
UWB超宽带信号。2进制PPM脉冲编码调制MATLAB源代码。可以用在仿真中...
UWB超宽带信号。2进制PPM脉冲编码调制MATLAB源代码。可以用在仿真中-UWB Ultra-wideband signal. 2 M-ary PPM pulse code modulation MATLAB source code. Can be used in simulation
- 2022-10-04 09:15:02下载
- 积分:1
-
OPNET仿真实例,有助于初学者的快速学习。
OPNET仿真实例,有助于初学者的快速学习。-OPNET simulations help beginners learn fast.
- 2022-03-02 05:28:03下载
- 积分:1
-
3GPP协议为通信编程的重要协议之一,该版本为TS25.462
3GPP协议为通信编程的重要协议之一,该版本为TS25.462-7-3GPP agreement Communication Programming One of the key agreements, the version of TS25.462-7
- 2022-02-05 17:43:46下载
- 积分:1
-
Siemens MC35i AT command set
Siemens MC35i AT command set
- 2022-02-20 23:43:25下载
- 积分:1
-
pos authorities call in the GPRS protocol, we refer to
pos机关于GPRS协议的调用,大家参考-pos authorities call in the GPRS protocol, we refer to
- 2022-01-30 17:59:34下载
- 积分:1