-
Typical configuration examples of low
低端交换机典型配置实例V1.30
希望新手快速上手-Typical configuration examples of low-end switches hope novice Quick v1.30
- 2023-07-30 04:55:04下载
- 积分:1
-
can bus 动态链接库,由博世公司提供,与它的开发工具canoe,canopen,caneditor等有关...
can bus 动态链接库,由博世公司提供,与它的开发工具canoe,canopen,caneditor等有关-Dynamic Link Library can bus, provided by Robert Bosch GmbH, with its development tools, canoe, canopen, caneditor and other relevant
- 2022-06-16 21:03:09下载
- 积分:1
-
电话防伪伺服系统
电话防伪伺服系统-telephone security servo system
- 2023-04-29 07:45:03下载
- 积分:1
-
A highly optimized DSP architecture for WCDMA baseband processing.pdf
A highly optimized DSP architecture for WCDMA baseband processing.pdf
- 2023-03-14 04: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
-
我自己写得很简单初级的串口调试工具(在51单片机上成功调试过)...
我自己写得很简单初级的串口调试工具(在51单片机上成功调试过)-Serial Debugging (51 MCS)
- 2022-03-11 01:19:02下载
- 积分:1
-
采用cb编制,串口通信的例程,一侧试过,绝对可用
采用cb编制,串口通信的例程,一侧试过,绝对可用-using cb establishment, the serial communication routines, the side tried absolutely available
- 2022-03-07 21:08:37下载
- 积分:1
-
这是个很不错的编程代码,有关于RMI的是中科院的老师编写的有关网络电话的代码...
这是个很不错的编程代码,有关于RMI的是中科院的老师编写的有关网络电话的代码-this is a very good program code on the RMI Academy teacher preparation of the code of the telephone network
- 2023-02-22 06:00:04下载
- 积分:1
-
this code is about demodulation of 4qam
this code is about demodulation of 4qam
- 2022-08-13 15:41:40下载
- 积分:1
-
this is a tcl example for ns2!
这是一个ns2环境下写的一个有关无线网络的脚本程序。-this is a tcl example for ns2!
- 2023-04-11 16:45:03下载
- 积分:1