jni 中文意思是什麼

jni 解釋
使用技巧點滴
  1. Library files and native header files that define jni

    定義jni的庫文件和本機頭文件。
  2. Native operations should be grouped together whenever possible to reduce the number of jni calls

    只要有可能就應該將本機操作集合在一起,以減少jni調用的數量。
  3. Communication between java and other advance language based on jni

    與其他高級語言之間通信的研究與應用
  4. Many of the available options, such as jni, can be difficult to use

    而許多可用的選擇(如jni )又難于掌握。
  5. To create jni apis for all the mathematical tools is clearly beyond the scope of this article

    為所有數學工具創建jni api明顯超出了本文的范圍。
  6. This text introduced the work patterns and register structure of 80386 processors in detail at first, latterly expounded especially the hardware interrupt handling of windows 98 with the course to the kernel of windows 98 ; then recommended the framework of realization of highly demanding hardware board interrupt handling by revising idt to intercept interrupt handling at hardware layer, subsequently introduced the application and development of vxd technology to achieve interrupt handling overall all situations under the windows 98 platform ; finally introduced the b / s pattern network application development part of this topic, specifically introduced the jsp technology system, elaborated the communication between network application part and the hardware interrupt handling routine combined with the jni technology, and provided partial important program and corresponding commentary

    本文首先詳細介紹了80386處理器的工作模式和寄存器結構,接著對windows98的內核進行了相關分析,重點介紹了windows98的硬體中斷處理過程;隨后介紹了通過修改中斷向量表以實現在硬體層截獲中斷來實現高實時性處理的框架,又介紹了windows98下虛擬設備驅動vxd技術的應用與開發,以及中斷全局處理的實現;最後介紹本課題的b / s模式網路應用開發部分,具體介紹了jsp技術體系,並結合jni技術闡述了網路應用與硬體中斷處理程序的通信,並給出部分關鍵程序及其注釋。
  7. After subtracting the executable address space and other spaces needed to include various jni products, the maximum heap size available to the application was around 1. 2 or 1. 3 gb

    去掉可執行地址空間和引入各種jni產品所需要的其他空間之後,該應用程序能夠使用的最大堆大小大約是1 . 2 gb或者1 . 3 gb 。
  8. In this tutorial, ibm enterprise developer scott stricker deals with the two most common applications of jni : calling c c code from java programs, and calling java code from c c programs

    Invocation api ( jni的一部分)可以用來將java虛擬機( jvm )嵌入到本機應用程序中,從而允許程序員從本機代碼內部調用java代碼。
  9. Jni lets java code use code and code libraries written in other languages, such as c and c, and allows you to call java code from within native code

    Jni允許java代碼使用以其它語言(譬如c和c + + )編寫的代碼和代碼庫。
  10. " mark bluemel, developerworks, june 2002 : this tip shows some instances where jni breaks down and offers some advice for when you absolutely need to use it

    」 (作者: mark bluemel , developerworks , 2002年6月) :這篇技術文章展示了jni分解的一些實例,並提供了一些何時絕對應該使用它的建議。
  11. For more information about jni, please refer to the

    有關jni的更多信息,請參考下面
  12. Adopting the technique of jni to control devices

    本地化技術實現對硬體的控制
  13. The jni interface pointer can be obtained in two ways

    Jni介面指針可以兩種方式獲得:
  14. The jni interface pointer is valid only in the current thread

    Jni介面指針只在當前線程中有效。
  15. All native jni methods should be declared in the java code

    所有本地jni方法都應該在java代碼中聲明。
  16. Native methods receive the jni interface pointer as an argument

    本地方法接收jni介面指針作為一個參數。
  17. No use of heap or jni resources beyond the absolute minimum

    除了絕對必要的之外,沒有使用堆或者jni資源。
  18. Jni puts the interface pointer value at a location specified by its first parameter

    Jni將介面指針值放在由第一個參數指定的位置。
  19. Jni puts the interface pointer value at a location specified by its second parameter

    創建了jvm , jni將介面指針值放在由第二個參數指定的位置。
  20. Be aware of setting a setuid bit on a root - owned file with native code that uses jni invocation api

    對于具有使用jni invocation api的本地代碼的所有者為root的文件,要記得設置setuid位。
分享友人