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

搜索资源列表

  1. 1

    0下载:
  2. In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t suppo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:135878
    • 提供者:刘天宏
  1. DuoXianCheng

    0下载:
  2. windows系统的多线程同步。本系统采用MFC编程。其运行界面如图1-2所示。分别人事件、互斥量、临界资源、信号量实现线程同步-windows of the multi-threaded synchronization system. MFC programming using the system. Running the interface as shown in Figure 1-2. Incidents, respectively, the amount mutually exclus
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:215876
    • 提供者:dada
  1. PV

    0下载:
  2. 读者写者问题,共享原则如下:1、读/写互斥访问;2、写/写互斥访问;3、允许多个读者同时对文件进行访问。-semaphore rmutex=1,rwmutex=1 int count=0 Cobegin reader: writer:
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:732
    • 提供者:baoyu
  1. DesignofMultipleInterruptsTreatmentBasedonVxWorks.

    0下载:
  2. :考虑VxWorks 的中断在具体实现上的特殊性,提出一个针对多块采集板系统的中断设计方案,把传统的中断服务程序分解为中断 服务程序和中断服务任务,利用信号灯进行同步,通过在中断服务任务中引入用户定义的优先级,增强系统处理多中断时的可靠性和实 时性。-】Considering the specificity in the specific realization of interrupt in the VxWorks, this paper proposes an interrupt t
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:1026676
    • 提供者:mabeibei
  1. codel

    0下载:
  2. procesus, thread, pipe, semaphore and synchronisation interblocage
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:2057
    • 提供者:fasly2
  1. Semaphores

    0下载:
  2. Its is the linux/unix system application programming ....data resource management by semaphore /mutex
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:8938
    • 提供者:dipen
  1. 300_a2

    0下载:
  2. multi filter ......... it is useful in realising th threads ans semaphore conditions
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:14103
    • 提供者:koushik
  1. semaphore

    0下载:
  2. 一个很短小,很精悍的读者写着问题的解决方案-semaphore
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:1935
    • 提供者:jinyao
  1. readerwriter

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:122786
    • 提供者:镡皓琳
  1. EOS

    0下载:
  2. 使用EOS的信号量,编程解决生产者—消费者问题,理解进程同步的意义。 调试跟踪EOS信号量的工作过程,理解进程同步的原理。 修改EOS的信号量算法,使之支持等待超时唤醒功能(有限等待),加深理解进程同步的原理。 -Semaphore using EOS programming to solve the producer- consumer issues, understand the significance of the process of synchronization. Th
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:830750
    • 提供者:张薇
  1. mohem

    0下载:
  2. SEMAPHORE AND MANITOR
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:425535
    • 提供者:mahsa
  1. nachos-lab3

    0下载:
  2. 操作系统课程设计暨nachos实验3的报告-利用信号量实现进程同步-Operating systems curriculum design cum nachos Experiment 3 report- use semaphore synchronization process
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:153347
    • 提供者:孙晓雯
  1. Operating-systems-curriculum-design

    0下载:
  2. 利用模拟用信号量机制实现读者和写者问题:通过用户控制读进程和写进程,反应读者和写者问题中所涉及的进程的同步与互斥。-Using simulated using semaphore mechanisms readers and writers problem: by the user to control the reading process and the writing process, the reaction synchronization and mutual exclusion pr
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:136680
    • 提供者:zhao
  1. VAr4_OS

    0下载:
  2. program that implements the work of the semaphore, malloc. m.lock i m.inlock
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:1135890
    • 提供者:aru
  1. MY-uCOS3-Mutex

    0下载:
  2. UCOS 信号量测试程序.本程序经本人亲自测试,绝对不会有问题,非常适合初学者参考-UCOS semaphore test program. This program through test in person, never has a problem, very suitable for beginners reference
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:600940
    • 提供者:赵越
  1. Sleepingbarber.tar

    0下载:
  2. Semaphore&mutexfor sleeping barber
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:Debesh Panda
  1. Semaphore_papers

    0下载:
  2. 一些linux下信号量方面文章,花了好多时间搜集的-some papers of Semaphore about linux
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:912383
    • 提供者:李文杰
  1. pt-1.4

    0下载:
  2. Protothreads是一种针对C语言封装后的宏函数库,为C语言模拟了一种无堆栈的轻量线程环境,能够实现模拟线程的条件阻塞、信号量操作等操作系统中特有的机制,从而使程序实现多线程操作。(Protothreads is a kind of macro C language library package after the simulation without a stack of lightweight threads for the C language environment, the u
  3. 所属分类:软件工程

    • 发布日期:2017-12-24
    • 文件大小:260096
    • 提供者:sonyxuan
搜珍网 www.dssz.com