CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 51 操作系统

搜索资源列表

  1. UcosCore.zip

    0下载:
  2. 51下的一个操作系统源码
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:
    • 文件大小:40443
    • 提供者:
  1. rtx51fulluse

    1下载:
  2. 51上运行的实时操作系统,该文档对其进行详细的介绍,还提供了许多例子!对于想在51上实现简单的多任务系统,不需要自己嵌入,因为keil工具中已经有了内核-51 running real-time operating systems, the documentation for its detailed descr iptions, it also provided many examples! For the 51 to achieve a simple multi-tasking system
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:203554
    • 提供者:陈亮
  1. 216327RTOS_51

    0下载:
  2. RTOS 51,51单片机嵌入式操作系统-RTOS operating system embedded microcontroller 51.51
  3. 所属分类:uCOS开发

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

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

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

    0下载:
  2. 基于51内核的单片机的ucos-ii操作系统的移植的源代码-kernel SCM OUT-transplant ii operating system source code
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:113841
    • 提供者:朱宇
  1. small_rtos1202

    2下载:
  2. 周立功公司推广的一个小型实时嵌入式操作系统,适合在51或AVR等单片机上使用。压缩包里包括系统源代码和一个在51下移植的例子。在KEILC51下开发-weeks meritorious promotion company of a small real-time embedded operating system, for the other 51 or AVR microcontroller use. Compression bundle including system source cod
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:668970
    • 提供者:张清平
  1. RTOS操作系统

    0下载:
  2. 51单片机的RTOS操作系统,keil环境下编译-51 MCU RTOS operating system, keil compiler environment
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-05-08
    • 文件大小:1732395
    • 提供者:王明
  1. 51ucosii

    0下载:
  2. UCOS使用在51之中,可以学习一下如何在51之中使用UCOS操作系统-UCOS being used in 51, 51 can learn about how the operating system being used UCOS
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:215704
    • 提供者:仓浪
  1. 51-QQ-OS

    0下载:
  2. 基于51内核的mini操作系统,提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息,等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等功能-51 mini operating system kernel, create a task, delete task, task scheduling, system delay, suspend the task, send a message and wait for the message, CPU utilizat
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2017-11-07
    • 文件大小:300032
    • 提供者:lby
  1. ucos-use-on-51

    0下载:
  2. 该代码成功将ucos实时操作系统移植到51单片机的硬件平台上,从而让51单片机不再寂寞不再裸跑。-The success of the code will ucos real-time operating system ported to 51 single-chip hardware platform, allowing 51 single-chip is no longer lonely, no longer run naked.
  3. 所属分类:uCOS

    • 发布日期:2017-11-17
    • 文件大小:107970
    • 提供者:duling
  1. 51-OS

    0下载:
  2. 在操作系统的概念上,建立基于C51的多个任务切换或者调用的多任务系统。-In the concept of operating system, the establishment of multi-tasking system based on C51 multiple task switching or call.
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:2097
    • 提供者:李奇
  1. Ucos-51

    0下载:
  2. Ucos II 操作系统在51单片机上的移植,开发环境是KEIL UVION4,能实现51单片机系统所有模块在Ucos操作系统的运行。-Ucos II operating system in the SCM 51 transplant, the development environment is KEIL UVION4, SCM system can achieve 51 Ucos all modules in the operating system to run.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:383578
    • 提供者:史保营
  1. 51-core-circle-operating-system

    0下载:
  2. 基于51内核的圈圈操作系统提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息,等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等功能。-Based on 51 core circle operating system create tasks, delete tasks, task scheduling, system delay, suspend the task, send messages, waiting for news, CPU usage stat
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:308028
    • 提供者:lili
  1. ps_OS-51

    0下载:
  2. 本代码是一个51单片机的操作系统,本系统,堪称“袖珍”,共5个函数,大约100行代码,但麻雀虽小,五脏俱全,属抢夺式内核,具备实时操作系统应有的特点。-This code is a 51 single operating system, the system, called "pocket", a total of five functions, about 100 lines of code, but the small but perfectly formed, is grabbing st
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:32538
    • 提供者:Chu.Cheng
  1. OO51OS

    0下载:
  2. 电脑圈圈的51操作系统,很简单的操作系统,在单片机上完美运行!-Computer circle of 51 operating system, a very simple operating system, running on a microcontroller perfect!
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:202650
    • 提供者:ff
  1. C51MCU_Small_RTOS(51)_manual

    0下载:
  2. RT-OS是国内唯一一个基于C51的嵌入式实时操作系统,占用资源少,可裁剪。本文档为该操作系统的函数原码。-RT-OS is the only one C51-based embedded real-time operating systems, small footprint, can be cut. This document is a function of the operating system for the original code.
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:124960
    • 提供者:LIU-Jianlinag
  1. 51OS

    0下载:
  2. 自己编写的51操作系统代码,包括IAR和keil版本-Write your own 51 operating system code, including IAR and keil versions
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:150234
    • 提供者:zhanghan
  1. 检测台STC12C5412单片机

    0下载:
  2. 用于检测仪表内外漏的的软件操作系统,实用于51系列。(A software operating system for detecting leaks inside and outside the instrument, used in the 51 series.)
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-28
    • 文件大小:27892736
    • 提供者:朱风景
  1. 应用实例25 RTX51操作系统

    1下载:
  2. 应用实例25 RTX51操作系统基于51单片机LCD1602显示
  3. 所属分类:嵌入式/单片机编程

  1. 51RTx

    0下载:
  2. 基于51单片机平台,嵌入式实时操作系统例程,本程序是测试单个任务的应用举例。(Embedded real-time operating system routines based on 51 single chip platform, this program is to test the application of a single task examples.)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-06
    • 文件大小:40960
    • 提供者:田田txj
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com