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

搜索资源列表

  1. Semaphores

    0下载:
  2. Semaphore source simple application
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:4630
    • 提供者:wanna
  1. semaphoretest

    0下载:
  2. 该代码是用JAVA编写的“信号量”问题,用于实现线程的同步-The code is written JAVA, " semaphore" problem, used to implement thread synchronization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2090
    • 提供者:chenzhikai
  1. 1123

    0下载:
  2. 创建一个控制进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。运行结果显示要求:要求在每个线程创建、发出读写申请、开始读写操作和结束读写操作时分别显示一行提示信息,以确定所有处理都遵守相应的读写操作限制。 读者-写者问题的读写操作限制-Create a control process, this process contains n threads. Use of these n thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1646681
    • 提供者:a221221a
  1. cspi_mx21

    0下载:
  2. CSPI Interface driver for the i.MX21 intended to provide semaphore exclusion and a common library to access that bus.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:4508
    • 提供者:blasterzhuck
  1. barber

    0下载:
  2. 睡眠理发师问题C++解法,使用信号量,理发座位数可选,理发师只有一个-Using semaphore to solve barbers problem,there’s one barber,infinite customer,and a few waiting position,the number of waiting position is depend on the user. 3 semaphores are involved in the program: m_h,barb
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:685
    • 提供者:王跃辉
  1. readerwriter

    0下载:
  2. 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h,db_h,used as a counter and mutex between 2 writers. Main function create 3 reader thre
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:820
    • 提供者:王跃辉
  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. con2

    0下载:
  2. 演于Windows信号量用法,司机售票员问题。 结果写入文件res.txt-demonstrate windwos semaphore usage
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:676453
    • 提供者:LiangJiuGuo
  1. ipc

    0下载:
  2. 共享内存的使用演示,以及进程间信号量的封装-Demonstrate the use of shared memory, as well as inter-process semaphore package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2003
    • 提供者:林宗方
  1. sem.tar

    0下载:
  2. Linux下信号量编程,封装好了接口,可以方便使用-Semaphore programming under Linux, the interface wrapper, you can easily use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2016
    • 提供者:yuchun
  1. 11

    0下载:
  2. Linux 下进程间通信实例之一——信号量 使用信号量控制父子进程的输出顺序-Linux, one example of inter-process communication- use semaphore semaphore control the output of the process of the order of father and son
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:11752
    • 提供者:hero
  1. socket

    0下载:
  2. 能让我们对linux的系统和socket有一个叫深入的了解,且对网络服务器的架构有一定了解,通过实践,使我们知道在网络编程过程中所需要注意的一系列问题(如并行程序设计的问题)。当然,本次大作业还能使我们对“进程间通信”,“进程同步”和“信号量”等操作系统的知识进行巩固,从而服务于本次大作业。-Make our linux system and the socket are called in-depth understanding of the network server architectu
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:139103
    • 提供者:stallion
  1. CoOSv1.12

    0下载:
  2. ARM Cortex M3及M0定制操作系统 高度可裁剪性,最小系统内核仅974Byte 支持优先级抢占和时间片轮转 自适应任务调度算法 零中断延时时间 堆栈溢出检测 信号量、邮箱、队列、事件标志、互斥等同步通信方式 支持多种编译器:ICCARM、ARMCC、GCC -Specially designed for Cortex-M series Scalable, minimal system kernel is only 974Byte A
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:77846
    • 提供者:rd
  1. ThreadSemaphore

    0下载:
  2. 线程同步之信号量对象,希望能给初学者提供帮助-The semaphore thread synchronization object
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:190680
    • 提供者:刘阳
  1. AKAE_train_code

    0下载:
  2. 任务间的同步 事件和事件控制块——描述事件的数据结构 信号量及其使用 消息邮箱及其使用 消息队列及其使用-Synchronization between tasks and event control block event- the event describing the data structure and its use semaphore messages using the message queue and the mailbox and its use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:691079
    • 提供者:
  1. server

    0下载:
  2. 我写的服务器程序 共享内存 信号量 socket 我写的服务器程序 共享内存 信号量 socket-I wrote a server program shared memory semaphore socket server program I write socket shared memory semaphores
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:87958
    • 提供者:lshl
  1. 2009103015231441894

    0下载:
  2. 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率。 -10 VC++ source code examples of multi-threaded operation, which relates to the safe termination of the thre
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:136065
    • 提供者:吴辉煌
  1. Muti-thread-win32

    0下载:
  2. 用C语言撰写的多线程win32程序,运用了mutex,semaphore和event来同步多个线程-Written in C language with multi-threaded win32 program, using a mutex, semaphore and event to synchronize multiple threads
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:644
    • 提供者:Nervix
  1. semop

    1下载:
  2. 在linux环境下关于信号量的代码,semop-On the semaphore code, in the linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:739
    • 提供者:
  1. xianchengthread

    0下载:
  2. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。-In Windows 2000 environment, create a console that contains the process of n threads. N threads with which to express n a reader or writer. E
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:513553
    • 提供者:zsb
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com