搜索资源列表
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
JNI
- 一个有关于JNI编程方法的视频教程,很清楚的讲解了怎样通过java调用C语言的方法-JNI programming on a video tutorial, very clear explanation of how to call the C language by the method java
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
giflib-4.1.6
- GIF操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持多帧动画,自带颜色交错算法,完美避免gif颜色少的弊病。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境、C#环境、Java环境、PHP环境、python环境、Linux或Windows的桌面工程、命令行工具中,更可以应用在Web
zlib-1.2.5
- 想操作zip压缩流吗?这个库就是你想要的。zip作为最流行的压缩流事实标准,在压缩速度、压缩效果上取得完美平衡,远超rar, lass之流不平衡的压缩格式。 zlib操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持zip格式。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境
c-jni-java
- C中通过JNI调用java对象接口,也有java调用c接口,是在Android开发环境中运行的-C through JNI call java object interface