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

搜索资源列表

  1. semaphore

    0下载:
  2. IAR的uCOS-II信号量例程,大家可以学习 -IAR' s uCOS-II semaphore routines, we can learn from
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:273877
    • 提供者:叶程
  1. VxWorks.semaphore.mechanism.sync.tasks

    0下载:
  2. VxWorks信号量机制任务同步资料VxWorks semaphore mechanism to sync tasks -VxWorks semaphore mechanism to sync tasks
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:95976
    • 提供者:qa
  1. pthread

    0下载:
  2. linux2.6.27,fc8平台,使用信号量实现生产者消费者问题-linux semaphore producers and consumers
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:1039
    • 提供者:ffj
  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
    • 文件大小:1373
    • 提供者:成功
  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. ipc-com12

    0下载:
  2. 进程之间的通信,主要是关于信号和信号量!-Communication between processes, mainly on the amount of signal and the signal!
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-27
    • 文件大小:6405
    • 提供者:oyj
  1. danduo

    3下载:
  2. 用高阶累积量做的单载波和OFDM信号的识别的matlab全部源代码。对做这方面研究的人绝对会有帮助。-Cumulant to do with single-carrier and OFDM signals recognition matlab full source code. For people who do research in this area will definitely help.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:101034
    • 提供者:董庭亮
  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. Sem

    0下载:
  2. linux下system V信号量的C语言封装,及其示例代码,用于进程间通信。-Provide C-language package of system V semaphore under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:9340
    • 提供者:vividonly
  1. Socket_linux

    0下载:
  2. linux环境下的socket编程,包括线程池,信号量,消息队列等-linux/unix socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:30706
    • 提供者:wumin
  1. Semaphore

    0下载:
  2. linux下posix信号量的C语言封装,以及示例代码。可用于线程间和进程间通信。-Provide C-language package of posix semaphore under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:8886
    • 提供者:vividonly
  1. producer_customer_question

    0下载:
  2. 通过创建线程实现生产者、消费者对缓冲区进行互斥操作。 用信号量机制解决进程(线程)的同步与互斥问题。 缓冲区大小为31,缓冲区满则不允许生产者生产数据,缓冲区空则不允许消费者消费数据。 程序一直运行下去,直到敲击回车停止。-Achieved by creating a thread producers, consumers mutually exclusive operation of the buffer. Settlement process with the semaphore
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:256681
    • 提供者:moondancing
  1. process

    0下载:
  2. 关于Linux下的进程间通信的知识,主要是信号量,消息队列,共享内存等。-On interprocess communication under Linux knowledge, mainly semaphores, message queues, shared memory and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1202652
    • 提供者:饶学莎
  1. 7

    0下载:
  2. 创建4个线程,其中两个线程负责从文件读取数据到公共的缓冲区,另两个线程从缓冲区读取数据作不同的处理(加和乘运算)。使用信号量控制这些线程的执行。 -Creating 4 threads, two of which thread is responsible for reading data from file buffer to the public, the other two threads to read data from the buffer for different treat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:49749
    • 提供者:jane
  1. process

    0下载:
  2. linux-0.11的信号量实现。采用生产者消费者验证-linux-0.11 of the semaphore. Verified by producers and consumers! !
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:8016
    • 提供者:witer
  1. duzhexiezhewenti

    0下载:
  2. 定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: ? 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 ? 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 ? 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 ? 当buffer中没有数据时,应等待,直到buffer中有数据可读。 3、定义一个写者函数 ? 当有读者在占用buffer时,写者应该等待,直到所有的读者都退
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12053
    • 提供者:caizhuoying
  1. PVoperation

    0下载:
  2. 实验中提供了 5 个信号量(s0-s4)和 20 个进程(pid 0-19) 。在程序运行过程中可以 键入 wait 命令,signal 命令和 showdetail 命令显示每个信号量的状态。具体输入解释如 下: 1) wait 获取信号量操作(P操作) 。 参数: 1 sname 2 pid 。 示例:wait(s1,2) 。进程号为 2 的进程申请名字为 s1 的信号量。 2) signal 释放信号量操作(V 操作) 。 参数 1 sname。
  3. 所属分类:Windows Develop

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

    0下载:
  2. 一个多线程的会话界面,通过使用信号量来限制每次进行会话的人数,是学习多线程一个很好的例子-Interface of a multi-threaded conversation, through the use of semaphores to limit the number of conversation, is to learn a good example of multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1897755
    • 提供者:李纯
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com