-
串口调试:这还是个初步的!如果你有兴趣还可以自己再改!如果还有更好的请联系我...
串口调试:这还是个初步的!如果你有兴趣还可以自己再改!如果还有更好的请联系我-serial debugger : This is still preliminary. If you are interested in then they can change! If there is a better contact I
- 2022-03-11 21:27:16下载
- 积分:1
-
用你的语音Modem实现像电话一样通话的程序
用你的语音Modem实现像电话一样通话的程序-Using your modem to implement talking app as phone
- 2022-08-25 19:56:39下载
- 积分:1
-
PowerPC MPC860 Reg configuration.
PowerPC MPC860 Reg configuration.
- 2023-08-20 13:00:04下载
- 积分: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
-
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part10...
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part10-Several of the radar target recognition of outstanding paper (based on nonlinear methods of study of radar target recognition. NH HRRP-based radar target identification. NH radar target identification system research and design. KDH). Part10
- 2022-03-04 18:33:00下载
- 积分:1
-
一个64 QAM数字调制的matlab代码
a matlab code for 64 QAM digital modulation
- 2022-02-25 15:47:12下载
- 积分:1
-
一个4*8天线数的mimo仿真程序,采用16QAM调制解调,在平坦衰落环境下的误码率情况...
一个4*8天线数的mimo仿真程序,采用16QAM调制解调,在平坦衰落环境下的误码率情况-a 4* 8 the number of MIMO antenna simulation program using 16QAM modulation and demodulation, the decline in flat environment of the BER
- 2022-07-25 20:30:40下载
- 积分:1
-
IC card reader procedures, straightforward, practical, reference value
IC卡读写程序,简单明了,实用性强,有参考价值-IC card reader procedures, straightforward, practical, reference value
- 2022-04-20 20:29:40下载
- 积分:1
-
use multicast development of the group over chat software
使用ip多播开发的小组多人聊天软件-use multicast development of the group over chat software
- 2022-08-05 15:32:59下载
- 积分:1
-
基于串口的手机短信程序(请把扩展名的rar去掉即可执行解压)...
基于串口的手机短信程序(请把扩展名的rar去掉即可执行解压)-SMS (Please rar extension of the implementation can be removed decompression)
- 2023-08-25 21:05:04下载
- 积分:1