What is the translation of " NATIVE METHOD " in Chinese?

['neitiv 'meθəd]
['neitiv 'meθəd]
native方法
一个nativemethod

Examples of using Native method in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
What is the Native Method?
问题:native方法是什么?
A native method is the Java interface to non-Java code.
Native方法是一个Java调用非Java代码的接口。
Question: What is a native method?
问题:native方法是什么?
What are Native methods in Java?
在Java里什么叫native方法.
In lines 3 through 6 we declare four native methods.
从第3行到第6行,我们声明了四个native方法
Historically, native methods have had three main uses.
从历史上看,本地方法有三个主要用途。
Finally, in lines 12 through 15 we call the native methods.
最终,从第12行到第15行,我们调用了本机方法
A native method is the Java interface to non-Java code.
简单地讲,一个NativeMethod就是一个Java调用非java代码的接口。
The language used to implement the native method is C.
执行本地方法,native方法属于C的方法
Simply put, a native method is the Java interface to non-Java code.
简单地讲,一个NativeMethod就是一个Java调用非java代码的接口。
Some implementations may support no native method interfaces at all.
一些实现可能根本不支持本地方法接口。
Finally, native methods require“glue code” that is difficult to read and tedious to write.
最后,本地方法需要“粘合代码”,难以阅读和编写繁琐。
Just follow the steps to connect to the VPN service via Android native method.
只要按照步骤通过Android原生的方法来连接到VPN服务。
The final solution for pointer problems is native methods(discussed in Appendix A).
解决指针问题的终极方法是“固有方法”(已在附录A讨论)。
Finally, native methods require“glue code” that is difficult to read and tedious to write.
最后,本地方法需要“粘合代码”,难以阅读,编写还繁琐。
A value of -2 indicates that themethod containing the execution point is a native method.
值-2表示包含执行点的方法是一个本机方法.
If a thread is executing a native method, the value of the pc register is undefined.
如果一个线程执行的是native本地方法,它的程序计数器的值为undefined。
Native Method Libraries: It is a collection of the Native Libraries which is required for the Execution Engine.
本地方法库(NativeMethodLibraries):它是执行引擎所需的本机库的集合。
H are quite different from the Java native method declarations in Sample1. java.
H中的C/C++函数说明和Sample1.java中的Javanative方法声明有很大差异。
Native methods are not inlined by the JVM, nor can the method be JIT compiled, as the method is already compiled.
Native方法不会被JVM内联,也不会被即時編譯优化,因为方法已经被编译过了。
This usually means that either the shared library cannot be found,or a specific native method inside the shared library cannot be found.
这通常指无法找到共享库,或者无法找到共享库内特定的本机方法
Finally, native methods were used to write performance-critical parts of applications in native languages for improved performance.
最后,本地方法用于以本地语言编写应用程序的性能关键部分,以提高性能。
If the method is passed an object, or needs to make a callback,then the native method will likely be making its own calls to the JVM.
如果传递一个对象给方法,或者需要一个回调,那么Native方法可能会自己调用JVM。
Native methods are often written for platform specific purposes such as accessing some item of hardware that the Java Virtual Machine is not aware of.
Native方法经常为平台的特殊目的所写,例如访问某些Java虚拟机不支持的硬件。
If the thread is executing a Java method(not a native method), the value of the pc register indicates the next instruction to execute.
如果线程正在执行一个java方法(非本地方法),那么程序计数器的值总是指示下一条将被执行的指令。
Instead, you need to use a return statement right after the Throw() and ThrowNew()functions to exit the native method at a point of error.
相反,需要在Throw()和ThrowNew()函数之后立即使用return语句,以便在出错点退出本机方法
Using the synchronized keyword will ensure that whenever the native method is called from a Java program, it will be synchronized.
使用synchronized关键字将确保任何时候从Java程序调用native方法,它都将是synchronized。
This tool is designed to create aheader file that defines C-style functions for each native method it finds in a Java source code file.
这个工具被设计成用来创建头文件,该头文件为在Java源代码文件中所找到的每个native方法定义C风格的函数。
Note that this change shouldnot affect JNI programmers implementing native methods-- only JNI code that invokes a JVM through the Invocation API.
注:这个变化应该不影响JNI程序员实现本机方法-只有通过InvocationAPI调用JVM的JNI代码才会受到影响。
Results: 29, Time: 0.0307

Word-for-word translation

Top dictionary queries

English - Chinese