您要查找的是不是:
- The precedence diagram represents activities as nodes. 邏輯順序圖用節點(diǎn)來(lái)表示工作。
- The precedence diagram uses float as part of the activity duration. 邏輯順序圖把時(shí)差作為工作周期的一部分。
- A precedence diagram and an arrow diagram are both examples of networks. Which statement describes the primary difference between them? 邏輯順序圖和箭線(xiàn)圖都是網(wǎng)絡(luò )的一種,下列哪項陳述說(shuō)明了這兩種圖表的主要區別?
- You can override normal operator precedence by using parentheses. 相乘,您可以通過(guò)使用括號來(lái)重寫(xiě)常規運算符優(yōu)先級。
- This topic is reviewed in detail in Appendix A, "Operator Precedence. 這個(gè)主題詳細請參照附錄A"運算符優(yōu)先級".
- Operator precedence defines how an expression evaluates when several operators are present. 運算符的優(yōu)先級決定了存在多個(gè)運算符時(shí)一個(gè)表達式各部分的計算順序。
- The order of operation execution during the evaluation of an expression depends more on operator precedence than on the order of operators in the expression. 在計算表達式時(shí),運算執行的順序取決于運算符優(yōu)先級,而不是取決于表達式中運算符的順序。
- Often you want operations to proceed in a different order from that determined by operator precedence. 經(jīng)常需要以不同于運算符優(yōu)先級所確定的順序來(lái)執行運算。
- MFCCALC does not interpret parentheses and does not implement operator precedence. MFCCALC不解釋括號也不實(shí)現運算符優(yōu)先級。
- Operators in an expression are evaluated in a specific order known as operator precedence. 表達式中的運算符按照稱(chēng)為運算符優(yōu)先級的特定順序計算。
- This section describes the operators the expression language provides and the operator precedence and associativity that the expression evaluator uses. 本部分介紹了表達式語(yǔ)言提供的運算符和表達式計算器使用的運算符優(yōu)先級及結合性。
- By enclosing an expression in parentheses, you force that expression to be evaluated first, regardless of operator precedence. 通過(guò)將表達式放在括號中,將強制首先計算該表達式,而不管運算符優(yōu)先級如何。
- When a complex expression has multiple operators, operator precedence determines the sequence in which the operations are performed. 當一個(gè)復雜的表達式有多個(gè)運算符時(shí),運算符優(yōu)先級決定執行運算的先后次序。
- This chapter concludes the study of fundamental features that appear in most programming languages: calculation,operator precedence,type casting,and selection and iteration. 本章總結了大多數程序設計語(yǔ)言都具有的基本特性: 計算、運算符優(yōu)先順序、類(lèi)型轉換以及選擇和循環(huán)等等。
- You also use parentheses for putting variables or arguments into logical groups, especially to override the default order of operator precedence in a complex expression. 括號還可用來(lái)為變量或參數進(jìn)行邏輯分組,特別是用來(lái)重寫(xiě)復雜表示式中運算符的默認優(yōu)先順序。
- Provides a conceptual overview of operators used in JScript and links to topics that explain the proper syntax for each operator and the significance of operator precedence. 提供JScript中使用的運算符的概念性概述,并提供指向特定主題的鏈接,這些主題解釋每個(gè)運算符的正確語(yǔ)法和運算符優(yōu)先級的意義。
- When two operators in an expression have the same operator precedence level, they are evaluated left to right based on their position in the expression. 當一個(gè)表達式中的兩個(gè)運算符有相同的運算符優(yōu)先級別時(shí),將按照它們在表達式中的位置對其從左到右進(jìn)行求值。
- This paper introduces the javascript interpreter designed and implemented by ourselves and presents an ex-tended object-based operator precedence algorithm. 論文介紹了作者自行設計并實(shí)現的JavaScript語(yǔ)言解釋器,提出并實(shí)現了一種擴展的、基于對象的算符優(yōu)先算法。
- This chapter concludes the study of fundamental features that appear in most programming languages: calculation, operator precedence, type casting, and selection and iteration. 本章總結了大多數程序設計語(yǔ)言都具有的基本特性:計算、運算符優(yōu)先順序、類(lèi)型轉換以及選擇和循環(huán)等等。
- Upon hearing me complain about the complexity of remembering operator precedence during one of my seminars, a student suggested a mnemonic that is simultaneously a commentary: "Ulcer Addicts Really Like C A lot. 在我舉辦的一次培訓班中,有人抱怨運算符的優(yōu)先順序太難記了。 一名學(xué)生推薦用一句話(huà)來(lái)幫助記憶:“Ulcer Addicts Really Like C A lot”,即“潰瘍患者特別喜歡(維生素)C”。