搜索资源列表

  1. ucos51在KeilC51上仿真运行

    0下载:
  2. Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:731136
    • 提供者:套件
  1. ucos_ex1

    0下载:
  2. ADS下的44B0 UCOS实验例程序,可实现创建3个任务-ADS under the 44B0 UCOS experimental cases, which enables the creation of three task
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-09
    • 文件大小:201728
    • 提供者:王磊
  1. Rtx430

    0下载:
  2. 在msp430上面写的一个小的rtos,创建了3个任务-MSP430 written above in a small rtos, created the three mission
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:fish
  1. uCos2148

    0下载:
  2. 为ucos ii在arm单片机lpc2148上的移植,并创建了两个任务为例-Ucos ii for LPC2148 Single-chip in the arm on the transplant, and the creation of two task example
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:323584
    • 提供者:husk
  1. tms28cpu

    0下载:
  2. uCOS-II在TMS320F2812上的移植,最多可以创建7个任务。-uCOS-II in the TMS320F2812 the transplant, can create up to 7 tasks.
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:12288
    • 提供者:Alex
  1. 14114ARM

    2下载:
  2. μC/OS-II实验程序说明 软件版本:V1.0 日期:2005-05-25 多任务是指多个任务在操作系统的控制下同时运行,它的实现实际上是靠操作系统在 多个任务之间进行切换和调度。在多任务系统中,内核负责管理各个任务,即为每个任务 分配CPU时间,并且负责各任务之间的通讯。μC/OS-II操作系统最多可以支持64个任务。 每个任务的优先级不能相同,优先级数字越小,优先级越高。在μC/OS-II操作系统中
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-09
    • 文件大小:929792
    • 提供者:fyChu
  1. test

    0下载:
  2. 用borlandC++在Ucos||上实现多任务,创建三个任务,每个任务显示一个字母,可以同时显示自己的名字-Ucos
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:guilin
  1. ucosmem

    0下载:
  2. 设计三个任务Task1、Task2、Task3,优先级分别为12,13,14。创建一个2个64B内存块的内存分区CommMem。-The design of the three tasks Task1, Task2, Task3, priority 12,13,14, respectively. 2 64B to create a memory partition block of memory CommMem.
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:462848
    • 提供者:李小芸
  1. Proteus_ads1.2_ucosii_lpc2132

    0下载:
  2. 在lpc2132上移植ucosii操作系统,在系统中创建两个任务,分别用于控制lpc2132的p0.0和p0.1去控制LED分时点亮。在ADS1.2编译形成hex文件,在Proteus中仿真,保证可以运行。如有bug希望同行能提出,共同探讨。QQ164216501-In lpc2132 on the transplant ucosii operating system, the system creates two tasks, one
  3. 所属分类:驱动编程

    • 发布日期:2024-06-09
    • 文件大小:524288
    • 提供者:zhangja
  1. ADS_44B0_UCOS_test

    0下载:
  2. ADS下的44B0 UCOS实验例程序(可实现创建3个任务)-ucos develop based on 44b0
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:69632
    • 提供者:xjx
  1. 3.c

    0下载:
  2. 编写程序实现生产者-消费者问题。使用Linux的pthread线程库,创建2个生产者线程和2 个消费者线程。生产者线程计算当前的时间,把时间、第几次计算时间的序号(循环次 数)和线程ID作为一个消息,把消息放入缓冲区,消费者线程从缓冲区读出一个消息 并显示消息。缓冲区大小为5个,每个生产者线程生产10个消息,每个消费者线程消费 10个消息,即生产和消费分别为20次。 要求:2个生产者线程执行的代码是相同的(即执行同一
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:zheng
  1. Stm32_ucos_1-1

    0下载:
  2. 在uCOS中创建三个任务,任务1为初始化任务,产生任务2和任务3。任务2的运行次数显示在第一组数码管上,任务3的运行次数显示在第2组数码管上。-UCOS in to create three tasks, Task 1 is the initialization tasks, resulting in Task 2 and Task 3. Task 2 of the number of runs in the first set of
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:284672
    • 提供者:张扬
  1. F103-DEMO

    0下载:
  2. 一款例程 (1) 提供一个基于u/COS-II操作系统的应用程序框架 (2) 演示如何创建多个任务 (3) 演示如何使用邮箱进行两个任务之间的通信-A routine (1) provides an application fr a mework based on the u/COS-II operating system (2) demonstrates how to create multiple tasks
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:24007680
    • 提供者:wangxiang
  1. ucos_ii_LM3S9B90_KEIL

    0下载:
  2. 基于LM3S9B90开发板的UCOS_II移植。开发环境为KEIL UV4。简单移植UCOS_II,创建两个任务,分别控制一个LED灯的闪烁。工程包含所有的文件,可以单独编译成功,且工程结构清晰,易于学习-Based on the the LM3S9B90 the development board UCOS_II transplant. The development environment for the KEIL UV4. Sim
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:692224
    • 提供者:jplzl
  1. Based-on-uCOS-II-P-ucGUI-super-DEMO

    0下载:
  2. (1) 提供一个基于u/COS-II操作系统的应用程序框架 (2) 演示如何创建多个任务 (3) 演示如何使用邮箱进行两个任务之间的通信-(1) provides an application fr a mework based on the u/COS-II operating system (2) shows how to create multiple tasks (3) demonstrates how to use t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:4291584
    • 提供者:shi
  1. UCOSII-1-1

    0下载:
  2. 本实验将实现如下功能:本章我们在UCOSII里面创建3个任务:开始任务、LED0任务和LED1任务,开始任务用于创建其他(LED0和LED1)任务,之后挂起;LED0任务用于控制DS0的亮灭,DS0每秒钟亮80ms;LED1任务用于控制DS1的亮灭,DS1亮300ms,灭300ms,依次循环。 -This experiment will achieve the following functions: In this chapte
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:605184
    • 提供者:李叶
  1. Ex300_uCOS-II

    0下载:
  2. 本例程提供如下功能: (1) 提供一个基于u/COS-II操作系统的应用程序框架 (2) 演示如何创建多个任务 (3) 演示如何使用邮箱进行两个任务之间的通信-This routine provides the following functions: (1) providing a u/COS-II operating system, application fr a mework (2) demonstra
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:623616
    • 提供者:rzt
  1. STM32ucosiiLED

    0下载:
  2. 用Keil4编写的STM32的基于uCOS-II的操作系统的程序,可实现创建多个任务点亮多个发光二极管,亲测可用-With Keil4 prepared STM32 based uCOS-II operating system, which enables the lights to create multiple tasks plurality of light emitting diodes, pro-test available
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:2103296
    • 提供者:何成
  1. UCOSII-1

    0下载:
  2. UCOSII的任务创建,在UCOSII里面创建3个任务:开始任务、LED0任务和LED1任务,开始任务用于创建其他(LED0和LED1)任务,之后挂起;LED0任务用于控制DS0的亮灭,DS0每秒钟亮80ms;LED1任务用于控制DS1的亮灭,DS1亮300ms,灭 300ms,依次循环。-UCOSII task created inside the uCOSII create three tasks: task and LED0 ta
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:371712
    • 提供者:侯斐
  1. uCOS-III实验

    0下载:
  2. 掌握多任务的创建方法使用方法 利用STM32实验板,按照下列功能要求创建多个任务(Mastering multi tasking creation methods and using methods Use the STM32 lab board to create multiple tasks in accordance with the following functional requirements)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:31610880
    • 提供者:四夕人杏
« 12 3 4 5 »

源码中国 www.ymcn.org