賦值表達式 的英文怎麼說

中文拼音 [zhíbiǎoshì]
賦值表達式 英文
assignment expression
  • : Ⅰ動詞1 (交給) bestow on; endow with 2 (做詩、詞) compose (a poem) Ⅱ名詞1 (舊指田地稅)tax;...
  • : Ⅰ名詞1 (外面;外表) outside; surface; external 2 (中表親戚) the relationship between the child...
  • : Ⅰ動詞1 (暢通) extend 2 (達到) reach; attain; amount to 3 (通曉; 明白) understand thoroughly...
  • : 名詞1 (樣式) type; style 2 (格式) pattern; form 3 (儀式; 典禮) ceremony; ritual 4 (自然科...
  • 表達 : deliver; express; show; voice; convey; communicate
  1. When you configure the for loop container by specifying an evaluation condition, initialization value, or assignment value, you can use either literals or expressions

    用指定求條件、初始化的方法配置for循環容器時,可以使用文字或
  2. The following assignment statement will produce a compilation error because the arithmetic expression on the right - hand side of the assignment operator evaluates to

    以下語句將產生一個編譯錯誤,原因是運算符右側的算術默認情況下計算結果為
  3. Adds the value of a numeric expression to the value of a numeric variable or property and assigns the result to the variable or property

    將一個數與一個數變量或屬性的相加,並將結果給該變量或屬性。
  4. However, in the context of attribute initializers and assignments the named instances of the expression s type are introduced into the lexical scope with weaker visibility than variables and attributes and may be referenced with their unqualified names, for example

    然而,在屬性初始化程序和的上下文中,類型的命名實例被引入到了詞法作用域lexical scope可見性弱於變量和屬性,並可以通過使用它們的無限定名unqualified names引用這些命名實例:
  5. To create the initialization and assignment expressions, you can use the assignment operator

    若要創建初始化和賦值表達式,可以使用運算符( = ) 。
  6. You must provide an evaluation condition, but initialization and assignment expressions are optional

    必須提供求條件,但初始化賦值表達式為可選。
  7. Find all references to the temp and replace them with the right - hand side of the assignment

    找到所有引用這個變量的地方,並且將引用替換為這個變量賦值表達式的右邊部分。
  8. This includes code within a contained type, such as a nested class or an assignment expression in an enumeration

    這些代碼包括所包含的類型中的代碼,如嵌套類或枚舉中的賦值表達式
  9. An implicitly declared variable inside a functionthat is, one that appears on the left side of an assignment expression without the var keywordis a global variable

    函數內隱聲明的變量(即出現在賦值表達式的左邊不帶var關鍵字的變量)是全局變量。
  10. This operator is not otherwise supported by the integration services expression grammar and can only be used by the initialization and assignment expression types in the for loop container

    此運算符在其他方面不為integration services語法所支持,只能供for循環容器中的初始化和賦值表達式類型使用。
  11. Method is a static method, which acts upon an expression it is given and assigns the resulting value to

    方法是靜態方法,它處理給予它的,並將結果
  12. When writing compound expressions, you should be explicit and indicate with parentheses which operators should be evaluated first

    在寫復合的時候,你應該就此指明和將最先要的運算符通過括號來指定。
  13. In sql server 2005 integration services ssis, expressions can be used to define conditions for case statements, create and update values in data columns, assign values to variables, update or populate properties at run time, define constraints in precedence constraints, and provide the expressions used by the for loop container

    在sql server 2005 integration services ( ssis )中,可以用於定義case語句的條件,創建和更新數據列中的,為變量,在運行時更新或填充屬性,定義優先約束中的約束,以及提供for循環容器所使用的
  14. An assignment statement evaluates the expression list ( remember that this can be a single expression or a comma - separated list, the latter yielding a tuple ) and assigns the single resulting object to each of the target lists, from left to right

    一個語句對序列求(還記得這可以是單個或者一個逗號分隔的序列,後者導出一個元組) ,然後從左到右地將對象結果一一地給目的序列的每個對象。
  15. 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

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

    復合語句先對執行運算,然後才將給編程元素。
  17. Variables are typed on first assignment based on the source expression type and function parameters are optionally typed

    根據源的類型,變量在第一次的時候被類型化,而函數參數的類型化是可選的。
  18. The ssis expression grammar provides a complete set of operators and functions for implementing complex expressions used for evaluation, initialization, or assignment

    Ssis語法提供了一整套運算符和函數,可以用於實現計算、初始化或所用的復雜
  19. An expression using the assignment operator, such as

    使用| =運算符的,如:
  20. An expression using the - assignment operator, such as

    使用- =運算符的,如:
分享友人