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

搜索资源列表

  1. ucos_Sem_Mbox

    0下载:
  2. stm32f103c8芯片成功移植UCOS操作系统,实现信号量和消息邮箱的简单程序-stm32f103c8 chip successful transplant UCOS operating system , a simple procedure semaphores and message mailbox
  3. 所属分类:uCOS

    • 发布日期:2017-05-17
    • 文件大小:4691119
    • 提供者:
  1. ucossii-Signals-and-mailboxes

    0下载:
  2. UCOSSII两个最基本的任务间通讯方式:信号量和邮箱-two basic tasks of communication: semaphores and mailboxes by UCOSSII
  3. 所属分类:uCOS

    • 发布日期:2017-04-08
    • 文件大小:477652
    • 提供者:秦磊
  1. TaskQTaskSem

    0下载:
  2. 安富莱开发板ucos例程,包括task,信号量。很值得参考-ucos demo base on anfulai
  3. 所属分类:SCM

    • 发布日期:2017-06-02
    • 文件大小:13997699
    • 提供者:huanmin
  1. qsemaphore

    0下载:
  2. qt实现的信号量,能够支持跨平台-qt for semaphore
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:49378
    • 提供者:greenyork
  1. MultiThread

    0下载:
  2. SingleThread 一个简单的单线程应用程序实例。 MultiThreadA 多线程应用程序实例。 MultiThreadC 基于CEvent的线程同步应用程序实例。 MultiThreadD 基于信号量的县城同步应用程序实例。-SingleThread a simple single-threaded application instance. MultiThreadA multithreaded application instance. MultiThr
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:124493
    • 提供者:jeff
  1. 2.1

    0下载:
  2. 生产者与消费者问题,采用信号量机制,vc编程,C语言,windows环境下-Producers and consumers, using semaphore mechanism, vc programming, C language, windows environment
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1479
    • 提供者:苘郁蓁
  1. producer_consumer

    0下载:
  2. 进程间的生产者与消费者问题,2个生产者,3个消费者,缓冲区个数为3。通过信号量和互斥体对象实现了进程间的同步,通过文件映射实现了进程间的通信。-Producer and consumer issues between processes, two producers, three consumers, the number of buffers is 3. By semaphores and mutexes object implements synchronization, file mapp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1751
    • 提供者:李为智
  1. sem

    0下载:
  2. Linux IPC通信之信号量的PV操作,包含申请资源、唤醒等待资源的任务等-Linux IPC semaphore communications PV operation, including the application of resources, tasks waiting for resources wake
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:1651
    • 提供者:zhang
  1. producers_consumers_problem

    0下载:
  2. 使用信号量实现操作系统经典同步问题-生产者消费者问题,或者有限缓冲区问题-using signals to solve the OS classic synchronization problem- the producers and consumers problem or limited buffers problems.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:13390
    • 提供者:afrest
  1. duzhexiezhe

    0下载:
  2. 操作系统实验代码,读者写者问题,线程创建,撤销,终止,关闭,以及挂起等操作,相关信号量机制问题-Experimental operating system code readers to write, thread creation, revocation, termination, close, and suspend operation, the relevant signal to the mechanism
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1788
    • 提供者:syt
  1. Linux-semaphore-mechanism

    0下载:
  2. 一个关于信号量机制使用的学习例子。具体要求和代码都在word里了。要求使用vi进行代码的编写,使用make工具建立工程。将实现不同类别功能的函数写到不同的.c文件中,并使用makefile链接编译。 -Use vi be writing code, use make tools to create projects. The function of different types of functions written to achieve different. C file and co
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:48091
    • 提供者:覃岚
  1. Room

    0下载:
  2. 理发师与顾客问题,利用信号量实现线程间的互斥,代码完整,可利用Eclipse查看。-Barber and customer issues, the use of semaphores to implement mutual exclusion between threads, code integrity, and can be used Eclipse view.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1068
    • 提供者:周欣娜
  1. signal

    0下载:
  2. linux下信号量编程,属于进程间通信的一种机制, 可作为参考-programming under linux semaphore, a part of inter-process communication mechanism can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1939
    • 提供者:deng
  1. chat_sem

    0下载:
  2. 用linux的套接字 ,实现字符界面的聊天。主要用的信号量,共享内存-With Linux socket, chat interface of characters. Mainly use the semaphore and Shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:26412
    • 提供者:静心
  1. windDemo

    0下载:
  2. 1、熟悉信号量和消息队列等任务间通信方式 2、测试wind内核提供的系统调用 -void windDemo (int iteration){} LOCAL void taskHighPri (int iteration/* number of iterations through loop*/)
  3. 所属分类:VxWorks

    • 发布日期:2017-04-15
    • 文件大小:6006
    • 提供者:黄伟鸿
  1. SemaphoreSynch

    0下载:
  2. vVC++使用信号量同步线程的源码实例,通过源文件和对目标文件的复制,来演示利用信号量如何实现线程同步,这是同步线程方面又一个值得学习的技巧,在之前,我们可以使用互斥对象、临界区实现线程的同步问题-VC++ using semaphores to synchronize threads of source code examples, source files and copy the target file, and to demonstrate the use of semaphores h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:20144
    • 提供者:gpudn51
  1. WR

    0下载:
  2. 创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。-Create a console process. This process consists of n threads. Use of these n threads to express n readers who write. Each thread according to the corresp
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2137
    • 提供者:Jschicking
  1. multi-thread

    0下载:
  2. linx多线程编程,实现一个多线程生产者消费者模型,用信号量处理线程间的同步和互斥问题。-Linx multithreaded programming, the realization of a multi thread producer consumer model, process synchronization and mutual exclusion problem among threads using signal volume
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2700
    • 提供者:肖建华
  1. cfposix1

    0下载:
  2. 通过创建子进程,使得父子进程之间可以通信,使用了信号量,和共享内存变量。- A little program ,fork four subprocess that Communication with the parent process,used posix shared a database by shared memory method
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2483
    • 提供者:chenfan
  1. os

    0下载:
  2. linix哲学家问题,利用互斥信号量解决死锁。-linix philosophers problem, use mutex resolve the deadlock.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1275
    • 提供者:陈强
« 1 2 ... 32 33 34 35 36 3738 39 40 41 42 ... 50 »
搜珍网 www.dssz.com