-
怎么做驱动的程序事例
怎么做驱动的程序事例-how to do the procedure-driven stories
- 2022-03-04 15:42:22下载
- 积分:1
-
最新的HHT时频分析程序By Huang and Wu
最新的HHT时频分析程序By Huang and Wu-HHT program By Huang and Wu
- 2022-08-19 14:32:20下载
- 积分:1
-
TCP/IP Server, TCP/IP Client Component, (Server and Client Component working unb...
TCP/IP Server, TCP/IP Client Component, (Server and Client Component working unblocking mode)
- 2022-01-26 04:06:52下载
- 积分:1
-
The program constructs girth
The program constructs girth-twelve column-weight QC-LPDC codes. The rate can be changed by changing k(row-weight), size is changed by varying m(sub-matrix size).
- 2022-07-21 22:45:09下载
- 积分:1
-
如何做一个RPG游戏
如何做一个RPG游戏
- 2022-08-23 11:44:24下载
- 积分: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
-
该文件是用于映射解码。你可以用matlab打开它。
The file is for MAP decoding. You can use matlab to open it.
- 2022-03-26 03:11:34下载
- 积分:1
-
正交频分复用 forr 降低峰均比
该项目用于降低 PAPR ofdm 系统中,通过使用不同的技术。OFDM 峰均功率比的主要缺点是降低系统性能,因为它在 ofdm 到平均功率高的高峰。并且在这里我们使用非线性压扩变换来减少此峰均比。
- 2022-03-01 00:20:14下载
- 积分:1
-
16c552中文资料
16c552中文资料-16c552 Chinese data
- 2022-06-14 04:33:40下载
- 积分:1
-
中文RFC文档,不用翻译,对学习很有帮助!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-02-05 05:07:24下载
- 积分:1