您要查找的是不是:
- As with any other type, reading and writing to a shared variable that contains an instance of this type must be protected by a lock to guarantee thread safety. 正如對任何其他類(lèi)型一樣,對于包含此類(lèi)型的實(shí)例的共享變量,也必須通過(guò)鎖定來(lái)保護對其進(jìn)行的讀寫(xiě),以保證實(shí)現線(xiàn)程安全。
- C1800 (W) Variable “變量名” type mismatch in files. 在文件之間,變量型不匹配。
- When setX sets or changes the value of a shared variable, that new value is available to all instances of the class. 當setX設置或更改共享變量的值時(shí),那個(gè)新值可用于類(lèi)的所有實(shí)例。
- X.25 provides a low bit rate shared variable capacity that may be either switched or permanent. X.;25提供了既可交換又可持續的低速率來(lái)分享變動(dòng)的容量。
- A shared variable or event is stored in memory only once, no matter how many or few instances you create of its class or structure. 共享變量或事件只能在內存中存儲一次,而無(wú)論您創(chuàng )建多少個(gè)它的類(lèi)或結構的實(shí)例。
- If you select Control, then Variable type specifies the base class of the control you select in the Control ID box. 如果選擇Control,則“變量類(lèi)型”指定在“控件ID”框中選擇的控件的基類(lèi)。
- When a class is removed it is no longer available for use as a column or variable type. 刪除類(lèi)后,它不能再用作列類(lèi)型或變量類(lèi)型。
- This paper introduced a kind of variable type collecting method, which is based on layered thoughtway and abstract syntax tree. 摘要提出了一種基于分層思想的,并且無(wú)需構造具體語(yǔ)法樹(shù)的變量類(lèi)型提取方法。
- The NND schemes in conservative variable type and shock capturing technology are used in the calculations. 計算中采用守恒變量型的NND差分格式和全流場(chǎng)捕捉技術(shù);
- As a side note, tied arrays happen to be the most complex tied variable type, and the least often implemented on CPAN by my count. 順便說(shuō)一下,綁定的數組正好是最復雜的綁定變量類(lèi)型,而且根據我的統計在CPAN上也實(shí)現得最少。
- Available only when the variable type is BOOL, int, UINT, long, DWORD, float, double, BYTE, short, COLECurrency or CTime. 僅當變量類(lèi)型為BOOL、int、UINT、long、DWORD、float、double、BYTE、short、COleCurrency或CTime時(shí)可用。
- If the dialog box control can contain a value, and if you select Value, then Variable type specifies the appropriate type for the value that control can contain. 如果對話(huà)框控件可以包含值,則當選擇Value時(shí),“變量類(lèi)型”指定該控件可以包含的值的適當類(lèi)型。
- Strongly recommended in this type of nomenclature Hungary: The instruction prefix variable type, capital letters with the first meaningful word in English Group variable name. 在此強烈推薦類(lèi)匈牙利命名法:以前綴指示變量類(lèi)型,用首字母大寫(xiě)的有意義的英文單詞的組合作變量名。
- Some very strange things can happen if you fail to synchronize when accessing shared variables. 如果在訪(fǎng)問(wèn)共享變量的時(shí)候沒(méi)有同步的話(huà),就會(huì )發(fā)生一些奇怪的事情。
- You'll also want to turn on the new Option Infer feature.This allows the compiler to infer local variable type declarations by evaluating the right-hand side of the expression. 你也希望根據那些特性打開(kāi)新的推斷特性的選項,這允許編譯器通過(guò)估計右值表達式去推測出局部變量的申明類(lèi)型。
- All shared variables are placed in the compiled DLL in the specified data segment. 所有共享變量放在編譯DLL的指定數據段中。
- Thanks to genericity, we can make the type parameterization explicit by choosing some arbitrary name, here G, to represent the variable type of stack elements. 由于泛型,通過(guò)選擇一些任意的名字,這里是G,我們能夠把類(lèi)型明確地定義成參數,用來(lái)表示各種不同的棧元素類(lèi)型。
- Volatile variables can also be used to store shared variables at a lower cost than that of synchronization, but they have limitations. 還可以使用可變變量來(lái)以比同步更低的成本存儲共享變量,但它們有局限性。
- In particular, nearly every modern processor has instructions for updating shared variables in a way that can either detect or prevent concurrent access from other processors. 特別是,幾乎每個(gè)現代處理器都有通過(guò)可以檢測或阻止其他處理器的并發(fā)訪(fǎng)問(wèn)的方式來(lái)更新共享變量的指令。
- Unfortunately, this situation is a common use case for volatile - using a volatile field as a "guard" to indicate that a set of shared variables had been initialized. 不幸地,這是volatile常見(jiàn)用例用一個(gè)volatile字段作為“守護”表明已經(jīng)初始化了一組共享變量。