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

搜索资源列表

  1. Produtor---consumidor

    0下载:
  2. 生产者-消费者问题(操作系统)原理与实现: it 分类: Computer Science 生产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2005
    • 提供者:高健
  1. MTK_event__-event-mechanism-summary

    0下载:
  2. 在MTK MMI 里面有各种event,最常见的有跟交互相关的 按键event,触摸屏event。跟各种具体事件比如电话event,短信event,电量event,信号量event,timer event等等,MTK 都有相应的处理方式,跟交互相关的 按键(KeyBrd.c)和触摸屏(TouchScreen.c) 各有一套自己的机制-In MTK MMI there are a variety of event, the most common are the keys associated w
  3. 所属分类:MTK

    • 发布日期:2017-04-25
    • 文件大小:17785
    • 提供者:陈松胜
  1. FreeRTOSv8.0.1

    0下载:
  2. FreeRTOS是一个迷你操作系统内核的小型嵌入式系统。作为一个轻量级的操作系统,功能包括:任务管理、时间管理、信号量、消息队列、内存管理、记录功能等,可基本满足较小系统的需要。[1] 由于RTOS需占用一定的系统资源(尤其是RAM资源),只有μC/OS-II、embOS、salvo、FreeRTOS等少数实时操作系统能在小RAM单片机上运行。相对μC/OS-II、embOS等商业操作系统,FreeRTOS操作系统是完全免费的操作系统,具有源码公开、可移植、可裁减、调度策略灵活的特点,可以
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-26
    • 文件大小:8848702
    • 提供者:shen
  1. 09-Queue

    0下载:
  2. 使用一个互斥量和一个信号量来对一个队列的简单数据元素进行控制,是队列具备线程安全-Using a mutex and a semaphore to queue for a simple data elements to control the queue thread safe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5800
    • 提供者:shang
  1. nachos02

    0下载:
  2. nachos 系统下使用信号量和条件变量,锁实现对链表和缓冲区中信息的修改,确保线程的同步。-Under the nachos system using semaphores and condition variables, the lock list and buffer to achieve changes to the information, to ensure the synchronization of threads
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:12159
    • 提供者:叶飞
  1. MultiThread10

    0下载:
  2. 通过信号量(CSemaphore)实现MFC多进程间的同步-By semaphore (CSemaphore) MFC synchronization between multiple processes
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1874842
    • 提供者:毕宇
  1. ucos

    0下载:
  2. uCOS 任务调度 ,信号量,邮箱与消息队列原理详解,以及经典例子。-uCOS task scheduling, semaphores, mailboxes and message queues Detailed principles, as well as classic examples.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:493265
    • 提供者:徐峰
  1. dxc

    0下载:
  2. 处理多线程问题,具体是处理生产者与消费者的问题,有关学习互斥量信号量的简单知识-Deal with multi-threading issues, in particular the problem of treatment of producers and consumers, the simple knowledge about learning mutex semaphore
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5425152
    • 提供者:廖泽宇
  1. OS_test

    0下载:
  2. windows下线程操作,例子,包含线程创建,互斥锁,信号量,消息队列的封装等-Thread windows operating examples, including thread creation, mutexes, semaphores, message queues, packaging, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:369672
    • 提供者:lipeng
  1. producer-customer

    0下载:
  2. linux中的多线程编程,信号量处理线程间的同步和互斥问题-In Linux multithreaded programming, the signal processing problem of synchronization and mutex between threads
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1327
    • 提供者:江其雄
  1. UCOS-II-Explanation

    0下载:
  2. 此文档是对UC/OS-II中的任务同步和通信进行的说明,包括信号量,邮箱,消息队列,信号量集进行了详细的介绍。-This document is a descr iption of the UC/OS-II task synchronization and communications, including semaphores, mailboxes, message queues, semaphore sets were introduced in detail.
  3. 所属分类:uCOS

    • 发布日期:2017-04-24
    • 文件大小:38707
    • 提供者:lidong
  1. C51

    0下载:
  2. 这是我自己编写的基于51单片机的操作系统,能实现信号量,延时,任务切换等功能,目前还不太完善,提供给想学期嵌入式操作系统的人参考-This is my own writing based on 51 single chip microcomputer operating system, can realize the semaphore, delay, such as task switching function, it is not too perfect, to provide refer
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-25
    • 文件大小:115221
    • 提供者:赵某
  1. 03semaphore

    0下载:
  2. Linux 下 的信号量编程,保证的用户进程的正常调度-Semaphores under Linux programming, to guarantee the normal operation of a user process
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1933
    • 提供者:黄志林
  1. shiyan2

    0下载:
  2. 哲学家进餐问题 #include<stdio.h> #include<semaphore.h> #include<pthread.h> //宏定义信号量个数为5,宏定义0表示思考,宏定义1表示饿,宏定义2表示吃,宏定义(ph_num+4) N表示左,宏定义(ph_num+1) N表示右 #define N 5 #define THINKING 0 #define HUNGRY 1 #define EATING 2 #
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1320
    • 提供者:cc
  1. test

    0下载:
  2. ALIENTEK MINISTM32 实验37 UCOSII实验3-消息队列、信号量集和软件定时器-ALIENTEK MINISTM32 experiment 37 UCOSII experimental 3- message queues, semaphores set and software timer
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:4208
    • 提供者:江俊慧
  1. shiyan2

    0下载:
  2. 一个创立多线程的简单例子,同时可实现信号量互锁。- A simple example of the creation of multiple threads, semaphores can be achieved while the interlock.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3209434
    • 提供者:吴勒
  1. consumer

    0下载:
  2. 信号量同步之生产者代码,使用c写的,希望对你们有用-Semaphore synchronization of the producer code, using c write, I hope useful to you
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:862
    • 提供者:wangwenan
  1. STM32-LED-ucos-

    0下载:
  2. 适用于V5板的 ucgui ucos 应用例程 stm32-led闪烁—ucos-信号量 -Applies to V5 board ucgui ucos application routines stm32-led flashing-ucos- semaphore
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:471683
    • 提供者:sxr
  1. library

    1下载:
  2. 多线程 + 信号量(无名信号量)的模拟程序: 阅览室模型:假设阅览室内共有3个座位,阅览室外等待区有5个座位。读者的行为如下:1) 读者到达阅览室时必须先在前台自助登记读者信息,离开时注销。前台每次仅允许一位读者进行登记或注销。2)若读者发现阅览室已满,他可以在阅览室外的等待区等待,3)如果等待的座位也没有了,则放弃等待,离开。 -a simple program about switching among multiple threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:704
    • 提供者:周易宸
  1. semaphore-and-share-memory

    0下载:
  2. 两个进程对话,利用共享内存和信号量的知识-two program chart using knowledge of share memory and semaphore
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1466
    • 提供者:chen
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com