-
qpsk通信系统的MonteCalo仿真程序,得到在Awgn信道条件下的误比特率曲线...
qpsk通信系统的MonteCalo仿真程序,得到在Awgn信道条件下的误比特率曲线-MonteCalo communication system qpsk simulation program, the conditions at Awgn channel bit error rate under the curve
- 2023-05-24 07:45:03下载
- 积分:1
-
解决internet中声音传输的问题,我可是费了好大的劲才弄到的!...
解决internet中声音传输的问题,我可是费了好大的劲才弄到的!-internet address voice transmission problems, but I charge a lot of the true succeeded!
- 2022-08-07 23:55:51下载
- 积分: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
-
Members must conduct studies to well
大家 千万要好好研究研究啊 我好不容易做出来的-Members must conduct studies to well-ah I finally did come out of the
- 2022-12-05 09:05:11下载
- 积分:1
-
is a relatively simple based on the socket (delphi) Communication Program, for y...
是一个比较简单基础的socket(delphi)通信程序,供大家参考-is a relatively simple based on the socket (delphi) Communication Program, for your reference
- 2022-03-03 08:02:15下载
- 积分:1
-
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下...
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下-record travel routes, and to provide an electronic compass, the direction of the road instructions, the PocketPC operating environment
- 2022-03-10 02:20:58下载
- 积分:1
-
VC 读串口话是动态波形,非常好的应用程序,有源码
VC 读串口话是动态波形,非常好的应用程序,有源码-VC read the port and draw the wave
- 2023-04-03 12:45:03下载
- 积分:1
-
Description for comparison CDMA multiuser
Description for comparison CDMA multiuser
- 2023-03-08 05:20:03下载
- 积分:1
-
使用VB的OPC客户访问的最简单程序,本程序为异步访问程序.
使用VB的OPC客户访问的最简单程序,本程序为异步访问程序.-The use of VB
- 2022-02-04 01:06:02下载
- 积分:1
-
provided a hard decision of the Viterbi Decoder (2,1, 3) the source code and the...
提供了一个硬判决的viterbi译码器(2,1,3)
有源程序及算法描述,未成定稿,只供参考
(vhdl 语言描述)
-provided a hard decision of the Viterbi Decoder (2,1, 3) the source code and the algorithm description, from his position as final, for reference (vhdl Description Language)
- 2022-03-20 11:40:20下载
- 积分:1