race condition 中文意思是什麼

race condition 解釋
還有沖突條件
  • race : n 1 競賽;賽跑;賽艇;賽馬;〈pl 〉賽馬會,跑馬會;競賽;疾走。2 路程,行程;經歷,人生路程,一輩...
  • condition : n 1 狀態,狀況,情形;品質。2 〈pl 〉外界狀況,周圍情形。3 地位,身分。4 條件;【語法】條件子句。...
  1. The right of citizens of the united states to vote shall not be denied or abridged by the united states or by any state on account of race, color, or previous condition of servitude.

    合眾國公民的選舉權,不得為了種族、皮膚顏色,或以前的奴隸身分的關系,由合眾國政府或任何州政府予以否認或剝奪。
  2. A simple example of a race condition is incrementing a field

    爭用條件的一個簡單例子是遞增一個欄位。
  3. To those of my race who depend on bettering their condition in a foreign land, or who underestimate the importance of cultivating friendly relations with the southern white man who is their next - door neighbor, i would say : cast down your bucket where you are ; cast it down in making friends, in every manly way, of the people of all races by whom we are surrounded

    對依靠在異國改善生活狀況的黑人同胞和低估了發展與南方白人睦鄰友好關系的重要性的黑人同胞,我要疾呼:從你們那兒把水桶放下來打水,果斷地放下來,與我們周圍的各族人民交朋友。
  4. Notes the race condition in the gnu file utilities

    指出了gnu文件實用程序中的競爭條件。
  5. Table is locked to prevent a race condition happen between these two sql operations

    表以防止這兩個sql操作之間發生競態條件( race condition ) 。
  6. When the outcome of some computation depends on how two or more processes are scheduled, the code is incorrect. we say that there is a race condition

    當計算結果依賴于兩個或更多進程被調度的順序,我們說這段代碼是錯的,這種情況被稱為競態條件,也叫競態或競爭。
  7. As a result, a server can prevent the race condition in which a user retrieves and edits an annotation that has been updated by another user since it was retrieved

    結果,服務器可以防止競態條件- -一名用戶檢索並編輯一個注釋,而這個注釋已經由另外一名用戶檢索並更新了。
  8. However, because of potential delays in propagating changes in memory writes from one thread to another, there is a possible race condition that would allow a thread to first see one value for an immutable object, and then at some later time see a different value

    但是,因為在將內存寫方面的更改從一個線程傳播到另一個線程時存在潛在的延遲,所以有可能存在一種競態條件,即允許一個線程首先看到不可變對象的一個值,一段時間之後看到的是一個不同的值。
  9. As we get to know people we take into account things like age, race, economic condition, social position, and intelligence

    當我們結識他人時,會考慮這樣一些因素:年齡、種族、經濟條件、社會地位以及智力等。
  10. To avoid a race condition where the last handler can be removed between the null check and the invocation of the event, event sources should also create a copy of the event before performing the null check and raising the event

    若要避免爭用條件(最後一個處理程序會在空檢查和事件調用之間被移除) ,在執行空檢查和引發事件之前,事件源還應創建事件的一個副本。
  11. The use of this circuit property may eliminate undesirable race condition.

    利用電路的這個特徵,可以消除不必要的競爭現象。
  12. A research into the security of race condition in multithreading application

    多線程應用程序競爭狀態的安全性研究
  13. 6 proper maintenance of the bicycle and safety rests solely on the participant. any bicycle found to be in non - safe condition will not be allowed to enter the race

    參賽選手全權對車輛的正確保養和安全負責。如發現狀況不佳危及安全的自行車,將不允許其參賽。
  14. A race condition occurs when a program doesn t work as it s supposed to because of an unexpected ordering of events that produces contention over the same resource

    當由於事件次序異常而造成對同一資源的競爭,從而導致程序無法正常運行時,就會出現「競爭條件」 。
  15. This implied that the 31 kd initiated from atg codon of pres2 gene, the 30 kd encoded by the s gene was glycosylated form of s protein, the 25 kd initiated from atg codon of the pres2 gene was disassembled form of 31 kd and the 28 kd was a glycosylated form of25kd. under optimal condition the expression level of foreign gene was considerably affected on hosts ( silkworm race ), the highest difference of expression level in various races can reach up to 8 times

    推測31kd處的條帶為起始於presz起始密碼子atg的表達產物,同時具有pres : z和s抗原性, 30kd處的雜交條帶為起始於s基因起始密碼子atg表達產物的糖基化形式, 25kd的條帶可能是中蛋白的降解產物,而28kd的條帶可能25kd條帶的糖基化形式。
  16. In order to avoid a race condition with

    來避免爭用狀態。
  17. This situation is called a race condition and is a common concern in multithreaded programming

    這種情況被稱作爭用狀態,它是多線程編程中的常見問題。
  18. When more than one thread simultaneously competes for access to shared resources, the possibility of a race condition occurs

    當多個線程同時競爭共享資源的訪問權時,就可能會出現「爭用狀態」 。
  19. A race condition exists when a thread modifies a resource to an invalid state, and then another thread attempts to access that resource and use it in the invalid state

    如果一個線程將資源修改為無效狀態,然後另一個線程又試圖訪問該資源並在無效狀態中使用該資源,此時便存在爭用狀態。
分享友人