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

搜索资源列表

  1. ex2

    0下载:
  2. 用软件方法解决临界区问题,用软件的流程控制方式实现两个线程的协作与互斥控制,读懂sm6.cpp,并修改为目标代码 ,用全局变量实现线程阻塞。 -With software solutions to critical problems, software flow control method to achieve two threads collaboration and exclusive control, read sm6.cpp, and modify the object code,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:2078
    • 提供者:lx
  1. ex3

    6下载:
  2. 用win32同步对象解决临界区问题,用win32提供的同步对象中的任一种,解决兄弟问题,修改sm6.cpp,使用互斥对象Mutex ,用互斥对象Mutex,使得两个进程中的某些个处于wait状态,而一个处于运行态-Synchronization with the win32 object to solve critical problems, with the win32 synchronization objects provided by any one, to solve the pr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2061
    • 提供者:lx
  1. ex4

    0下载:
  2. 解决有限缓冲区问题,用Win32提供的同步对象解决有限缓冲区问题,修改sm6.cpp,在它的基础上修改线程函数并予以控制。用一个Symbol区分线程类型,用事件对象实现线程互斥的运行 -To solve the problem with limited buffers, using Win32 synchronization objects to provide limited buffers to solve the problem, modify sm6.cpp, on the basi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2623
    • 提供者:lx
  1. Reader_and_Writer

    0下载:
  2. 操作系统中读者写者算法的实现,涉及到系统互斥资源的争用和释放问题,初学者可以参考-Readers to write the operating system the realization of those algorithms, involving mutual exclusion of resources to the system and the release of contention issues, beginners can refer to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:911308
    • 提供者:wc
  1. ThreadTest3

    0下载:
  2. Windows互斥进行线程同步程序源代码,经典的线程互斥同步代码-Thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:42717
    • 提供者:曾海
  1. Mutex_Test

    0下载:
  2. 针对C#,对互斥进行了测试和演示,如果想初步了解的,可以看一看。-Mutex_Test Mutex_Test
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:34999
    • 提供者:johnfzj
  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. 11-DIY

    0下载:
  2. 测试对话框程序的 互斥运行时 需要解压到文件夹里 直接从RAR中打开不可以 为什么我也不知道-The dialog box testing programs need to run exclusive extract to a file folder to open directly from the RAR can not be why I do not know Hehe ...
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:66885
    • 提供者:Anton
  1. process_management

    0下载:
  2. 加深对进程概念的理解,明确进程和程序的区别;进一步认识并发的实质;分析进程正由资源的现象,学习解决进程互斥的方法-Deepen the understanding of the concept of the process, a clear distinction between processes and procedures a better understanding of the substance of concurrency analyze the phenomenon of t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:244678
    • 提供者:zhzheng
  1. ProducerAndConsumer

    0下载:
  2. 生产者消费者源程序,实现进程间同步和互斥-Producer consumer source, to achieve inter-process synchronization and mutual exclusion
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1869
    • 提供者:Nigel
  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. ThreadMutex

    0下载:
  2. 线程同步之互斥对象,希望能给初学者提供帮助-The mutex thread synchronization objects, could help beginners
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:190837
    • 提供者:刘阳
  1. Reader_Writer

    0下载:
  2. 操作系统中的进程互斥与同步问题的一个例子 即读者写者问题 源码 -Operating in mutual exclusion and synchronization issues that readers write one example of the problem of source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2108726
    • 提供者:cocoa0722
  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. futex-2.2.tar

    0下载:
  2. Linux 快速用户态互斥锁例程。 linux2.5以上内核,支持Futex,对于刚接触的用户,使用起来非常麻烦,这部分源码,详尽的利用futex基础原理,进行了封装,并且给出了几个测试例子。-Fast User Mode Linux mutex locking routines. linux2.5 above kernel, support Futex, for the new to the user, is very cumbersome to use, this part of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:6383
    • 提供者:studio
  1. duoxiancheng

    0下载:
  2. 多线程源代码,实现火车售票系统模拟程序,利用互斥对象实现线程同步-huoche
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:6891
    • 提供者:黑马
  1. Dining

    0下载:
  2. 进程间的同步互斥问题,通过进程间的通信,完成对共享资源的访问。-process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:855
    • 提供者:李姣
  1. p9.3

    0下载:
  2. linux下使用fcntl函数实现进程互斥 新建文件a 运行./p9.3 a & . /p9.3 a &-linux fcntl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:549
    • 提供者:贼船长
  1. hu_chi_dui_xiang

    0下载:
  2. 互斥对象的基本使用方法shiyong CreateThread CreateMutex ReleaseMutex(hMutex) CloseHandle() CloseHandle() Sleep() -hu chi duixiang shiyong CreateThread CreateMutex ReleaseMutex(hMutex) CloseHandle() CloseHandle() Sleep()
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1213542
    • 提供者:blue
  1. process

    0下载:
  2. 利用JAVA将进程(读过程和写过程)互斥实现,源代码,-Using JAVA to process (read process and write process) mutex implementation, source code,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1169
    • 提供者:machaoqing
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 46 »
搜珍网 www.dssz.com