说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 进程互斥
1.
Discussion about Process Mutual Exclusion and Synchronization and Practice in PV operation Programming
关于进程互斥同步的讨论及PV操作编程的实践
2.
Realization of Synchronization and Mutex in the Course of Operating System
操作系统中进程同步与互斥的实现
3.
Semaphore Mechanism Usage of Processes Synchronization and Mutual Exclusion
进程同步与互斥中信号量机制的使用
4.
Use the Dekker algorithm to realize mutual exclusion between two processes
用Dekker算法实现两个进程间的互斥
5.
Simulating Synchronization and Mutual Exclusion of Process by JAVA Multithreading Technique;
运用JAVA多线程技术仿真实现进程同步与互斥
6.
Study on Course Synchronism and Exclusion in Operating System Teaching;
对操作系统教学中进程同步与互斥的研究
7.
On realizing process coordination and mutual exclusion throngh P.V operation;
浅析用P、V操作实现进程的同步与互斥
8.
Analysis on Process Synchronization and Mutual Exclusion Question based on PV Primitives
基于PV原语的进程同步与互斥问题分析
9.
Achieve Mutual Exclusion in Process Synchronization with Signal Mechanism and PV Operation
用信号量机制与PV操作解决进程同步互斥问题的方法
10.
The most common building blocks of intertask communication are semaphores and mutexes.
大部分进程间通讯的建立的基石是信号灯和互斥。
11.
Mutex and Synchronization of Multithreading Program in Linux and Its Practice
Linux多线程的互斥与同步控制及实践
12.
This paper presents a multiversion concurrency control algorithm forseveral independent concurrent processes in a distributed system in access to thecritical sections.
本文研究了分布系统多个结点的独立并发进程同时访问互斥区的多版本并发控制算法。
13.
exclusive branch
互斥转移, 亚斥分枝
14.
Make two or more pleading which be mutually exclusive
进行两个或两个以上的通常互相排斥的抗辩
15.
Make two or more pleading which is mutually exclusive.
进行两个或两个以上的通常互相排斥的抗辩。
16.
The Analysis and Improvement of the Lowest Price Method in Mutually Exclusive Alternatives Decision;
对互斥方案选优的最低价格法的剖析与改进
17.
Average duration of return for evaluation of mutually exclusive projects;
平均收益期在工程投资互斥方案评价中的应用
18.
If another thread is currently holding the mutex, the caller will sleep until the mutex is available.
如果当前另一个线程持有这个互斥体,函数的调用者就会休眠直到互斥体能获取到为止。