-
motorola手机铃声格式文档
motorola手机铃声格式文档--Documents about ring format of Motorola mobilephone
- 2022-02-12 20:27:03下载
- 积分:1
-
本文是关于自动频率控制在通信系统中的应用方面的文章
本文是关于自动频率控制在通信系统中的应用方面的文章-This is the automatic frequency control on the communication system in the application of article
- 2022-02-01 12:02:15下载
- 积分:1
-
this document is in the development process of serial experiences
本文档是我在开发串口程序的心得-this document is in the development process of serial experiences
- 2022-11-13 18:00:03下载
- 积分:1
-
nRF24L01双线通信模块
应用背景该无线模块可作为开发双向通信的无线模块,完善后的模块可以用于车,船,飞行器等玩具无线通信。非常适合有一定基础的,喜欢DIY的爱好者使用。关键技术这个基于单片机STM32f10XX和nRF24L01的无线通信接收发射模块。代码分主设备(TX)和从设备(RX),代码经测试功能完全正常,可以实现简单的双向通信。开发环境是MDK,所以很方便入手,可以根据自己的具体需求添加相应的代码,实现自己需要实现的功能。
- 2022-03-21 09:51:21下载
- 积分:1
-
详细介绍了有关VC++编程的常用操作源码的总结,对初学者一定有帮助...
详细介绍了有关VC++编程的常用操作源码的总结,对初学者一定有帮助-Details on VC++ Programming source code used to operate the summary, will certainly be helpful for beginners
- 2022-11-07 16:35: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
-
这个也是关于空间谱的matlab 挺好的 可以
这个也是关于空间谱的matlab 挺好的 可以-This is on the spatial spectrum of matlab can be quite good
- 2023-01-28 10:00:04下载
- 积分:1
-
ADPCM Transformation Of Rate 32k 24k 16k
速率32k24k16k的ADPCM变换
- 2023-05-12 09:15:02下载
- 积分:1
-
数据表的GSM / GPRS无线百科
Datasheet GSM/GPRS wireless for multitech
- 2022-01-25 22:08:52下载
- 积分:1
-
用VC++编写的串口调试精灵,对于开发口串口有好处!
用VC++编写的串口调试精灵,对于开发口串口有好处!-With VC++ Prepared serial debug wizard, serial port for the development of good!
- 2023-05-11 10:05:04下载
- 积分:1