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

搜索资源列表

  1. ST7920serial

    0下载:
  2. 详细说明:ST7920串行控制例程 1.利用avrx信号量,支持多任务调用 2.带文本缓冲 3.支持任意位置单个汉字反显,以及汉字和英文混显,自动换行 4.全c函数编写,有较详细的注释 需要扩充:为了和数字混合显示可以利用可变参数 -Details: ST7920 serial control routine 1. Using avrx semaphores, called multi-task 2. With a text buffer 3. To support a
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:4370
    • 提供者:林样
  1. zip51

    1下载:
  2. 仿照ucos的一个实时内核,专门为没有扩展ram的单片机写的,最低配置256字节。提供了四个优先级不同的任务和信号量互斥型信号量消息邮箱消息队列功能。-Ucos modeled a real-time kernel, designed for the microcontroller does not extend ram write a minimum configuration of 256 bytes. Provides four priority levels for different
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:24918
    • 提供者:尤里
  1. TCL0834

    0下载:
  2. TLC0834实现模拟信号量的采集,输入0-5V的电压,然后把类比电压值在LCM上显示出来-TLC0834 realize the amount of analog signal acquisition, 0-5V input voltage, then the analog voltage value displayed on the LCM
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1246
    • 提供者:倪申
  1. VxWorksDemosProject

    0下载:
  2. 初学者很好的实验源码,包括任务创建管理、任务间信号量的通信、消息队列、管道等-Good test source for beginners, including the task of creating management, semaphore communication between tasks, message queues, pipes, etc.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-28
    • 文件大小:43974
    • 提供者:sjf
  1. wrong

    0下载:
  2. 收集8路开关量故障信号,通过RS232送到上位机,并在数码管显示工作状态。-8-way switch to collect fault signal to the host computer via RS232, and the digital display working status.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:7116
    • 提供者:liangmeiyu
  1. LT-ARM214X-ucosrenwujianhuchixinhaoliangtongxinshi

    0下载:
  2. 力天电子中LT-ARM214X学习板的UCOS任务间互斥信号量通信试验的配套源程序。-Power-day e-learning in the LT-ARM214X UCOS task board communication experiments between the mutex supporting source.
  3. 所属分类:uCOS

    • 发布日期:2017-04-03
    • 文件大小:342780
    • 提供者:Simon
  1. PRO_TIMER_queue

    0下载:
  2. 1 信号量同步 2 阻塞式读写 3 定时器 4 内存映射 5 /proc访问 6 工作队列 -1 2 blocking synchronization semaphore to read and write memory-mapped 3 Timer 4 5/proc access to the work queue 6
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:15838
    • 提供者:罗成
  1. vxworks-expriment-source-

    0下载:
  2. 嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
  3. 所属分类:VxWorks

    • 发布日期:2017-03-25
    • 文件大小:646304
    • 提供者:xuyuc
  1. adc-s3c2410

    0下载:
  2. 此驱动程序使用了等待队列,信号量,中断注册。另外要特别留意write函数被实现为从用户空间传入数模转换通道号(频道)和分频的值(预分频),read函数则传出转换好的数据。对于预分频传入和读取,本驱动程序并未使用到,当多路转换时,这个值则要充分利用,并且需要一种多路转换的实现方法了。-This driver uses a wait queue, semaphores, interrupt register. Also pay special attention to write function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:8637
    • 提供者:sismm
  1. Test2

    0下载:
  2. vxworks操作系统任务之间利用二进制信号量进行通信调度-vxworks operating systems use binary signals between the amount of task communication schedule
  3. 所属分类:VxWorks

    • 发布日期:2017-04-06
    • 文件大小:652
    • 提供者:wangsenbo
  1. Stm32_ucos_3-1

    0下载:
  2. 在IAR环境中实现以下要求的编程(1)二个外部中断EINTB(KEY1)、EINTC(KEY2),三个任务A、B、C,优先级由低到高。 (2)A任务每运行一次使得第一组数码管的值增加1,调用延时函数为1s (3)B任务等待信号量bsem(初始值为0),中断INTB触发信号量bsem的发送。该任务每运行一次使得第二组数码管的值增加1,调用延时函数为0.5s (4)C任务等待信号量csem(初始值为0),中断INTC触发信号量csem的发送,该任务每运行一次使得某个发光二级管闪烁,调用延
  3. 所属分类:uCOS

    • 发布日期:2017-03-23
    • 文件大小:295591
    • 提供者:林燕
  1. ucosIIa-FLAG-a-Queue

    0下载:
  2. ucosII信号量 消息队列 和事件标志块的使用-the using method of OS_sem OS_Queue and OS_FLAG in ucosII
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:322945
    • 提供者:余旺
  1. keil_MDK_Cortex-M3_uCOSII

    0下载:
  2. keil4 realview MDK环境下移植ucosII到comtex-m3内核的芯片上示例工程,示例简单使用信号量来实现任务的切换。-keil4 realview MDK environment transplantation ucosII to comtex-m3-core chip on the sample project, a simple example of using semaphores to implement task switching.
  3. 所属分类:uCOS

    • 发布日期:2017-03-26
    • 文件大小:153056
    • 提供者:
  1. ThreadAsynByEvent

    0下载:
  2. 开发环境是vs2005; 开发wince平台的线程同步(基于对话框的): 在本程序中我采用了4中不同的方法实现了线程的同步: 1)利用事件同步; 2)利用互斥同步; 3)利用临界区同步; 4)利用信号量同步。-Development environment is vs2005 development wince platform thread synchronization (dialog-based): In this program I used four diff
  3. 所属分类:Windows CE

    • 发布日期:2017-05-30
    • 文件大小:12353643
    • 提供者:simon
  1. Micrium-1138-sem-event

    0下载:
  2. UCOS 在ZLG开发板1138上的SEM(信号量)应用。可以跟踪理解ucos的信号量机制。环境:IAR -UCOS ZLG development board in 1138 on the Q (message queue) applications. Ucos can understand the message queue tracking mechanism. Environment: IAR
  3. 所属分类:uCOS

    • 发布日期:2017-05-10
    • 文件大小:2419884
    • 提供者:wang.yuefeng
  1. UCOS-II-basic-example-by-wuzhanmin

    0下载:
  2. 本人原创的UCOS II使用的基本例程。一些最基本的应用,如邮箱,信号量等,共9个例程,在神舟IV号开发板上验证通过-I use original UCOS II the basic routines. Some basic applications, such as mailboxes, semaphores, etc., a total of 9 routine, Shenzhou IV, the development board in the verification by
  3. 所属分类:uCOS

    • 发布日期:2017-05-26
    • 文件大小:8866835
    • 提供者:ZhanminWu
  1. ucos_semaphore

    0下载:
  2. ucos信号量性能测试,基于GCC工具链,lpc24xx下的测试。-ucos semaphore performance test, based on GCC tool chain, lpc24xx under test.
  3. 所属分类:uCOS开发

    • 发布日期:2017-04-08
    • 文件大小:253696
    • 提供者:汪卓
  1. 5509_BIOS

    0下载:
  2. 以5509芯片为硬件,详细示范了TI公司的BIOS实时操作程序的开发过程,用到了各种线程,各种对象,包括邮箱机制、信号量、SWI、TSK等多个小例子,有价值!-The 5509 chip for hardware, detailed demonstration of TI s BIOS real-time operation of the development process, used in a variety of thread
  3. 所属分类:DSP program

    • 发布日期:2017-05-06
    • 文件大小:1257588
    • 提供者:郑天雷
  1. ThreadSynBySemaphore

    0下载:
  2. Wince下线程的同步方法,采用信号量的方式来说实现的。-Wince the thread synchronization methods, the use of semaphores is the way to achieve.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-17
    • 文件大小:46578
    • 提供者:wwh
  1. vxworks-dead-lock

    0下载:
  2. 一个实现死锁的程序 使用两个线程 两个信号量 来实现 一个低优先级进程先semtake mutex1 .然后另个一高优先级的抢占后cpu后 分别semtake mutex2 和mutex1 然后低优先级又要semtake mutex2 -An implementation program with two threads deadlock two semaphores to implement a low-priority process first semtake mutex1. And th
  3. 所属分类:VxWorks

    • 发布日期:2017-04-07
    • 文件大小:924
    • 提供者:xuyu
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com