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

搜索资源列表

  1. time_schelder

    0下载:
  2. 外国人写的时间触发的调度器源码,比RTOS更可靠。更容易调试。-foreigners was triggered by the time scheduler source, the more reliable than the RTOS. Easier debugging.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:85031
    • 提供者:张爹
  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. 电梯调度算法

    1下载:
  2. 51实现电梯控制程序,用于控制电梯上下 有判定功能 调试通过-achieve elevator control procedures for the control of the lift with both determined by functional testing
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:6345
    • 提供者:关琳
  1. 8052os

    0下载:
  2. /*看大家都在学操作系统,我也想学学。所以想用51写一个来玩玩,发现比较郁闷。 弄了几下,不想再弄了,51弄这个没啥意思。我用的89S52,除了速度慢,RAM资源 太少之外,其它都还过得去。弄了一点代码出来,放在那也没啥用,不如拿上来 给新手看看,一个任务调度的雏形是什么样子的~~~~~~~~~这些代码没有经过优化, 我只求实现任务切换的功能。 利用定时器2产生10mS的定时中断作为时钟节拍,任务切换时保存工作寄存器等操作 嵌入了汇编指令,因此Task_Switch.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2913
    • 提供者:谢军
  1. uC_OS_II_for_C51

    0下载:
  2. C51单片机上的嵌入式操作系统,具有任务调度,文件服务,等功能-C51 MCU embedded operating system, with task scheduling, documentation services, etc.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39398
    • 提供者:zhengjun
  1. WebServerOn8051

    0下载:
  2. 本文介绍了如何使用RTL8019+51内核单片机来实现嵌入式Web服务器,文章包括硬件电路设计、协议的实现、调试的方法、程序的调度。本文对于进行轻量级TCP/IP协议开发的设计人员有很强的指导意义。本文所述Web服务器的源代码请参考本人上传的“TcpIpOn8051.rar”。-This paper describes how to use the RTL8019 51 MCU kernel to achieve Embedded Web server, The article includes
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2666729
    • 提供者:王鑫
  1. atmega16、gcc上的时间调度器程序(多任务处理)

    1下载:
  2. atmega16、gcc上的时间调度器程序(多任务处理),diy系统参考的东西
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-06-01
    • 文件大小:14108
    • 提供者:dengxindieying
  1. 基于51单片机的内核调度算法

    1下载:
  2. 51内核, 基于51单片机的内核调度算法,并成功实现调度任务切换-51 cores, 51 single-chip core-based scheduling algorithms, and scheduling tasks to achieve a successful switch
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-11-11
    • 文件大小:1921
    • 提供者:hu
  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. miniOSv1.2

    0下载:
  2. AVR IAR 环境下任务调度器,有优先级-AVR IAR task scheduler environment, there are priority
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:14279
    • 提供者:
  1. FCFSandSPF-basedprocessmanagementsystem

    0下载:
  2. 课程设计的目的 本设计的目的是:加深对进程概念及进程管理各部分内容的理解;熟悉FCFS和SPF两种进程调度算法。 课程设计的要求 (1)设计一个完整的进程调度系统,系统中至少包括5个进程;(2)定义PCB; (3)采用链表管理就绪队列; (4)结果要能够显示出进程的调度序列及进入系统的时间、运行时间等必要信息。-The purpose of the curriculum design of the purpose of this design are: better unde
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2626561
    • 提供者:杨夏
  1. CPU_Schedu

    0下载:
  2. CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7334
    • 提供者:zds
  1. 52scheduling

    0下载:
  2. 51一个简单的多任务调度功能程序 // 利用定时器2产生10mS的定时中断-51 A simple multi-task scheduling program// use Timer 2 interrupt generated timing 10mS
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:2379
    • 提供者:万欣
  1. OS_AVR

    0下载:
  2. 一个AVR的开源操作系统,硬任务调度,效率不错-AVR an open-source operating system, hard task scheduling, efficiency, good
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:232107
    • 提供者:hu
  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. PCB

    0下载:
  2. 这是一个用C++做的进程调度实验,供大家参考-This is a C++ to do with the process of scheduling experiments for reference
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:9446
    • 提供者:luodengmin
  1. soft_timer

    0下载:
  2. 一个简单的调度器,可支持多个任务。。。(无优先级)(A simple scheduler that supports multiple tasks... (without priority)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:304128
    • 提供者:liubo
  1. 呼吸监测系统

    0下载:
  2. 通过定时器实现51单片机的进程调度。支持设置任务间隔,执行次数,设置任务优先级等。(Through the timer to achieve the process of scheduling 51 microcontroller. Support settings, task intervals, times of execution, priority of tasks, etc..)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-26
    • 文件大小:67584
    • 提供者:Ximple
  1. UCOSII实验1-任务调度

    0下载:
  2. 该程序是基于UCOSII系统上编辑的任务调度程序,为深入学习UCOSII系统编程打基础。(The program is based on UCOSII system editing task scheduler, in-depth study UCOSII system programming basis.)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-30
    • 文件大小:228352
    • 提供者:hby525520
  1. 实验53 UCOSII实验1-任务调度

    0下载:
  2. STM32的UCOSII任务调度程序。内有详细的注释和文档。很好的学习资料。(STM32 UCOSII task scheduler. There are detailed notes and documentation. Good study materials.)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-06
    • 文件大小:155648
    • 提供者:zhaoxin5005
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com