native code 中文意思是什麼

native code 解釋
本地代碼、本機代碼
  • native : adj 1 出生地的 本國的 本地的。2 土著的 本地人的;土產的 國內的。3 生來的 天賦的。4 天生的 天然的...
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  1. Native code is passing a malformed

    結構傳遞給了託管代碼。
  2. Method metadata token. thus, a method pointer can be easily passed to unmanaged native code specifically, as a callback routine

    因此,可以很容易地將方法指針傳遞到非託管本機代碼(具體而言,作為回調常式) 。
  3. Method. as a result, the method pointer can be passed to unmanaged native code for example, as a callback routine if that routine expects the corresponding calling convention

    因此,如果回調常式預期相應的調用約定,則可以將方法指針傳遞到非託管本機代碼(例如,作為回調常式) 。
  4. The common language runtime includes a jit compiler for converting msil to native code

    公共語言運行庫包括用於將msil轉換為本機代碼的jit編譯器。
  5. If you are debugging managed code, these assembly instructions correspond to the native code created by the just - in - time compiler, not the microsoft intermediate language msil generated by the visual studio compiler

    如果正在調試託管代碼,則這些匯編指令對應于由實時( jit )編譯器創建的本機代碼,而不是由visual studio編譯器生成的microsoft中間語言( msil ) 。
  6. Relatively simple, but suffered from severe performance problems - interpreting code is always going to take longer than executing native code

    相對簡單,但存在嚴重的性能問題解釋代碼的時間總是會比執行本機代碼的時間長。
  7. Accordingly, tight cpu - bound loops of interpreted code should execute at near - native speeds, since the native code is kept in the cache

    相應地,已解釋代碼的嚴格cpu限制循環應該可以以接近本地的速度執行,因為本地代碼被保存在緩存中。
  8. Until jdk 5. 0, it was not possible to write wait - free, lock - free algorithms in the java language without using native code

    在jdk 5 . 0之前,如果不使用本機代碼,就不能用java語言編寫無等待、無鎖定的演算法。
  9. Until jdk 5. 0, it was not possible to write wait - free, lock - free algorithms in the java language without using native code. with the addition of the atomic variables classes in the

    在jdk 5 . 0之前,如果不使用本機代碼,就不能用java語言編寫無等待、無鎖定的演算法。
  10. Class to perform the platform invoke calls to native code to do the fill

    類執行平臺調用,調用執行填充的本機代碼。
  11. If you are debugging native code, you can use register names as well as variable names

    如果要調試本機代碼,可以使用注冊名以及變量名。
  12. Languages such as c and c that compile to native code generally require a linking step after source code is compiled

    諸如c和c + +這些編譯成本機代碼的語言通常在編譯完源代碼之後需要鏈接這個步驟。
  13. The jit technique compiles java bytecode to native code before executing it for the first time, giving much better performance for repeated executions

    在第一次執行java位元組碼之前, jit技術將它編譯成本機代碼,從而對于重復執行提供了更好的性能。
  14. The microsoft. net implementation also supports an option of precompiling to native code for a faster startup, duplicating what gcj has done for java byte code

    Microsoft . net實現還支持預編譯成本機代碼的選項以獲得更快速啟動,這與gcj對java位元組碼所做的工作相同。
  15. The common thread running through all this material is the idea that programming the java platform is much more dynamic than working with languages that compile straight to native code

    貫穿整篇文章的公共線索是這樣一種思想:在java平臺上編程要比使用直接編譯成本機代碼的語言更具動態性。
  16. Sets the instruction pointer to the specified offset location in native code

    將指令指針設置為指向本機代碼中的指定偏移位置。
  17. Gets the stack frame s offset into native code

    獲取堆棧幀在本機代碼中的偏移量。
  18. As with desktop applications, you can access native code by using platform invoke

    與桌面應用程序一樣,可以使用平臺調用訪問本機代碼。
  19. Native - code application

    本機代碼應用程序
  20. Displays the registers window, which displays registers content for debugging native - code applications

    顯示「寄存器」窗口,此窗口顯示用於調試本機代碼應用程序的注冊內容。
分享友人