-
伴随着书籍的一些opnet实验手册
Some opnet lab manual in Accompanying books
- 2023-01-27 00:00:05下载
- 积分:1
-
Cypress EZ
cypress ez-usb fx 开发的usb键盘源码-the source code of keyborad of usb,develped by cypress ez-usb fx
- 2022-07-21 12:03:24下载
- 积分: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
-
MSM6500 Device Specification
MSM6500 Device Specification
- 2022-03-12 06:45:15下载
- 积分:1
-
安防智能报警系统
安防智能报警系统- Peacefully guards against the intelligence alarm system
- 2022-02-28 13:13:43下载
- 积分:1
-
这是一个pso程序采用粒子群优化算法的源代码。在vc.net2003下面通过...
这是一个pso程序采用粒子群优化算法的源代码。在vc.net2003下面通过-This is a procedure used PSO Particle Swarm Optimization of the source code. Vc.net2003 adopted in the following
- 2022-02-20 03:59:00下载
- 积分:1
-
AT Fax Class2 Commands
AT Fax Class2 Commands
- 2022-01-26 07:54:53下载
- 积分:1
-
linux based jrtplib the realization of the real
linux下基于jrtplib库的实时传送实现.pdf
一个很好的我精心收集的技术文档-linux based jrtplib the realization of the real-time transmission. Pdf a good, I carefully admission the technical documentation
- 2022-03-17 18:24:12下载
- 积分:1
-
移植delphi spcomm到VC++
1、移植delphi spcomm到VC++。使用多线程方式分别读写。2、利用windows api 枚举系统串口,查找注册表等获得系统串口列表。3、响应usb-to-rs232器件热插拔消息,并将相关信息添加到串口列表中。
- 2022-03-24 15:02:32下载
- 积分:1
-
LEACH多跳协议MATLAB代码,注释详细,简洁易懂
LEACH多跳协议,在LEACH协议的基础之上修改实现,用于簇头节点无法直接与基站进行通信的环境。簇头之间通过中继的方式进行多跳传输,最终将数据送达基站。通信协议用MATLAB实现,代码注释详细,简洁易懂,并有多种图形输出,便于进行路径选择和能量的研究。
- 2022-12-20 15:20:03下载
- 积分:1