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

搜索资源列表

  1. multi_thread.zip

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:2.67kb
    • 提供者:
  1. thread.zip

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:3.8kb
    • 提供者:
  1. 3ThreadDoc

    0下载:
  2. 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.97kb
    • 提供者:popandsmtp
  1. vcthreads

    0下载:
  2. VC 多线程操作实例源代码 如何安全终止线程 如何创建UI线程 如何创建Worker线程 如何等待线程结束 如何挂起和恢复线程 如何获得线程的退出码 如何使用互斥量 如何使用临界区 如何使用事件 如何使用信号量 有此实例代码,多线程无忧!-VC multi-threaded operating source code examples how to safely terminate a thr
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:130.58kb
    • 提供者:田浩
  1. Tokenringalgo

    0下载:
  2. Token ring algorithm, using the concept of tokens to eliminate the problem of critical section ie preventing deadlock condition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.1kb
    • 提供者:dataminer
  1. multi_thread

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex, Event) small example
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-22
    • 文件大小:2.97kb
    • 提供者:站长
  1. pv

    0下载:
  2. 设有父子2个进程共享一个临界资源,每个进程循环进入该临界区3次:父进程每次进入临界区后显示“prnt in”,出临界区则显示“prnt out”;子进程每次进入临界区后显示“chld in”出临界区则显示“chld out”。观察运行结果,应该是一个进程出来后另一个才能进去。 -Father and son with two processes share a critical resource in each process cycle to enter the critical sect
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:978byte
    • 提供者:吕璐
  1. Critical

    0下载:
  2. 定位临界区(critical section)导致的死锁。本程序用示例演示死锁的产生过程,和解决办法。-Do not use Thread Checker,Thread Profiler,WinDbg, but VC++.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1.15mb
    • 提供者:wolaiyule
  1. SemaDemo

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之四 ---- 用Semaphores互斥访问-The program uses a semaphore to ensure that it is not possible for threads to enter their critical sections at the same time. The critical section is represented by a light blue (cyan) colour. To execute in
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.41kb
    • 提供者:Key
  1. CriticalSection

    0下载:
  2. this a Critical Section test program. code is simple but easy to learn.-this is a Critical Section test program. code is simple but easy to learn.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1.16mb
    • 提供者:metlbard
  1. JAVA_RMI_Win

    0下载:
  2. Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem. To use this program you should change in *.bat / *.sh files the java path according in your computer -Client/Server
  3. 所属分类:Education soft system

    • 发布日期:2017-04-26
    • 文件大小:14.37kb
    • 提供者:szymon
  1. ThreadTest

    0下载:
  2. 模拟多进程共享临界资源 1、实现两个进程模拟进入临界区的用户进程,当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。” 2、一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则设置相应变量,然后返回;如果不允许进入,则进入循环等待,直到允许为止
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:11.57kb
    • 提供者:hengdd
  1. mune

    0下载:
  2. 线程同步机制。 互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex' s function and the critical region is
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.8mb
    • 提供者:陈小
  1. Critical_Sections

    0下载:
  2. Critical section. Usefull in multithreading. THis is a small demo of it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:42.82kb
    • 提供者:Paul
  1. CriticalSecitonThreadSyn

    0下载:
  2. 一个使用临界区对象(CriticalSeciton)实现线程同步的例程,来自于Visual C++范例大全-The use of a critical section object (CriticalSeciton) to achieve thread synchronization routines, from the Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:34kb
    • 提供者:ladeng
  1. DME

    0下载:
  2. Java program will spawn n (distributed) processes Pi, 0 ≤ i < n, each one looping forever. Each loop iteration is a loop interval. In every loop interval Pi does the following: − It sleeps for a random amount of time [3, 4) seconds W
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:5.64kb
    • 提供者:Araz
  1. CriticalSection

    0下载:
  2. critical section usage
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:9.5kb
    • 提供者:bradeboy
  1. Java_monitors

    0下载:
  2. Parralel programing. Monitors usage example in Java. Monitors are used to protect critical section
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6.84kb
    • 提供者:Tomas
  1. Critical-section

    0下载:
  2. 临界区互斥问题!!Critical section mutual exclusion problem-Critical section mutex problem! ! Critical section mutual exclusion problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:20.46kb
    • 提供者:孙鹏
  1. critical-section

    0下载:
  2. 临界区介绍以及多线程、多进程临界区调度原则、代码示例-The critical section describes scheduling principles, code samples, and multi-threaded, multi-process critical section
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:9.4kb
    • 提供者:chaoli
« 12 3 4 »
搜珍网 www.dssz.com