-
关于信道编译码的Matlab源代码!,对各种通用信道编码方案给出实现方法...
关于信道编译码的Matlab源代码!,对各种通用信道编码方案给出实现方法-channel codec on the Matlab source code! For many of the common channel coding scheme is given method
- 2023-02-24 06:20:03下载
- 积分:1
-
一个好的通讯录程序 用VB所编 赶快下载
一个好的通讯录程序 用VB所编 赶快下载-a good correspondence with VB procedures prepared by quickly download
- 2022-12-13 17:45:02下载
- 积分:1
-
一个用VC写的串口RS232的源程序,并附有详细的文档说明,看后会有收获的...
一个用VC写的串口RS232的源程序,并附有详细的文档说明,看后会有收获的-A program written by VC is on RS232, with detail document description. Sure to get something after reading.
- 2022-01-27 23:03:40下载
- 积分:1
-
MD5源代码,简洁易用
MD5源代码,简洁易用-MD5 source code, to be user-friendly
- 2022-01-25 16:22:50下载
- 积分: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
-
An MFSK signal modulation and demodulation method of classification after the ca...
一种多进制频移键控信号的调制分类及解调方法结束后,返 回到BCP继续呼叫处理的终结点。
-An MFSK signal modulation and demodulation method of classification after the call to return to the BCP continues to deal with the end point.
- 2022-03-23 11:07:19下载
- 积分:1
-
利用Matlab的音频处理
Audio processing using matlab
- 2022-03-17 23:27:50下载
- 积分:1
-
跳时扩频信号
TIME HOPPING SPREAD SPECTRUM SIGNALS
(ULTRA WIDE BAND SIGNALS)
- UWB SIGNAL DESCRIPTION
- THE UWB TRANSMITTER
- THE UWB RECEIVER
- 2022-01-26 04:00:50下载
- 积分:1
-
GLJ调度算法的实现,在MATLAB平台上写的是源
GLJ调度算法的实现,在MATLAB平台上写的,是源程序-GLJ realize scheduling algorithm, written in MATLAB platform is the source
- 2022-03-04 07:58:55下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-01-25 23:36:44下载
- 积分:1