mutual exclusion 中文意思是什麼

mutual exclusion 解釋
mutex
  • mutual : adj. 1. 相互的。2. 〈口語〉共有的,共同的。adv. -ly
  • exclusion : n. 1. 拒絕,杜絕;除去,排除,排斥;趕出。2. 被排除在外的事物。adj. -ary
  1. "selection for mutual exclusion" is another, preferable designation.

    「互斥選擇」,是另一種更為可取的叫法。
  2. Mutex provides mutual exclusion for thread synchronization

    為線程同步提供互斥。
  3. As the requirements of its function, a bus control interface board has already been designed. also the paper have provided the scenarios demonstration for the bus control interface board ( bcib ), the design for the protocol of communication, the hardware for bcib, the software for bcib, and the software for the processor ' s communication. while the analysis for the capability of real - time and the calibration and test for subsystem have been also finished. during the design, the system advanced ability, reliability, resources availability and the cost - efficency ratio are considered. the issus such as system integrated control, mutual exclusion of the shared storages, generation of handshaking signal and system self - test were resolved

    本論文主要對航空自衛系統的綜合化方式進行了深入研究,並按其功能等方面要求,對航空自衛系統綜合化總線通信模塊進行了設計,主要完成了總線通信模塊方案論證、通訊協議設計、總線通信模塊硬體設計、總線通信模塊( bcib )軟體設計、處理機通信軟體設計、實時性分析、系統調試、試驗等項工作,在設計過程中,綜合考慮了系統先進性、資源利用率、費效比及可靠性等因素;重點解決了系統綜合控制方式、共享存儲器互斥、握手信號產生及系統自檢測等問題。
  4. Semaphore mechanism usage of processes synchronization and mutual exclusion

    進程同步與互斥中信號量機制的使用
  5. The single point reliability is higher ; the failure probability the small size quorum is smaller, while single point reliability is lower, the failure probability of half of points of the big size quorum is lower, which mutual exclusion protocol can improve high availability of quorum system

    單個節點可靠性高, quorum系統中規模小的quorum失效概率就小,在滿足系統高可用性的情況下,採用互斥協議可以提高系統響應能力;而單個節點可靠性低, quorum系統中規模大的quorum中同時有一半以上節點發生故障概率就低,採用互斥協議可以提高系統高可用性。
  6. Mutexes provide mutual exclusion for one or more data objects and are the primary method of thread synchronization

    互斥體能讓一個或多個數據對象相互排斥。互斥體是線程同步的主要手段。
  7. Firstly a routing problem among transistor groups is brought forward. by analyzing the property of optimized rectangle steiner tree, an algorithm of approximate rectangle steiner tree construction is proposed. according to the mutual exclusion relationship among the net ports in the dvcs, the strategy for choosing connection ports is advanced

    論文首先提出了晶體管群之間的線網布線問題,通過分析優化矩形斯坦納樹的性質,提出了一種符合宏單元布局特徵的近似矩形斯坦納樹構造演算法,同時針對晶體管群dvc內引線端點間走線互斥關系,提出斯坦納樹可選端點篩選策略。
  8. Semaphores and process mutual exclusion

    信號量和進程互斥
  9. Mutual exclusion can be achieved with the use of a semaphore or mutex

    互斥現象能由使用信號燈或互斥完成。
  10. " selection for mutual exclusion " is another, preferable designation

    「互斥選擇」 ,是另一種更為可取的叫法。
  11. Blocks, which provide both mutual exclusion and visibility guarantees

    塊,它既提供了互斥又提供了可見性保證。
  12. Any access to a collection of events is guarded by a mutual exclusion object

    任何對一組事件的訪問都由一個互斥對象來保護。
  13. Mutual exclusion rule

    互斥現象則
  14. Warning c6289 : incorrect operator : mutual exclusion over is always a non - zero constant

    警告c6289 :運算符不正確:基於| |的互斥運算始終為非零常數。
  15. While writes to volatile variables are guaranteed to be immediately visible to other threads, there is no way to render a read - modify - write sequence of operations atomic, meaning, for example, that a volatile variable cannot be used to reliably implement a mutex mutual exclusion lock or a counter

    雖然可以保證其他變量可以立即看到對可變變量的寫入,但無法呈現原子操作的讀-修改-寫順序,這意味著(比如說)可變變量無法用來可靠地實現互斥(互斥鎖定)或計數器。
  16. Function is one that cannot be shared by more than one task unless mutual exclusion to the function is ensured either by using a semaphore or by disabling interrupts during critical sections of code

    函數不能由超過一個任務所共享,除非能確保函數的互斥(或者使用信號量,或者在代碼的關鍵部分禁用中斷) 。
  17. Those two periods display the processes, in which german - british relations evolved themselves from mutual noninterference, alignment, competition, antagonism, appeasing and being appeased by 1945 to british economic assistance, political solicitude, and military exclusion towards germany, and then to british support for frg ' s westintegration before 1955

    這兩個時期體現了德英關系由1945年以前的互不干涉、聯合、競爭、對抗、綏靖與被綏靖到1945 - 1949年間英國對德的經濟扶植、政治拉攏與軍事排斤,再到《巴黎協定》生效前英國支持西德入盟西方的演變過程。
  18. The combination of mutual exclusion and memory barriers means that as long as programs follow the correct synchronization rules that is, synchronize whenever writing a variable that may next be read by another thread or when reading a variable that may have been last written by another thread, each thread will see the correct value of any shared variables it uses

    互斥獨占和內存壁壘結合使用意味著只要您在程序設計的時候遵循正確的同步法則(也就是說,每當寫一個後面可能被其他線程訪問的變量,或者讀取一個可能最後被另一個線程修改的變量時,都要使用同步) ,每個線程都會得到它所使用的共享變量的正確的值。
  19. The key to * * code reentrant is to ensure mutual exclusion whenever accessing global variables or shared registers

    使代碼可再入的關鍵在於確保在訪問全局變量或共享寄存器時互斥現象發生。
  20. The key to making code reentrant is to ensure mutual exclusion whenever accessing global variables or shared registers

    使代碼可再入的關鍵在於確保在訪問全局變量或共享寄存器時互斥現象發生。
分享友人