搜索资源列表
C++_Call_Java_20070430
- 封装了C++调用Java功能的功能!JNI,javaVM-Packaging C function calls Java function! JNI, javaVM
AndroidPJNI
- java通过jni调用C++的电子书,讲的十分详细 -java through jni call C++, e-books, talking about very detailed
MyJNI
- jni 调用c++程序, jni 调用c++程序-JNI call c++ procedures, jni call c++ procedures
CNativeCode
- Java JNI。java中通过JNI接口与C或C++编写的本地代码库(*.DLL)互相调用。 本例中不但在Java中调用C++代码,而且在C++代码中访问Java变量并修改。-Java JNI. java through JNI interface with C or C++ prepared native code library (*. DLL) call each other. In this case not only in Java call C++ Code, but also
JNI
- 可以通过jni调用其他语言编写的代码。例如:c、c++、delphi、c#等等。-Welcome come
jni
- JNI,用JAVA调用C,C++的说明文章。本教程描述和演示了 Java 本机接口(Java Native Interface)的基本的和最常用的技术 — 从 Java 程序调用 C 或 C++ 代码,以及从 C 或 C++ 程序调用 Java 代码 — 以帮助您迅速而高效地开发自己的 JNI 解决方案。-JNI, using JAVA call C, C++ of how-to articles. The course descr iption and presentation of the
JNI
- JNI 案例,一支JAVA CALL 一支C PROGRAM-THE PROGRAMS OF JNI EXAMPLES
JCanny
- Canny JNI with openCV in c++ amaury. copyright.
JNI_C
- How to use java call c program? JNI will help you.
java_jni
- java jni 学习源码和资料,java 调用 c/c++的例子-java jni learning and information source, java calling c/c++ example
Andriod_JNI
- 在Android平台中用C/C++语言编写Native底层库,以及对应的JNI接口的详细例子-Implement the JNI interface for Google Android system. Introduce the method of building Java Native code.
AndroidJNI
- JAVA程序通过JNI来调用Native C程序中的函数。 -JAVA program through the JNI to call Native C program function.
jni
- c++通过jni调用java类. jdk1.6下通过测试-c++ through jni call the java class. jdk1.6 through testing
jni_sourcecode
- JNI接口的应用事例程序, 具体的详细理解接口,请参阅JNI.H头文件。-JNI interface sample codes, referance the jni.h header file in detail.
JNI
- 使用JNI实现Java和其他语言(如:C++)之间的通信-JNI using implement communication between the Java and other languages (such as: C++)
hello-jni
- 用JAVA 的JNI调用本地c/C++的函数模块,以库函数的形式提供给Java 程序使用-JAVA JNI call with the local c/C++ function module to the form of library functions available to the Java program uses
JNI-(2)
- JNI: Java 層與C++層的接口 在雙層框架裡 ,上層是Java 框架,而下層是C/C++框架。這兩 層框架之 間會有密切 的溝通。此時JNI(Java Native Interface)就扮演雙方溝通的接口 了 。藉由JNI 接口,可將Java 層的基類 或子類 的函數 實作部份挖空,而移到 JNI 層的C 函數 來 實作之。例 如,原來 在
jnitesting
- c-jni-java Hello world!
jni
- jni,使用java调用本地函数库(如C函数)的历程程序,并附有详细的教程。-the jni, use the java call the local library (such as C function) the course of the program, together with a detailed tutorial.
c-jni-java
- C中通过JNI调用java对象接口,也有java调用c接口,是在Android开发环境中运行的-C through JNI call java object interface