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

搜索资源列表

  1. queue

    0下载:
  2. queue, first in first out. it is test ok.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8041
    • 提供者:張惟欽
  1. WorkQueue.rar

    0下载:
  2. c#实现的工作队列,workquere,多线程管理,c# realization of the work queue, workquere, multi-threaded management
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:6754
    • 提供者:tf
  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:133313
    • 提供者:caidongyun
  1. form

    0下载:
  2. 多级反馈队列模拟进程调度C语言代码,多级反馈队列模拟进程调度C语言代码。-Multi-level feedback queue scheduling C language code modeling process, multi-level feedback queue scheduling simulation of the process of C language code.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1113
    • 提供者:
  1. os

    0下载:
  2. 实现模拟的进程调度:时间片轮转,高优先级,多级反馈队列-Analog of the process scheduling: time slice rotation, high-priority, multi-level feedback queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:577356
    • 提供者:wumai
  1. stackqueue

    0下载:
  2. this how we make stack and queue in java.
  3. 所属分类:Editor

    • 发布日期:2017-04-15
    • 文件大小:6286
    • 提供者:neyna
  1. queue

    0下载:
  2. using queue in delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6833
    • 提供者:hamid
  1. Fifo

    0下载:
  2. Shows how to set up a FIFO data queue for sharing data between real-time tasks and user-level applications. The RT task creates two FIFOs, one for commands in from the user process and one for status back to the user process. As declared in
  3. 所属分类:OS Develop

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

    0下载:
  2. the queue code that wrote in C++ language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:112358
    • 提供者:Alexander
  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. 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. 利用c/c++汇编语言实现对数据的排列,可以增加,删除,判断队列是否已满-Use c/c++ assembly language of the data array, you can add, delete, determine whether the queue is full
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:672
    • 提供者:caizhiyi
  1. Multi-level_feedback_queue

    0下载:
  2. 模拟操作系统进程管理实验中的多级反馈队列调度算法-Multi-level feedback queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:5671
    • 提供者:赵胜楠
  1. queue

    0下载:
  2. Stack and Queue Enqueue Deq-Stack and Queue Enqueue Dequeue
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:676
    • 提供者:booanniez
  1. Multistage-queue

    0下载:
  2. 这是操作系统中调度算法的其中一个,他的名字是多级队列反馈算法-This is the operating system scheduling algorithm is one of them, his name is a multi-level feedback queue algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:2548
    • 提供者:apple
  1. Queue

    0下载:
  2. This the source code for creating a queue linked list with pointers.-This is the source code for creating a queue linked list with pointers.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:178849
    • 提供者:VC
  1. Queue-and-stack

    0下载:
  2. 队列与堆栈在Delphi中的使用示例,供初学者参考!-Queue and stack in Delphi, the use of reference sample for beginners.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:172491
    • 提供者:玉琴
  1. queue

    0下载:
  2. 基于queue的代码编程,大家可以用心学习-Queue-based programming code, we can carefully study
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1241
    • 提供者:shaoqi
  1. list-and-queue-Classic-Source

    0下载:
  2. list and queue (Classic Source )
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:42487
    • 提供者:
  1. Queue

    0下载:
  2. 简单的列举了队列的建立与使用方法,包括前序中序后序,适合初学者-Simple enumeration of the establishment and use of the queue, including the pre-order sequence after sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:659
    • 提供者:Rennen
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com