-
ns2 queue 检测
本文件用来观察red队列长度的变化,从而来验证了流体模型的吞吐量,丢包率,延迟等统计量的正确性,这些量的统计当前只在有线条件下得到的.
- 2022-05-13 15:27:42下载
- 积分:1
-
获取本机的IP地址
获取本机的IP地址-access to the machine"s IP address
- 2022-05-23 23:40:31下载
- 积分: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
-
我们自己作出的一个function形式的函数,请您作为子函数调用,谢谢支持...
我们自己作出的一个function形式的函数,请您作为子函数调用,谢谢支持
-our own form of a function of function, as you please call Functions, thank you support
- 2022-04-07 14:27:45下载
- 积分:1
-
基于单片机的数字钟及秒表的设计
本程序是在单片机c51的基础上实现的数字钟和秒表的功能设计。此设计可是在时钟的基础上实现调表,也可以在时钟和秒表之间实现相互换,P2.0,P2.1,P2.2用于选择不同的数码管亮;P2.4用于调表,按下进入调表模式;p2.5使所调位加1; P2.6按键调表恢复数字计数或者秒表恢复数字钟;P2.7按键进入秒表状态。
- 2022-04-06 21:43:29下载
- 积分:1
-
RS232串口调试 Rs232串口开发 Visual C++ 6.0缘代码
RS232串口调试 Rs232串口开发 Visual C++ 6.0缘代码-RS232 back versed in试Qin Kai Hee RS232 back versed in Visual C++ 6.0 fascine Tungsten measurements
- 2023-08-12 17:00:04下载
- 积分:1
-
navigation with bluetooth FW
navigation with bluetooth FW
- 2022-01-25 15:11:08下载
- 积分:1
-
一个简单实用的串口通讯类
一个简单实用的串口通讯类-A simple and practical type of serial communication
- 2022-05-15 12:47:25下载
- 积分:1
-
本程序是用VS2008SP1编译,主要功能为串口通讯,实现了查找本机的串口并显示,以及相应的设置,并实现了通讯功能....
本程序是用VS2008SP1编译,主要功能为串口通讯,实现了查找本机的串口并显示,以及相应的设置,并实现了通讯功能.-This program is VS2008SP1 compiled, the main function of serial communication to achieve the search for the serial port of the machine and displays, as well as the corresponding set and achieved communication capabilities.
- 2022-03-09 23:07:10下载
- 积分:1
-
一个电力系统方面的ISA通讯规约,包含了遥测遥信遥控等信息帧的格式...
一个电力系统方面的ISA通讯规约,包含了遥测遥信遥控等信息帧的格式-a power system ISA communications statute contains a remote control telemetry information such as frame format
- 2023-07-29 23:50:03下载
- 积分:1