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

搜索资源列表

  1. RTLinux_SEM.tar

    0下载:
  2. RTLinux Semaphore Mechanism Sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2159
    • 提供者:vinoth
  1. consumer_producer

    0下载:
  2. 用信号量机制实现多个生产者—消费者问题,实现线程间的同步与互斥-Semaphore implementation mechanism with a number of producers- the consumer problem, achieve inter-thread synchronization and mutual exclusion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4168
    • 提供者:qingangjun
  1. proc_sema

    0下载:
  2. 一个基于ACE的信号量例子,说明如何在ACE开发包下来使用信号量Semaphore的相关函数-an example based on ACE lib
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:856
    • 提供者:zhengsp
  1. Dining_philosophers

    0下载:
  2. 用VC实现的哲学家就餐问题,其中用到了信号量的宏,并多线程的方法,模拟哲学家就餐问题。-Implementation using VC dining philosophers problem, use one of the semaphore macros, and multi-threaded approach, Analog dining philosophers problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:524943
    • 提供者:兰韬
  1. Semaphore

    0下载:
  2. Show hou use semaphores in RTL-ARM
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:256335
    • 提供者:Alex
  1. qianrushibiancheng.renwudediaoyong

    0下载:
  2. 嵌入式系统(研)任务的调用实验,信号量的定义及使用,是入门级的代码,可以帮助刚刚入门的学习任务,信号量和优先级的练习-Embedded Systems (Research) experimental mission call, Semaphore the definition and use, are entry-level code that can help just getting started studying tasks, semaphores and priority class
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:79320
    • 提供者:liuxinxin
  1. operatingsystemexperiment

    0下载:
  2. 操作系统实验,包括创建进程,进程同步,进程互斥,特别是实现了互锁函数的信号量-Experimental operating system, including the establishment of processes, process synchronization, process of mutually exclusive, especially in the implementation of the semaphore interlocking function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:9611
    • 提供者:成炼
  1. Sem

    0下载:
  2. VxWorks的信号量实验代码,建立了一个多任务工程,实现了任务的互斥和同步.-The experimental VxWorks semaphore code, the establishment of a multi-task projects, the realization of a mutually exclusive and synchronization tasks.
  3. 所属分类:VxWorks

    • 发布日期:2017-04-25
    • 文件大小:16889
    • 提供者:向阳
  1. OS_project_Thread

    0下载:
  2. Purpose Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system. - introduction 1. Purpose Aim to setup a s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1002534
    • 提供者:Xiwen
  1. OS.tar

    0下载:
  2. MINIX操作系统的内核修改补丁,增加了实时调度,迷你文件系统,semaphore系统服务。-MINIX OS projects for adding real-time scheduling, minifile file system and semaphore service.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:183890
    • 提供者:Rex Xia
  1. msg_VxWorks

    0下载:
  2. 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore for inter-task synchronizatio
  3. 所属分类:VxWorks

    • 发布日期:2017-04-02
    • 文件大小:125146
    • 提供者:郑禾
  1. 2_Memory

    0下载:
  2. 内存管理实验程序。 要求 : 使用 Windows XP的 API 函数,编写一个包含两个线程的进程,一个线程用于模拟内存 分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实 现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作,每个内存操作包括 如下内容: 1、时间:操作等待时间。 2、块数:分配内存的粒度。 3、操作:包括保留(reserve)一个区域、提交(commit)一个区域、释放(release)一个区域
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2055686
    • 提供者:adia
  1. process_manager

    2下载:
  2. 支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-channel process control module of
  3. 所属分类:Windows Kernel

    • 发布日期:2016-02-16
    • 文件大小:1977223
    • 提供者:yefeng
  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-04-01
    • 文件大小:732
    • 提供者:baoyu
  1. VxWorksForNewStudent

    0下载:
  2. 讲解了VxWorks开发环境Tornado2.2的基本应用方法。包括工程创建,config.h配置,编译器配置,FTP设置,组件配置,库文件生成,还有个互斥信号量的例子。-VxWorks development environment on a basic application Tornado2.2. Including works to create, config.h configuration, compiler configuration, FTP settings, componen
  3. 所属分类:VxWorks

    • 发布日期:2017-05-30
    • 文件大小:12786726
    • 提供者:马志昕
  1. sync

    0下载:
  2. sync process via semaphore
  3. 所属分类:Other systems

  1. ThreadSynBySemaphore

    0下载:
  2. 使用信号量的线程同步技术,可以允许预定数目的线程同时进入要同步的代码。适用于WinCE环境。-The use of Semaphore thread synchronization technology, can allow pre-determined number of threads to be synchronized at the same time to enter the code. Applicable to WinCE environment.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-25
    • 文件大小:117247
    • 提供者:秦中元
  1. zhexue

    0下载:
  2. 通过研究Linux的线程机制和信号量实现哲学家就餐问题的并发控制-By studying the Linux thread and semaphore mechanisms to achieve dining philosophers problem of concurrency control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1505
    • 提供者:王晓难
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:672168
    • 提供者:王小白
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »
搜珍网 www.dssz.com