-
OV9650 settings on Qualcomm
OV9650 settings on Qualcomm
- 2022-02-02 20:38:06下载
- 积分:1
-
使用Mail发送传真的程序
使用Mail发送传真的程序 -Using mail to send fax
- 2022-01-26 08:32:04下载
- 积分:1
-
OBDD及其相关的操作,是一个很好的包
obdd的建立及其相关操作,是一个很好的软件包-obdd and its related operations, is a very good package
- 2022-02-25 03:00:05下载
- 积分:1
-
matlab code monto carlo binary shift keying
matlab code monto carlo binary shift keying
- 2022-03-16 23:48:34下载
- 积分:1
-
分vgnhvcbnxcv bn bcvb
分vgnhvcbnxcv bn bcvb-Sub-vgnhvcbnxcv bn bcvb
- 2022-04-28 12:14:48下载
- 积分:1
-
有关CMDA通信流程方面的资料
希望对大家有用
有关CMDA通信流程方面的资料
希望对大家有用-CMDA communication processes related to information useful for all of us hope
- 2022-10-29 05:30:03下载
- 积分: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
-
一个对串口进行控制的控件
一个对串口进行控制的控件-one pair of Serial control of Control
- 2023-08-25 11:05:03下载
- 积分:1
-
power sampling in noise . u can test it .its my first code i hav uploaded
power sampling in noise . u can test it .its my first code i hav uploaded
- 2023-06-17 21:55:03下载
- 积分:1
-
自己写的一个OFDM发送接收的程序,注释详尽,适合初学者,有图形验证。可实现IFFT过采样,以及prefix...
自己写的一个OFDM发送接收的程序,注释详尽,适合初学者,有图形验证。可实现IFFT过采样,以及prefix-Writing their own to send an OFDM reception process, detailed notes, suitable for beginners, there is graphical verification. Can achieve over-sampling IFFT and prefix
- 2023-06-21 18:20:03下载
- 积分:1