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

搜索资源列表

  1. main.cpp

    0下载:
  2. Operating System Process Scheduler simulation: FCFS, SRTN
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:4821
    • 提供者:hzhou
  1. RT-Thread-0.3.3

    0下载:
  2. rt_thread嵌入式实时操作系统最新版本源码,实现了线程继承算法,没有优先级反转问题,实时性更好-rt_thread scheduler
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-20
    • 文件大小:5770844
    • 提供者:zhangyiwei
  1. rr

    0下载:
  2. 时间片轮转调度是一种最古老,最简单,最公平且使用最广的算法。每个进程被分配一个时间段,称作它的时间片,即该进程允许运行的时间。如果在时间片结束时进程还在运行,则CPU将被剥夺并分配给另一个进程。如果进程在时间片结束前阻塞或结束,则CPU当即进行切换。调度程序所要做的就是维护一张就绪进程列表,当进程用完它的时间片后,它被移到队列的末尾。-CPU will be denied and assigned to another process. If the process before the end
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2623
    • 提供者:缪缪
  1. 15646544213513

    0下载:
  2. 操作系统实验 实验一: 进程调度 实验二: 作业调度 实验三(综合性):主存空间的分配与回收 实验四:文件系统-Experimental operating system Experiment 1: the process of scheduling Experiment 2: job scheduler Experiment 3 (integrated): the distribution of main memory space and recycling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:16902
    • 提供者:
  1. SCED

    1下载:
  2. 电力系统调度程序,考虑安全约束的经济调度-Power system scheduler
  3. 所属分类:matlab

    • 发布日期:2015-01-21
    • 文件大小:1024
    • 提供者:yuejiankun
  1. job

    0下载:
  2. 操作系统中模拟作业进入内存的状态,作业调度程序-Operating system job scheduler
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2547
    • 提供者:wanglun
  1. user-level-threads

    0下载:
  2. User level threads library with IPC, TIMERS, Internal Scheduler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:290198
    • 提供者:sasi
  1. MultiThreadDownload

    0下载:
  2. 用Java编写的多线程下载程序,支持断点续传。分多线程下载调度程序,下载线程,合并文件线程,监视线程等-Download programs written in Java multi-threading, support for HTTP. Sub-multi-thread download scheduler, download thread, merge files, threads, monitor thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:15494
    • 提供者:soft_hua
  1. controller_1

    0下载:
  2. Hello I updated now my Scheduling System, I already include my source code here... I would like to share here my Scheduling System, this system is only a part of my High School Enrollment System that consist of 8 modules(registrar,grader,contro
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:416563
    • 提供者:aid
  1. [REVISI]-Sapta-Agustinus-a-Christiawan-(Tugas-bes

    0下载:
  2. example stm32 program about time trigger scheduler
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-11
    • 文件大小:2703978
    • 提供者:aufar
  1. roundRobinScheduler

    0下载:
  2. scheduler round robin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2044
    • 提供者:fatma
  1. caozuoxitong

    0下载:
  2. 上机实践内容: 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -Computer Pra
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1005700
    • 提供者:刘国佳
  1. zuoyediaodu

    0下载:
  2. 实验内容: 要求实现用户空间内的作业调度系统,通过作业调度系统实现以下的操作: (1)提交自己的作业。 (2)将自己提交的作业移出。 (3)查看作业状态。 实验目的: 理解操作系统中调度的概念和调度算法; 学习Linux下进程控制以及进程通讯的知识 理解在操作系统中作业是如何被调度的,如何协调与控制作业对CPU的使用-Experiment: job scheduling system in user space, the following o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:289265
    • 提供者:翔子
  1. 802.11-Implementation-in-ns-2

    0下载:
  2. A Tutorial of 802.11 Implementation in ns-2 -Ns-2 [1] is a packet-level simulator and essentially a centricdiscrete event scheduler to schedule the events such as packet and timer expiration. Centric event scheduler cannot accurately emulate “e
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:158202
    • 提供者:Malek
  1. management-of-process

    0下载:
  2. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。-Comprehensive application of the following knowledge points and the process scheduler of the operating system : the adjacency table , Boolean array , non-blocking input , gra
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:47762
    • 提供者:Poline
  1. AeroQuad_v2.5.1

    0下载:
  2. Advantages with the AeroQuad software architecture: Easier troubleshooting of hardware with individual tests programs for each sensor. Updated task scheduler to clearly define timing of critical tasks Sensor classes are separated into their own
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:104107
    • 提供者:khalid
  1. exam

    0下载:
  2. 虚拟存储管理器的页面调度程序,用c语言实现虚拟存储器的调度管理-Page of the Virtual Storage Manager scheduler
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1989
    • 提供者:tian
  1. msp430_COOP

    0下载:
  2. msp430上的合作式调度器,小巧实用-cooperation on the msp430 scheduler .....
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:83965
    • 提供者:曾学民
  1. tsd

    0下载:
  2. Python 语言编写的任务调度器,子任务作为动态度调用,实现多任务并发。-Task scheduler written in Python, called subtasks as a dynamic degree, concurrent multi-task.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:22773
    • 提供者:jing123
  1. Addiiaoduqib

    0下载:
  2. 关于MCU的调度器设计办法,在小型多任务系统中非常有效,如果大家家想了解非常全面的内容能参考< 一种基于时间触发的调度器> -MCU scheduling design approach is very effective in small multi-mission system, If we want to know the contents of the < based on time-triggered scheduler>
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1590793
    • 提供者:补助
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com