CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - queue

搜索资源列表

  1. Linux

    0下载:
  2. linux系统管理,shell、socket、pipe、queue、semphora-linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:161329
    • 提供者:wangxy
  1. Queue

    0下载:
  2. C数据结构 队列实现实例-C to achieve an instance of a queue data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:175572
    • 提供者:wuchaoyun
  1. snake

    0下载:
  2. In this homework, we will focus on data structures and you are responsible for their (correct) implementation. You will implement the queue data structure, which allows FIFO access. You will also implement the hashtable data structure, which implemen
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:36965
    • 提供者:zjj
  1. droptail-queue

    0下载:
  2. simulation scr ipt for droptail queue in ns2
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:1112
    • 提供者:bharti
  1. Linux_server

    0下载:
  2. 这里包含了几个Linux服务器设计的文档。内容还很有含金量的。 目录:Linux环境并发服务器设计技术研究.pdf 基于并发服务器的网络通信的设计和实现.pdf 基于进程池的Linux并发服务器的研究.pdf 基于通信接口封装机制的网络并发服务器设计.pdf 基于主动队列管理的Linux并发服务器模型及负载均衡算法的研究.pdf-This contains a number of Linux server design document. It is very gold co
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:1000960
    • 提供者:蛤蟆仙人
  1. CSHARPSOCKET

    0下载:
  2. C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:9951
    • 提供者:鸣鸣
  1. priority_queue

    0下载:
  2. Priority queue use the structure priority_queue in C++ and realization functions. All methods write in Korman
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:110695
    • 提供者:ODDI
  1. WeightedFair

    0下载:
  2. c++ Wireless communication network Weighted fair Q-c++ Wireless communication network Weighted fair Queue
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:647380
    • 提供者:bokyungjang
  1. Queue

    0下载:
  2. 循环队列的实现(Queue, C++版)-Circular queue implementation (Queue, C++ Edition)
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1084
    • 提供者:claire
  1. queue

    0下载:
  2. 非常著名的爱尔朗公式的实现,主要对排队思想的进一步编程实现-Well-known Erlang formula to achieve, mainly on the line thinking further programming
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:931
    • 提供者:
  1. Queue

    0下载:
  2. c++实现数据结构中的Queue,其功能有入栈和出栈
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:621
    • 提供者:尹菠
  1. tcl

    0下载:
  2. 一个简单的red-queue和droptail queue的源代码,在ns2上模拟实现。-A simple red-queue and droptail queue of the source code, to simulate in ns2 implementation.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2090
    • 提供者:SevicaSu
  1. SimulationofMM1

    0下载:
  2. presenting simple MM1 simulation with measurement of number of user and queue length
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:54513
    • 提供者:yassirajalil
  1. softhy153I

    0下载:
  2. 这是CTransferSocket_hawk的类实现文件,以下成员变量用于数据发送:数据缓存区,为一个先入先出队列,注意:队列中的数据比原始数据多4+BEGIN_TAG_LENGTH个字节,其中前4个字节用来存放原始数据的长度,接下来存放BEGIN_TAG.远程端需要长度来确定将要接收的数据块尺寸,并利用BEGIN_TAG,来判断是否有错误发生。-This is CTransferSocket_hawk class implementation file, the following membe
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:990467
    • 提供者:zs
  1. mm1

    0下载:
  2. 一个简单的排队系统仿真应用,可用于理发店等单队列的场合。-A simple queuing system simulation application, can be used for a single queue barber shop and other occasions.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:261207
    • 提供者:救命啊
  1. duojiduilie-c

    0下载:
  2. 多级反馈队列调度算法: 1、设置多个就绪队列,并给队列赋予不同的优先级数,第一个最高,依次递减。 (1~i-1)空闲时,才调度i,如果处理机正在第i队列中运行,又有新进程进入优先权较高 队列,则新进程抢占处理机,将正在运行的进程放入第i队列队尾,将处理机分给新进程。-Multi-level feedback queue scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2733
    • 提供者:agaeg
  1. queue

    0下载:
  2. 通过C语言实现队列的初始化、插入、删除、查询等基本的功能-Through the C language queue initialization, insert, delete, query, and other basic functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:884
    • 提供者:代文
  1. queue

    0下载:
  2. 简单的队列问题轻松的解决大家对队列的理解-Easy queue question for solute your undersataning of the queue
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1105
    • 提供者:jzl
  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3756459
    • 提供者:
  1. QUEUE

    0下载:
  2. 队列的一些简单基本操作,包括删除,输出等-Queue of some simple basic operations, including delete, output, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1183
    • 提供者:peter
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com