CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - scheduling algorithm

搜索资源列表

  1. 硬盘结构及其分区简介

    0下载:
  2. 模拟操作系统中作业调度算法的vc++程序。从好几个方面描述了os的作业调度问题。 -simulation operating system scheduling algorithm vc procedures. From several aspects described os operations scheduling problem.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:33746
    • 提供者:张仪
  1. PIC子程序大全

    2下载:
  2. PIC子程序大全,包含非常多的算术算法,排序,E2PROM存储方式等的源码。-PIC subroutine Daquan, contains a lot of arithmetic algorithm, scheduling, storage E2PROM the source.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:6003139
    • 提供者:苏先生
  1. allagesDATE

    0下载:
  2. 万历算法-技术应用,具体算法见函数Void get_solar_day_date(void),这样阳历日历的星期排法就确定了-Wanli algorithm-technology applications, see specific algorithm function Void get_solar_day_date (void) this followed weeks of the calendar scheduling to determine the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3681
    • 提供者:yws
  1. allages

    0下载:
  2. 万历算法-技术应用,具体算法见函数Void get_solar_day_date(void),这样阳历日历的星期排法就确定了-Wanli algorithm-technology applications, see specific algorithm function Void get_solar_day_date (void) this followed weeks of the calendar scheduling to determine the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3681
    • 提供者:yws
  1. DISPLAY.rar

    0下载:
  2. AVR Mega128 按键菜单显示程序 源码 采用定时器调度算法 ,AVR Mega128 button menu display program source code using timer scheduling algorithm
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:7806
    • 提供者:周志江
  1. cipandiaodu

    0下载:
  2. 在先来先服务调度算法(FCFS),最短寻道时间优先调度算法(SSTF),循环扫描算法(SCAN)中选择一个适合的磁盘调度算法完成磁盘查找内容。-First come first serve scheduling algorithm (FCFS), priority scheduling algorithm for the shortest seek time (SSTF), cycle scan algorithm (SCAN) to select a suitable disk schedul
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:7845
    • 提供者:machunyu
  1. OperatingSystemProcessScheduling

    0下载:
  2. 1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。 2)模拟调度程序可任选两种调度算法之一实现(有能力的同学可同时实现两个调度算法)。 3)程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程。 -1) the design of five concurrent implementation of the simulation process scheduler, each process of a PCB said. 2) simulation
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:120032
    • 提供者:时间
  1. Priority

    0下载:
  2. 优先数调度算法实现处理器调度,每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。 -The number of processor scheduling priority scheduling algorithm, each process has a process control block (PCB) said. Process control block can contain the following i
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1156
    • 提供者:wenxiuqing
  1. 1234

    0下载:
  2. Extending the Network Lifetime of Wireless Sensor Networks Using Residual Energy Extraction—Hybrid Scheduling Algorithm-Extending the Network Lifetime of Wireless Sensor Networks Using Residual Energy Extraction—Hybrid Scheduling Algorithme
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:371430
    • 提供者:jc
  1. roundrobin

    0下载:
  2. Job SCheduling algorithm-RoundRobin
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:846
    • 提供者:rushi
  1. test_scheduler

    0下载:
  2. 实现了处理机调度--实时调度算法EDF和RMS这两种经典调度算法-Implements processor scheduling- Real-time scheduling algorithm EDF and RMS scheduling algorithm for the two classical
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:6171
    • 提供者:ypolestar
  1. CAN

    1下载:
  2. CAN总线中EDF调度算法的改进CAN bus EDF Scheduling Algorithm-CAN bus EDF Scheduling Algorithm
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:436216
    • 提供者:
  1. Processor-scheduling

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的进程-Design a number of priority scheduling algorithm processor scheduling process
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:13362
    • 提供者:邵庆丽
  1. Test

    0下载:
  2. 一、实验目的 (1)掌握进程状态转换过程 (2)掌握时间片轮转的进程调度算法; (3)掌握带优先级的进程调度算法; 二、实验内容 (1)自定义PCB的数据结构; (2)使用带优先级的时间片轮转法调度进程,每运行一个时间片,优先级减半。 (3)命令集 A)create 随机创建进程,进程的优先级与所需要的时间片随机决定; B)round 执行1次时间片轮转操作,其方法为运行高优先级队列的第1个,再降低其优先级,插入到相应的队列中。 C)ps 查看当前进程状态
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:17240
    • 提供者:mengmeng
  1. OSTest3

    0下载:
  2. 1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。 -A. This experiment is a simulation of the operating system disk seek ways to use different disk access order to design a disk scheduling algorithm. Implementat
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2581
    • 提供者:艾原媛
  1. 时间触发嵌入式系统设计模式英文版

    0下载:
  2. 本书主要内容包括: 针对使用一个或多个微控制器的嵌入式应用,设计实现完整的调度操作系统。 采用开关、键盘、LED显示、LCD等元件创建用户界面。 有效地使用网络和通信协议。 在监控系统设计中应用PID算法脉冲宽度调制。 本书特点: 通过列举大量 的例子来说明如何将特定模式应用到实际项目中。 在相关的上包括了众多的详细案例研究。(The main contents of this book include: For the embedded applications using o
  3. 所属分类:单片机开发

    • 发布日期:2017-12-29
    • 文件大小:6582272
    • 提供者:guaishou456235
搜珍网 www.dssz.com