CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - round robin

搜索资源列表

  1. 20041113(初建文档)

    0下载:
  2. 通信机制: 结构C-S-C Relay在中间,为console和agent提供双向服务,承担传递console命令和文件到agent, 返回agent命令执行结果与文件开始接收、接收完成信号的功能。此外relay也接受console的控制(与agent类似,通过DosPipe实现).这样的设计是为解决穿透防火墙或路由器(NAT)障碍――由agent发起连接,即从里到外建立一个通道,然后通过relay达到控制目的。通过一个可预设的relay地址序列文件,由agent轮循查找relay;连接建立
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:297055
    • 提供者:黄双龙
  1. juyuyouxianjidedanchulijichengdiaodu

    0下载:
  2. 假设某单处理机系统采用“基于动态优先权的时间片轮转”调度算法,系统允许进程的最大个数为10 。进程队列采用单向链表组织进程控制块。请编程实现该算法-Suppose a single-processor system is " based on dynamic priority round-robin" scheduling algorithm, the system allows a process to the maximum number is 10. Process qu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:2118
    • 提供者:陈一飞
  1. 4qPolling4321

    0下载:
  2. network simulator that simulate scheduling packets through round robin strategy with 4 queues by polling 4 packets from Q1 and 3packets from Q2 and 2packets from Q3 and one packet from Q4.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:157776
    • 提供者:nada
  1. 4q1Priority3Polling211

    0下载:
  2. network simulatin that simulate round robin schedula strategy with priority route for the first queue. this simulator uses 4 queues.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-17
    • 文件大小:158840
    • 提供者:nada
  1. OS

    0下载:
  2. 用C语言实现操作系统时间片轮转算法,重要代码带有注释,清晰易懂-Operating system, round-robin algorithm, implemented in C and important code with annotations, clear and easy to understand
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:1413
    • 提供者:adela
  1. Project-5

    0下载:
  2. 此仿真为ubantu系统下的REAL仿真(网络链路的仿真),本工程可以了解路由调度的基本概念;用C语言实现Round Robin路由调度策略;熟悉链表的操作。 -This simulation under the REAL ubantu system simulation (simulation of the network link), the project can understand the basic concepts of routing scheduling Round Ro
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:108204
    • 提供者:喻世超
  1. jcdd

    0下载:
  2. 操作系统调度算法 优先权和时间片轮转法-Operating system scheduling algorithm priority and round-robin method
  3. 所属分类:Linux Network

    • 发布日期:2017-12-07
    • 文件大小:1681
    • 提供者:gladiola
  1. shijianpianlunzhuanfa

    0下载:
  2. 这是操作系统时间片轮转法的课程设计,还有关优先级数的算法描述-This is the operating system curriculum design of the round-robin method on priority Series algorithm descr iption
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:93266
    • 提供者:xumeiya
  1. ThreadScheduling

    0下载:
  2. 线程调度的介绍,主要是时间片轮转和优先级的方式来实现-The introduction of the thread scheduling, round-robin and priority to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:134401
    • 提供者:sunwenwen
  1. DRR---java

    0下载:
  2. source code deficit round robin in java. use discrete event simulation
  3. 所属分类:SNMP

    • 发布日期:2017-11-27
    • 文件大小:2558
    • 提供者:jazrin
  1. udpsockets

    0下载:
  2. 使用C++/QT实现了一个负载均衡,有三个程序,Client, Server, Loder,运行过程中可以开多个客户端和多个服务器,一个负载均衡,使用多个客户端发送多条数据的时候,负载均衡器使用轮转法将消息推送给空闲服务器,服务应答消息传给负载均衡器,由负载均衡器发送给客户端-Using C++/QT implements a load balancing, there are three procedures, Client, Server, Loder, running you can op
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:1714
    • 提供者:LEO
  1. nfsen-1.3.3.tar

    0下载:
  2. Display your netflow data: Flows, Packets and Bytes using RRD (Round Robin Database). Easily navigate through the netflow data. Process the netflow data within the specified time span. Create history as well as continuous profiles. Set alerts
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-17
    • 文件大小:221211
    • 提供者:Ilya
  1. paketsch

    0下载:
  2. round robin implementation in ns2
  3. 所属分类:Linux Network

    • 发布日期:2017-05-01
    • 文件大小:32191
    • 提供者:salam
  1. rrdtool-1.4.7.tar

    0下载:
  2. 所谓的“Round Robin” 其实是一种存储数据的方式,使用固定大小的空间来存储数据,并有一个指针指向最新的数据的位置。RRDtool (Round Robin Database Tool)就.-RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data
  3. 所属分类:Linux Network

    • 发布日期:2017-05-07
    • 文件大小:1349040
    • 提供者:a
  1. waighted-round-robin

    0下载:
  2. weighted round robin tcl code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1453
    • 提供者:seyvi
  1. MQ-ECN-NS2-master

    0下载:
  2. this file is very important for weigted round robin algorithim
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:36155
    • 提供者:zeleke
搜珍网 www.dssz.com