-
use udp an example for transmission
一个使用udp进行传输的例子-use udp an example for transmission
- 2022-01-31 22:10:53下载
- 积分:1
-
一个关于usb编程入门例子,开发一个usb driver需要做的基本步骤....
一个关于usb编程入门例子,开发一个usb driver需要做的基本步骤.-Getting Started on usb programming examples, the development of a usb driver needs to do the basic steps.
- 2023-05-17 12:15:04下载
- 积分:1
-
蓝牙协议栈可是要钱的喔,这个是开源蓝牙协议栈, 免费的
蓝牙协议栈可是要钱的喔,这个是开源蓝牙协议栈, 免费的-Bluetooth protocol stack But the money Oh, this is open source Bluetooth protocol stack, free
- 2022-03-21 22:25:18下载
- 积分:1
-
很好的Linux进程
一款很不错的Linux程序-pretty good Linux process
- 2022-11-07 18:40:03下载
- 积分:1
-
QPSK rayleigh channel matlab modeling and simulation
QPSK通过瑞利信道的MATLAB建模与仿真的程序-QPSK rayleigh channel matlab modeling and simulation
- 2022-09-19 23:15:03下载
- 积分:1
-
This is a paper from Mr.Raulef, it is study about combining transmit diversity f...
This a paper from Mr.Raulef, it is study about combining transmit diversity for multicarrier system-This is a paper from Mr.Raulef, it is study about combining transmit diversity for multicarrier system
- 2022-03-17 12:26:49下载
- 积分:1
-
手机界面设计运用MFC编程
手机界面设计运用MFC编程-phone interface design using MFC Programming
- 2022-04-24 18:38:40下载
- 积分:1
-
19. Turbokody. Szeregowe i równoległ e. Iteracyjny dekoder dla szeregowego t...
19. Turbokody. Szeregowe i równoległ e. Iteracyjny dekoder dla szeregowego turbokodu.
Co to jest moduł SISO?-19. Turbokody. Szeregowe i równoległ e. Iteracyjny dekoder dla szeregowego turbokodu.
Co to jest moduł SISO?
- 2022-06-28 13:57:28下载
- 积分: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
-
用VERILOG语言实现16QAM的数字调制的程序,已经在ISE10.1版本中调试通过...
用VERILOG语言实现16QAM的数字调制的程序,已经在ISE10.1版本中调试通过-Using Verilog language realize 16QAM digital modulation procedures are in the debug version ISE10.1 through
- 2023-02-22 20:00:05下载
- 积分:1