variable argument 中文意思是什麼

variable argument 解釋
可變個數引數
  • variable : adj 1 易變的,變化無常的,無定的 (opp constant steady)。2 可變的,能變的;變換的。3 【數學】變...
  • argument : n 1 爭論,辯論,論證。2 論據,論點。3 (書籍等的)梗概,摘要,大綱;(劇本等的)情節。4 【數學】...
  1. Argument controls whether the function interprets strings as variable or fixed length

    參數控制函數是將字元串解釋為變長還是固定長度。
  2. When you assign one structure variable to another, or pass a structure instance to a procedure argument, the current values of all the variable elements are copied to the new structure

    當將一個結構變量賦給另一個,或將結構實例傳遞給過程參數,所有變量元素的當前值都復制到新結構中。
  3. Now, because of the variable - argument list features of tiger, any comma - separated list will work, as shown in listing 3

    現在,因為tiger的可變參數列表特性,任何用逗號分隔的列表都可以接受,如清單3所示:
  4. Specifies that the procedure cannot replace or reassign the variable element underlying the corresponding argument in the calling code

    指定過程不能替換或重新分配調用代碼中相應參數下的變量元素。
  5. If the variable is empty or unset, the given default value is printed instead. default takes one argument

    當變量為空或者未分配的時候,將由給定的默認值替代輸出
  6. The realization and application of a functionl with variable argument lists

    函數變長實參表的實現與應用
  7. Both are used to separate the responsibility for rendering pages from the model and controller. both accept objects passed into them as an input argument, both allow inserting string values within code " expressions ", and allow direct use of java code to perform loops, declare variable, or perform logical flows " scriptlets ". both are good ways of representing the structure of a generated object web page, java class, or file while supporting customization of the details

    Jet與jsp非常類似:二者使用相同的語法,實際上在後臺都被編譯成java程序;二者都用來將呈現頁面與模型和控制器分離開來;二者都可以接受輸入的對象作為參數,都可以在代碼中插入字元串值(表達式) ,可以直接使用java代碼執行循環、聲明變量或執行邏輯流程式控制制(腳本) ;二者都可以很好地表示所生成對象的結構, ( web頁面、 java類或文件) ,而且可以支持用戶的詳細定製。
  8. Argument, a string, is stored as an instance variable using

    參數是一個字元串,通過使用
  9. Warning c6308 : realloc may return null pointer : assigning a null pointer to variable, which is passed as an argument to realloc, will cause the original memory block to be leaked

    警告c6308 : 「 realloc 」可能返回空指針:將空指針賦給< variable > (後者將作為參數傳遞給「 realloc 」 )將導致原始內存塊泄漏
  10. That represents the value of an argument or local variable stored in two memory registers of a native frame

    獲取一個指針,該指針指向表示兩個內存寄存器中存儲的參數或局部變量值的
  11. The object test bench menus do not display the function if the function takes a variable parameter argument

    如果函數接受變量參數,則對象測試工作臺菜單不顯示該函數。
  12. Any managed data types in the variable argument position will be marshaled to native types

    可變參數位置中的任何託管數據類型都將被封送為本機類型。
  13. For procedures that take a variable argument list, the

    對于採用可變參數列表的過程,
  14. End concludes the processing of a variable - length argument list

    結束變長參數列表的處理。
  15. For procedures that take a variable - length argument list, the

    對于採用變長參數列表的過程,
  16. Returns the next argument in a variable - length argument list

    返回變長參數列表中的下一參數。
  17. Interface with javassist is easy - i just need to create a new class that implements the interface, add a member variable for the target object reference, and finish by adding a no - argument constructor and the simple implementation methods

    介面生成實現類很容易只需要創建一個實現了這個介面的新類、為目標對象引用添加一個成員變量、最後再添加一個無參構造函數和簡單實現方法。
  18. Every variable, literal, constant, enumeration, property, procedure parameter, procedure argument, and procedure return value has a data type

    每個變量、文本、常數、枚舉、屬性、過程參數、過程變量和過程返回值都具有數據類型。
  19. Cl accepts a compiler command file as an argument in the cl environment variable or on the command line

    指定的選項和文件名。 cl接受在cl環境變量中或命令行上用作參數的編譯器命令文件。
  20. Substitution principle : a variable of a given type may be assigned a value of any subtype of that type , and a method with a parameter of a given type may be invoked with an argument of any subtype of that type

    大概的意思是說某種類型的變量可以被該類型的任何子類所賦值,一個方法中的參數也可以被該參數的任何子類進行調用。
分享友人