-
这是97小波及其提升程序的文档,从一个网站上下的,放在word文档中。...
这是97小波及其提升程序的文档,从一个网站上下的,放在word文档中。-This is the 97 wavelet and its upgrade process document, from a web site from top to bottom, on the word document.
- 2022-12-18 13:15:02下载
- 积分:1
-
对基本调制解调进行了详细的阐述,包括BPSK,QPSK,16QAM,64QAM
对基本调制解调进行了详细的阐述,包括BPSK,QPSK,16QAM,64QAM-The basic modulation and demodulation described in detail, including BPSK, QPSK, 16QAM, 64QAM
- 2022-07-09 16:29:18下载
- 积分:1
-
这是关于扩频通信中载波同步的程序,希望对大家能有用.
这是关于扩频通信中载波同步的程序,希望对大家能有用.-on spread spectrum communications carrier synchronization procedures in the hope that we can be useful right.
- 2022-04-16 11:36:50下载
- 积分:1
-
The best selling USB book for writing usb for embedded devices
The best selling USB book for writing usb for embedded devices
- 2023-08-22 04:20:05下载
- 积分:1
-
集合点的代码示例
此代码将有助于使交会同步 jxta 组中边缘同行之间的交流。此节点必须在启动边缘同行之前启动
- 2022-04-14 15:44:52下载
- 积分:1
-
In the WINDOWS environment, based on a variety of OMNET++ simulation
在LINUX环境下,基于OMNET++的TCP/IP协议仿真实例-In the WINDOWS environment, based on a variety of OMNET++ simulation
- 2022-07-14 11:59:41下载
- 积分:1
-
采用VB进行可视化通信编程的一个应用实例
采用VB进行可视化通信编程的一个应用实例-using VB Visual Communication Programming Application of a
- 2023-05-15 01:20:02下载
- 积分:1
-
实现矩阵的Cholesky分解,这些程序是用C来编写的.
实现矩阵的Cholesky分解,这些程序是用C来编写的.-Cholesky decomposition of matrix realize that these procedures are to come prepared with C.
- 2022-01-28 20:05:23下载
- 积分:1
-
This is the XILINX' s V5
这是XILINX公司V5-665-1的例程,我试过了 好用,大家可以试试!!~-This is the XILINX" s V5-665-1 of the routines, I tried the easy to use, we can try! ! ~
- 2022-01-26 06:15:15下载
- 积分: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