CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - semaphores

搜索资源列表

  1. InterComm

    0下载:
  2. 我的一段关于Linux/Unix下重复服务器,消息队列,信号量,共享内存综合使用的代码.-on Linux / Unix server duplication, Message Queue, semaphores, shared memory integrated use of the code.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2.3kb
    • 提供者:danis2008
  1. Training-Example

    1下载:
  2. 嵌入式VxWorks开发所需典型例程源代码,包括消息队列,信号量,时钟,优先级反转,中断等常见处理.-VxWorks embedded typical routines required for the development of the source code, including the Message Queue, semaphores, the clock, priority inversion, and other common treatment interruption.
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:9.47kb
    • 提供者:李薇
  1. uCOS16

    0下载:
  2. 8052小型操作系统, 用Keil C编译器, 能进行任务切换, 信号量管理.-8052 operating systems, with Keil C compiler, capable of switching tasks, semaphores management.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:13.96kb
    • 提供者:张现
  1. vxworks1

    0下载:
  2. 在电力行业中的应用,vxworks的应用程序,其中包括消息,信号量,和多任务调度的应用-in the power industry, the application vxworks applications, including news, semaphores, and multi-task scheduling application
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:33.02kb
    • 提供者:朱丹
  1. EnTeHandle_1

    0下载:
  2. EnTeHandle可以让你查看当前进程打开的句柄。句柄可以是文件、事件、互斥信号量等等。此外,你也可以查看进程当前打开的DLL,线程信息,进程内存,甚至是动态更新。也可以搜索dll和句柄-EnTeHandle can let you see the current process opened handle. Can handle documents, events, etc. mutex semaphores. In addition, you can view the current pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:83.7kb
    • 提供者:yang
  1. Productor_Consumer

    0下载:
  2. 1、在Windows系统环境下,用Windows API编程实现操作系统经典同步问题。 2、理解和运用信号量、PV原语、进程间的同步互斥关系等基本知识。 3、在实习过程中,加强对于进程同步概念的理解,对于实验进行分析。 4、掌握在Windows环境下多线程(进程)程序设计的一些基本方法。 -1, in the Windows system environment, Using Windows API programming operating system classic syn
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:全聚德
  1. project3

    2下载:
  2. The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:575.35kb
    • 提供者:向东
  1. example-4

    0下载:
  2. This example demonstrates the use of Semaphores, Threads, and Timers. Three \"Filler\" threads are created that loop waiting for a while and then adding a value to the end of a circular buffer. The main thread removes words from the buff
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.48kb
    • 提供者:丽香
  1. semaphores

    0下载:
  2. 嵌入式操作系统 VxWorks 开发环境tornado中信号量的应用,如创建、释放、销毁等。
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:47.47kb
    • 提供者:小雪
  1. productor_consumer

    0下载:
  2. 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.27kb
    • 提供者:flydragon
  1. sem

    0下载:
  2. 使用信号量模拟ucos中优先级反转的问题-Analog ucos the use of semaphores in the Priority Inversion Problem
  3. 所属分类:uCOS

    • 发布日期:2017-04-11
    • 文件大小:1.22kb
    • 提供者:who
  1. OS_projectC_Mutex

    0下载:
  2. You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lectu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.92mb
    • 提供者:xiaoxiao
  1. UCOSIImulti-taskswitchroutine

    0下载:
  2. 三个任务分别通过UART0输出0X01,0X02,0X03,可以学习理解信号量的基本用法及多任务的调度方法-Three tasks respectively, through UART0 output 0X01, 0X02, 0X03, can learn to understand the basic usage of semaphores and multi-task scheduling method
  3. 所属分类:uCOS

    • 发布日期:2017-04-15
    • 文件大小:6.47kb
    • 提供者:endylove1314
  1. Semaphores.tar

    0下载:
  2. Simple example of implementation of Semaphores.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.32kb
    • 提供者:Matrix
  1. pthread

    0下载:
  2. pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1.05kb
    • 提供者:123
  1. semaphores

    0下载:
  2. C implementation of the semaphores !
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:1.41kb
    • 提供者:Purav
  1. led_os_sem_fiq

    0下载:
  2. AT91SAM7X256-EK平台,MDK开发环境,使用快速中断和信号量来控制LED-AT91SAM7X256-EK platform, MDK development environment, using fast interrupts and semaphores to control the LED
  3. 所属分类:uCOS

    • 发布日期:2017-05-03
    • 文件大小:1017.22kb
    • 提供者:张志利
  1. ucos_Pri_Reverse

    0下载:
  2. uC/OS优先级翻转演示.这个程序演示基本的天花板优先级的解决。程序启动具有三个不同优先级的任务,每个任务请求,获得 * ,释放互斥信号量,完成一系列动作。-uC/OS Priority Inversion presentation. This program demonstrates the basic solution to the ceiling priority. Program starts with three different priority tasks, each ta
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:2kb
    • 提供者:leo
  1. xinhaoliang

    0下载:
  2. 实现计数信号量的同步,还有二进制信号量的同步,从中可以从可以比较出二者的不同。-Counting semaphores to achieve synchronization, as well as a binary semaphore synchronization, from which you can compare from the difference between the two.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1.34kb
    • 提供者:成功
  1. semaphores

    0下载:
  2. Linux Semaphores posix implementation with all cases including deadlocks and events
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-05
    • 文件大小:8.5kb
    • 提供者:jatin
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com