-
bpsk sdvfbgfgnhgfds
bpsk sdvfbgfgnhgfds-bpsk sdvfbgfgnhgfdsgfgfhghg
- 2022-01-26 07:52:26下载
- 积分:1
-
a simple chat rooms small program is jsp do!
一个简单的聊天室小程序,是用jsp做的!-a simple chat rooms small program is jsp do!
- 2022-06-14 10:47:46下载
- 积分:1
-
衰落信道的子程序,可结合其他衰落信道进行研究比较,适合OFDM通信
衰落信道的子程序,可结合其他衰落信道进行研究比较,适合OFDM通信-Fading subroutines can be combined with other comparative studies fading for OFDM communications
- 2023-02-23 19:20:03下载
- 积分:1
-
利用UDP实现数据通讯的程序,用来发送数据,在通讯中实现传送实时数据。...
利用UDP实现数据通讯的程序,用来发送数据,在通讯中实现传送实时数据。-use UDP data communications procedures used to send data communications to achieve real-time data transmission.
- 2022-05-28 15:56:46下载
- 积分:1
-
The realization of MIMO
实现MIMO-OFDM的仿真源代码,用于MATLAB仿真,很有价值,-The realization of MIMO-OFDM simulation source code for the MATLAB simulation, very valuable,
- 2022-02-26 20:51:20下载
- 积分: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
-
a useful wavelet program can be used in signal processing
很好的小波实用基础程序,实用方便,可用于一维,二维信号处理-a useful wavelet program can be used in signal processing
- 2022-10-10 14:40:03下载
- 积分:1
-
很不错的java手机程序设计实例
很不错的java手机程序设计实例-very good java phone program design
- 2022-01-27 16:47:22下载
- 积分:1
-
使用Delphi开发的短息收发,可以实现短息的收发功能
使用Delphi开发的短息收发,可以实现短息的收发功能-Delphi developed the use of interest rates to send and receive short, short interest rates can send and receive functions
- 2022-05-22 07:02:29下载
- 积分:1
-
an environment in the ilcitos corba of the open
一个在linux环境下的mico这个开源的corba项目中演示如何使用CORBA的命名服务。用户可以很容易的扩展为比较复杂的CORBA命名服务。-an environment in the ilcitos corba of the open-source projects demonstrate how to use the CORBA Naming Service. Users can be easily extended to more complex CORBA Naming Service.
- 2022-03-23 10:45:26下载
- 积分:1