-
这个代码是用来测量脉冲宽度的端口
this code which is used to measure pulse width at port-this is code which is used to measure pulse width at port
- 2022-02-14 04:58:55下载
- 积分:1
-
移动WIMAX下行联合时频同步技术研究,对研究802.16e同步有帮助!...
移动WIMAX下行联合时频同步技术研究,对研究802.16e同步有帮助!-频WIMAX 时 频 同 芯芯802.16e 同 邪
- 2022-03-16 02:47:10下载
- 积分:1
-
串口发送短信Demo及源码...
GSM modem.
串口发送短信Demo及源码...
GSM modem.-serial port and send text messages Demo source ... GSM modem.
- 2022-08-20 17:28:59下载
- 积分:1
-
视音频测量仪器远程监控的例子。很有参照价值。
视音频测量仪器远程监控的例子。很有参照价值。-audio measurement equipment RMON example. Useful reference value.
- 2022-02-14 06:09:49下载
- 积分:1
-
马维尔处理器手机
MARVELL processor mobile phone
- 2022-04-01 19:47:10下载
- 积分:1
-
ABB spabus 通讯协议 源代码
ABB spabus通讯协议的实现,用C++实现。是从一个通讯程序中拿出来的,虽然有部分无用代码,但是从中可以拿出通讯协议的实现代码。
- 2022-07-04 16:18:21下载
- 积分:1
-
WAPI standard spec 2003 part 2.
WAPI standard spec 2003 part 2.
- 2022-09-06 23:10:02下载
- 积分:1
-
Generalized Hough Transform _ more than a round of rapid random testing. Basical...
广义Hough变换_多个圆的快速随机检测。基本上解决了多个元检测的问题-Generalized Hough Transform _ more than a round of rapid random testing. Basically solved the problem of multiple element detection
- 2022-01-25 15:55:56下载
- 积分: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
-
这是个点对点的交流工具,而且容许你在同一时间同步和一个人进行相互聊天和相互传输文件...
这是个点对点的交流工具,而且容许你在同一时间同步和一个人进行相互聊天和相互传输文件-This is a peer-to-peer communication tools, but at the same time allow you to synchronize and a person to chat with each other and transfer files
- 2022-04-29 01:15:37下载
- 积分:1