expression statements 中文意思是什麼

expression statements 解釋
表達式語句
  • expression : n 1 表現,表示,表達。2 詞句;語句,措辭,說法。3 表情,臉色,態度;腔調,聲調。4 【數學】式,符...
  1. In this case you might want to have several smaller insert statements, for example having this table expression : select size from size frequency join consecutive number on num between

    本例中,您可能需要幾個較小一些的insert語句,例如在第一個insert中使用以下表表達式:
  2. Jdl is an interpretative language system. it has data types, expression, control flow statements and user - defined function just like the imperative programming language, but also has data types and statements such as job control statements, task control statements, wait statement, parallel statement and monitor statements particular to jms

    Jdl是一種解釋型語言系統,既有一般命令式語言所具有的數據類型、表達式、控制流語句和用戶自定義函數等要素,也另有作業管理系統所特有的數據類型、作業控制語句、任務控制語句、等待語句、并行語句和監聽語句等。
  3. Conditionally executes a group of statements depending on the value of an expression

    根據表達式的值,有條件地執行一組語句。
  4. For blocks and statements, the resulting expression is the last expression calculated by the block or statement

    對于塊和語句,結果表達式是由塊或語句計算的最後一個表達式。
  5. Expression statement or statements to increment or decrement the loop counters. statement

    用於遞增或遞減循環計數器的一條或多條表達式語句。
  6. Statement executes a block of program statements if a boolean expression evaluates true

    語句在一個布爾表達式計算為true時執行一個程序語句塊。
  7. Clause that indicates a block of program statements that should be processed if the boolean expression evaluates false

    子句,指示當布爾表達式計算為false時應該處理的程序語句塊。
  8. Statement can be used to execute one of two blocks of program statements, depending on the value of a particular boolean expression

    語句可以如何用於根據一個特定布爾表達式的值,來執行兩個程序語句塊中的其中一個。
  9. This means the program statements executed in the loop body must change the value of the expression - or else the loop will never end

    這意味著循環體中執行的程序語句必須要改變表達式的值,否則循環將無法結束。如清單8所示。
  10. Because python requires indentation to offset the block of statements that should be executed if the expression evaluates

    因為python需要縮進以錯開當表達式計算為
  11. In both the initialization and step portions of the control expression you can have a number of statements separated by commas, and those statements will be evaluated sequentially

    在控製表達式的初始化和步進控制部分,我們可使用一系列由逗號分隔的語句。而且那些語句均會獨立執行。
  12. In the immediate window, the expression evaluator only supports single - line statements

    在「即時」窗口中,表達式計算器僅支持單行語句。
  13. These statements were an expression of legal opinion

    以上所述屬法律觀點的表達。
  14. An augmented assignment evaluates the target ( which, unlike normal assignment statements, cannot be an unpacking ) and the expression list, performs the binary operation specific to the type of assignment on the two operands, and assigns the result to the original target

    一條增量賦值語句對目標(和一般的賦值語句不同,它不能是展開的對象)和表達式列表求值,執行特定於兩個操作數的賦值類型的二元運算,並將結果賦值給原先的目標。
  15. Compound assignment statements first perform an operation on an expression before assigning it to a programming element

    復合賦值語句先對表達式執行運算,然後才將表達式賦給編程元素。
  16. While statement executes a statement or a block of statements until a specified expression evaluates to

    語句執行一個語句或語句塊,直到指定的表達式計算為
  17. The while statement executes a statement or a block of statements until a specified expression evaluates to

    語句執行一條語句或一個語句塊,直到指定的表達式的計算結果為
  18. Use block statements instead of expression statements in control flow constructs

    使用塊狀語句來替代控制流結構的表達式。
  19. In addition to these kinds of expression statements, there are two other kinds of statements. a declaration statement declares a variable. you ' ve seen many examples of declaration statements

    除了表達式指令之外,還有兩種指令。一個聲明指令聲明一個變量。你已經見過好多「聲明指令」的例子。
分享友人