搜索资源列表
oo_snmp
- SNMP++ For Win32 Source Code 2.8: =================================================== The following directories and files include the source code for building SNMP++ for MS-Windows 32 bit platforms including NT and Win 95. This implementation
滑动窗口协议实验,实现滑动窗口
- 滑动窗口协议实验,实现滑动窗口中的1比特滑动窗口协议,回退N帧协议和选择性重传协议-Sliding window protocol experiments, to achieve the 1-bit sliding window sliding window protocol, the frame agreement back N and selective retransmission protocol
window
- 滑动窗口协议是计算机网络中为保证流控制和可靠而常用的一种协议,它一般在传输层TCP协议中实现。本代码实验滑动窗口协议中的1比特滑动窗口协议、回退N帧协议和选择性重传协议。-Sliding window protocol is a computer network in order to ensure the reliable flow control and a protocol commonly used, it is usually in the transport layer TCP pr
ns-2.34
- ns-2.34 is mainly a maintenance release with the following major differences from ns-2.33: 1) AOMDV (On-demand Multipath Distance Vector Routing in Ad Hoc Networks) implementation 2) Tmix synthetic Internet traffic generation tool 3) Collec
gbn
- ALTERNATING BIT AND GO-BACK-N NETWORK EMULATOR: Network properties: - one way network delay averages five time units (longer if there are other messages in the channel for GBN), but can be larger - packets can be corrupted (either the h
AlternatingBit
- ALTERNATING BIT AND GO-BACK-N NETWORK EMULATOR Network properties: - one way network delay averages five time units (longer if there are other messages in the channel for GBN), but can be larger - packets can be corrupted (either the hea
lab1
- 实现滑动窗口协议中的1比特滑动窗口协议,回退N帧协议和选择性重传协议,更深的理解滑动窗口协议-Sliding window protocol to achieve one bit sliding window protocol fallback N frame agreements and selective retransmission protocol, a deeper understanding of the sliding window protocol
queue
- .银行业务队列模拟:假设某银行某网点有A和B两个业务窗口,其中A办理业务的速度是B的2倍。给定到达银行的顾客序列,请按业务完成的顺序输出顾客序列。(假定不考虑顾客先后到达的时间间隔,并且当不同窗口同时处理完2个顾客时,A窗口顾客优先输出。) a. 输入说明:输入为一行正整数,其中第1个数字N(N<=1000)为顾客总数,后面跟着N位顾客的编号。编号为奇数的顾客需要到A窗口办理业务,为偶数的顾客则去B窗口。数字间以空格分隔。 b.输出说明:按业务处理完成的顺序输出顾客的编号。数字间以
Queue-master
- Linux: use cmake -DBUILT_32=ON .. to force 32-bit built, -DBUILT_64=ON for 64-bit-Queue - thread-safe - ability to define max number of elements - sort elements into queue - get in O(1), except when filtered (worst case O(n)) - put in O(1)
