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

搜索资源列表

  1. 05336778

    0下载:
  2. A Cellular Neural Network and Utility-Based Radio Resource Scheduler for Multimedia CDMA Communication Systems
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-02
    • 文件大小:515131
    • 提供者:alok kumar
  1. arealtimemultitaskkernelanasyis

    0下载:
  2. 初次接触实时多任务操作系统的人,往往对实时程序的运行机制感到很困惑:任务在什么时候投入运行?操作系统以什么机制决定目前应该运行哪一个任务?本任务什么时候放弃了对CPU的控制?为了解答以上问题,我们从分析一个很简单的实时调度程序入手,来说明一下多任务程序的运行过程-Initial contact with real-time multitasking operating system, often real-time operating system program was very confus
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:51774
    • 提供者:王忠
  1. status_pt-1.4

    0下载:
  2. 使用状态机实现的小型任务调度程序,非常强大,我使用这个做产品已经1年多的时间了,很稳定。-Using the state machine to achieve a small task scheduler, very powerful, do I use this product has a more than a year, and very stable.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:483576
    • 提供者:yuqingwei
  1. 52772

    0下载:
  2. 计算机调度,按优先权调度编写的处理机调度程序。-Computer scheduling, priority scheduling prepared by the processor scheduler.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:74462
    • 提供者:Huang
  1. os1

    0下载:
  2. 一个用C++语言实现的调度器仿真,实现不同状态的进程转移-A language with C++ simulation scheduler to achieve the process of transfer of different states
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:45627
    • 提供者:vae
  1. S60_Platform_Thread_And_Active_Objects_Example_v1_

    0下载:
  2. Bluetooth device discoverer that searches Bluetooth devices in the vicinity and displays them in the listbox. -The example demonstrates how to create an active scheduler and how to use active objects inside a new thread. Inside the mainthrea
  3. 所属分类:Symbian

    • 发布日期:2017-03-29
    • 文件大小:210363
    • 提供者:hh
  1. deamon.sche

    0下载:
  2. 调度服务进程监控样例 可以根据需要进行修改后使用-deamon of any scheduler
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1079
    • 提供者:aceboy
  1. processofatotalofN-line

    0下载:
  2. 例题 设计一个有 N个进程共行的进程调度程序-Example design process of a total of N-line process scheduler
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4757
    • 提供者:李娇
  1. ukrn

    0下载:
  2. Small thread scheduler for MCF5213 fresscale microcontroller mostrly based on linux scheduler
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:6276
    • 提供者:tururu
  1. 111

    0下载:
  2. 进程调度:编写一个允许多个进程共同运行的进程调度程序,其中进程调度算法采用两种调度算法:高优先权调度算法,时间片轮转调度算法。-Process Scheduling: the process of writing a joint operation to allow multiple process scheduler, process scheduling algorithm which uses two scheduling algorithms: the high priority sch
  3. 所属分类:OS Develop

    • 发布日期:2017-05-25
    • 文件大小:8370086
    • 提供者:星星索
  1. NewLiftScheduler

    0下载:
  2. 运用JAVA模拟简单的电梯调度,学习使用监听器,熟悉Java语言-simple lift scheduler
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3441
    • 提供者:Li wang
  1. hell

    0下载:
  2. 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。-High-level language used to write and debug a process scheduler, in order to deepen the concept and process of understanding the process of scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:22525
    • 提供者:张三
  1. chuliqidiaodu

    0下载:
  2. (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用时间片轮转算法。 (3)编写程序并调试运行。 -(1) design a process, a total of N lines of the process scheduler. Each process consists of a process control bloc
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:195669
    • 提供者:罗理机
  1. DiskScheduler

    1下载:
  2. 计算机操作系统磁盘调度程序的实现,C++源代码-Computer operating system disk scheduler implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1020
    • 提供者:肖大宝
  1. shiyaner

    1下载:
  2. 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:377254
    • 提供者:qinyuan
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:4969
    • 提供者:heartBeat
  1. Processexperiments

    0下载:
  2. 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。-Input needs to be here in a high-level language, debugging process scheduler and to deepen the process of the concepts and the process of the algorithm. translating words
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:79007
    • 提供者:许海峰
  1. Dispatch

    0下载:
  2. 一个模拟进程调度器的仿真,界面工整,模拟效果接近现实,值得借鉴-An analog simulation of the process scheduler, neat interface, simulation results closer to reality, it is worth drawing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1906727
    • 提供者:李纯
  1. project

    0下载:
  2. 很好的仿真调度程序 可以作为课程设计专用,IDE 是visual studio 2010-Good simulation scheduler can be used as special course design, IDE is visual studio 2010
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:135171
    • 提供者:Zhigang
  1. main.c.tar

    0下载:
  2. 基于反馈的EDF调度算法的仿真及性能测试程序。为原创,希望能收到一些意见。-Feed-back control EDF scheduler implemented on VxWorks kernel. This is original work for a course project. Hope it would be helpful to you guys.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3710
    • 提供者:gmagogsfm
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 25 »
搜珍网 www.dssz.com