当前位置:
首页
资源下载

搜索资源 - java native interface
搜索资源列表
-
1下载:
Javadpr produces a Delphi project file from native methods declared in a Java class file. The project file compiles to a DLL which is used by Java to interact via the Java Native Interface (JNI.)
-
-
0下载:
JAVA调用本地方法,NATIVE接口,可以调用C/C++函数,或被C/C++调用-JAVA, NATIVE interface, can call C / C functions or C / C call
-
-
0下载:
This comprehensive clear screen tutorial using Java native interface. Teaches you from A-Z how you go about clearing the windows dos console.
-clear screen tutori al using the Java native interface. Teaches you fro m A-Z how you go about clearing
-
-
0下载:
Borland Delphi Runtime Library }
{ Java Native Interface Unit
-
-
0下载:
Java程序最小到系统托盘源代码
Java程序最小到系统托盘只用java是达不到的,你可以用Java Native Interface结合C或者C++的有关方法来实现!利用C++生成.dll文件来供java调用! %-!!m D?
我也收集了一些源代码,这里拿出来供参考一下! .K8a-}qL
这是我搜集整理的,希望对寻找这方面信息的人有帮助![/
-
-
0下载:
用Java 和Clips 接口, 开发专家系统。
CLIPSJNI Version 0.3 Beta
A beta version of CLIPSJNI, a Java Native Interface for CLIPS, is available for download on the SourceForge CLIPS Download Page.
Version 0.1 demonstrates basic techniques for integrating CLIPS
-
-
0下载:
jni,很详细,android中通过jni接口,调用c/c++写的代码。功能很强大!-jni, very detailed, the android through the jni interface to call c/c++ to write code. The function is very powerful!
-
-
0下载:
Java native interface Documentation
-
-
0下载:
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
-
-
0下载:
java and c++ java native interface-java and c++
-
-
0下载:
This directory and its subdirectories contain the example code for: The Java Native Interface: Programmer s Guide and Specification
Sheng Liang, Addison-Wesley, 1999
-This directory and its subdirectories contain the example code for: The Java N
-
-
0下载:
Addison Wesley - Java Native Interface-Addison Wesley- Java Native Interface
-
-
0下载:
实现Java和C++的交互,使用的技术是称为JNI( Java Native Interface ),C++编写的程序,只要实现JNI生成的接口,则可以让Java程序调用,而Java编写的程序,C++调用,则需要运行Java虚拟机,通过JNI查询调用Java实现的方法。-Java and C++ realization of the interaction, the use of technology is known as the JNI (Java Native Interface), C+
-
-
0下载:
the Java Native Interface(JNI)
Android Programmer s guide
-
-
0下载:
JNI是Java Native Interface的缩写,中文为JAVA本地调用。从Java 1.1开始,Java Native Interface (JNI)标准成为java平台的一部分,它允许Java代码和其他语言写的代码进行交互。
OpenCV是Intel公司支持的开源计算机视觉库。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 -myJNIOpenCV = new JNIOpenCV()
String
-
-
0下载:
1.WRITE JAVA CODE
2.COMPILE THE JAVA CODE
3.CREATE C/C++ HEADER
4.WRITE THE C/C++ CODE
5.RUN THE JAVA CODE
(IF USING VISUAL STUDIO 2010 DONT HAVE TO CREATE SHARED LIB FILE, IT WILL DO IT FOR U)
-
-
0下载:
用java调用dll本是一个不难的事情,但往往会给初学者带来的一点麻烦,网络上很多调用dll的例子都参差不齐,往往省略了一些步骤,对他们来说觉得简单不需要说明,对初学者来说确很重要,结果不想可知。因此在这里仔细的说明一下,希望给初学者们带来些许方便,高手绕过。-class HelloWorld {
public native void displayHelloWorld()
static {
System.loadLibrary("hello")
}
public sta
-
-
0下载:
实现c++与java的交互,,使用的技术是称为JNI( Java Native Interface ),C++编写的程序,只要实现JNI生成的接口,则可以让Java程序调用,而Java编写的程序,C++调用,则需要运行Java虚拟机,通过JNI查询调用Java实现的方法。
-
-
0下载:
Java利用java native interface 和C、C++相互调用-Java and C++ calling each other via java native interface
-
-
0下载:
It is JAVA Interface descr iption
-