pointer argument 中文意思是什麼

pointer argument 解釋
指針型自變量
  • pointer : n 〈美國〉西點 (West Point) 軍官學校學員。n 1 指示者;指示物;(鐘、表的)指針;教鞭;〈口語〉...
  • argument : n 1 爭論,辯論,論證。2 論據,論點。3 (書籍等的)梗概,摘要,大綱;(劇本等的)情節。4 【數學】...
  1. Warning c6298 : using a read - only string pointer as a writable string argument : this will attempt to write into static read - only memory and cause random crashes

    警告c6298 :將只讀字元串< pointer >用作可寫字元串參數:這樣會導致試圖寫入靜態只讀內存並造成隨機性故障
  2. The eabi reserves gpr1 for a stack pointer, gpr3 - gpr7 for function argument passing, and gpr3 for function return values

    Eabi將gpr1預留為棧指針, gpr3到gpr7用於函數參數傳遞, gpr3用於函數返回值。
  3. Avoid doing expensive argument checking of pointer arguments

    避免對指針參數進行高開銷的參數檢查。
  4. Do provide an alternative for any member that takes a pointer argument, as pointers are not cls - compliant

    為所有採用指針參數的成員提供替代指針參數的辦法,因為指針不符合cls 。
  5. Stands for " argument vector " and is a pointer to pointer to char ; it contains all the command line arguments as an array of character strings

    代表「參數向量」 ,它是字元指針的指針;它以字元串數組的形式包含所有的命令行參數。
  6. Note that the host must not throw an elementnameinvalid exception when the name parameter is a null pointer, as a null pointer is a valid argument used to request engine - level data

    請注意,當名稱參數為空指針時,宿主一定不能引發elementnameinvalid異常,因為空指針是用來請求引擎級數據的有效變量。
  7. In this example, it will raise an exception because the pointer argument we supply isn ' t aligned to a 4 - byte boundary

    在這個例子中,它將產生一個異常,因為我們提供的指示器意見不是排列成一個4位分界的。
  8. 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 」 )將導致原始內存塊泄漏
  9. If you do not specify an argument, the stack frame pointer moves up one frame

    如果沒有指定參數,堆棧幀指針將上移一幀。
  10. If you do not specify an argument, the stack frame pointer moves down one frame

    如果沒有指定參數,堆棧幀指針將下移一幀。
  11. If you specify an argument, the stack frame pointer moves down by the specified number of frames

    如果指定了參數,堆棧幀指針將下移指定的幀數。
  12. Native methods receive the jni interface pointer as an argument

    本地方法接收jni介面指針作為一個參數。
分享友人