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

搜索资源列表

  1. scheduling

    0下载:
  2. MFC编写的操作系统最高优先级调度算法,实现系统算法调度-MFC operating system written from the highest-priority scheduling algorithm, scheduling algorithm to achieve system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1235849
    • 提供者:
  1. jinchengdiaodu

    0下载:
  2. 进程调度算法 实现各种进程调度 先来先服务 优先级调度等-Process scheduling algorithm Processes to achieve a first-come first-served scheduling priority scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:143442
    • 提供者:moweiying
  1. PCB

    0下载:
  2. 这个源代码是用来模拟操作系统内存调度的,,,使用的是动态优先级调度和时间片轮换结合的算法-The source code is used to simulate the operating system memory scheduling,,, using a dynamic priority scheduling and time slice algorithm with rotation
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1920337
    • 提供者:宇Atttx
  1. dongtai

    0下载:
  2. 操作系统中进程调度的一种动态优先级调度,有图像界面-Operating system in the process of scheduling a dynamic priority scheduling, graphical interface
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:4200
    • 提供者:meijie
  1. LGY_CPU_Scheduler

    0下载:
  2. 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:297668
    • 提供者:王五
  1. os_chuliji

    0下载:
  2. 处理机调度,本程序主要是对处理机各种调度算法的模拟包括对时间片轮转,优先级调度等。-processor schedule
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1753
    • 提供者:author
  1. the-process-of-scheduling-algorithm-

    0下载:
  2. 进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduli
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1133398
    • 提供者:殷学廉
  1. OS-Test

    0下载:
  2. STM8S下的迷你操作系统,在IAR FOR STM8下编译。可以实现任务的创建,优先级调度。代码短小,是学习参考的好资料。-The STM8S mini operating system, IAR FOR STM8 compiler. You can achieve the creation of the task, priority scheduling. The short code is a good learning reference information.
  3. 所属分类:SCM

    • 发布日期:2017-11-04
    • 文件大小:28551
    • 提供者:zhang
  1. processor-scheduling

    0下载:
  2. 用C语言模拟处理机调度 使用的是优先级调度算法 -C language simulation processor scheduling priority scheduling algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-11-20
    • 文件大小:1426
    • 提供者:舒琪
  1. uCOS-II

    0下载:
  2. u C / O S 是一种公开源代码、结构小巧、具有可剥夺实时内核的实时操作系统,商业应用需要付费。   μC/OS-II 的前身是μC/OS,最早出自于1992 年美国嵌入式系统专家Jean J.Labrosse 在《嵌入式系统编程》杂志的5 月和6 月刊上刊登的文章连载,并把μC/OS 的源码发布在该杂志的B B S 上。   用户只要有标准的ANSI 的C交叉编译器,有汇编器、连接器等软件工具,就可以将μC/OS-II嵌人到开发的产品中。μC/OS-II 具有执行效率高、占用空间小、实时性
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:1105107
    • 提供者:leopard
  1. java

    0下载:
  2. 用先来先服务算法,最短作业优先调,优先级调度实现进程调度 -With first-come, first-serve algorithm, shortest job first tune, priority scheduling process scheduling
  3. 所属分类:JavaScript

    • 发布日期:2017-11-30
    • 文件大小:7896
    • 提供者:陈珍
  1. JS-RTOS0.1

    0下载:
  2. 能够在51单片机上运行起来的微型实时操作系统,绝对原创,同时支持优先级调度和时间片轮转调度,8个优先级,同优先级最多3个任务代码 编译不足3K-Can a real-time operating system, running in the 51 SCM absolutely original, and support priority scheduling and time slice rotation scheduling, priority 8 priority, with a max
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:75091
    • 提供者:huangjunsheng
  1. process

    0下载:
  2. window系统下模拟进程调度。。先进先出,优先级调度-window system simulation process scheduling. . FIFO, priority scheduling, and so on. . .
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-16
    • 文件大小:3564
    • 提供者:su
  1. Desktop

    0下载:
  2. nachos线程升级,限制最多同时产生128个线程,并实现优先级调度-the nachos thread upgrade restrictions while producing up to 128 threads, and priority scheduling
  3. 所属分类:Driver develop

    • 发布日期:2017-12-02
    • 文件大小:20518
    • 提供者:zuojie
  1. MicroStar1.1

    0下载:
  2. 最新版本MicroStar1.1不仅能支持按优先级调度,还支持时间片轮转调度和前二者相接合调度。   声明 代码未经严格测试,现仅作学习和交流用途,不得利用其作任何商业目的的开发。擅自使用之进行商业开发,所造成的后果由自已承担,本人不负任何法律上的责任。 使用需知 1. MicroStar1.0最多只能创建16个任务。最多可提供16个定时器。最多能直接提供16个同步对象,若要更多的同步对象,须自行分配内存。 2 为了使代码能在DOS下运行,不少函数声明和定义前都有_
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:236311
    • 提供者:hugaoquan
  1. Process-Priority

    0下载:
  2. 进程优先级调度算法,进程每运行一次,优先级自动减1-Process priority scheduling algorithm, each running a process, the priority is decremented by one
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1589
    • 提供者:relivehjy
  1. process-scheduler-schedulin

    0下载:
  2. 2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。 3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。 4. 把创建的进程的信息在屏幕上显示出来。 5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。 6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。 7. 必须有出错处理。 -2. With VC+6.0 create a co
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:7973
    • 提供者:李亮
  1. threads.tar

    0下载:
  2. 优先级调度算法,nachos课程设计,设计有优先级调度-Priority scheduling algorithm, nachos curriculum design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:151869
    • 提供者:tianyi
  1. nachos_thread

    0下载:
  2. nachos线程管理模块升级,实现了多种方法管理线程,包括“优先级调度”、“多级队列”等-nachos thread management module upgrade, to achieve a variety of ways to manage threads, including " priority scheduling," " multi-level queue" and so on
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:10753
    • 提供者:高一荻
  1. CPU

    0下载:
  2. 设计一段程序来模拟优先级调度算法和时间片轮转算法。可以指定进程的数量、各进程需要CPU的时间和各进程的优先级。-Design a program to simulate the priority scheduling algorithm and the time slice rotation algorithm. You can specify the process of quantity, the process requires CPU time and the process prior
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2002
    • 提供者:乔旻浩
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com