搜索资源列表
FFMPEG-JAVA.ZIP
- ffmpeg-java is a Java wrapper around ffmpeg, using JNA.,ffmpeg-java is a Java wrapper around ffmpeg, using JNA.
XFlashPlayer
- 使用Java结合JFlashPlayer、JNA实现的Flash播放器,外观使用IPod风格,适合初学者研究使用-Using Java with JFlashPlayer, JNA to achieve the Flash player, IPod style exterior use, for beginners to use research
jna
- jna实现java调动态库的包文件,并有例子参考,很有价值的!-jna achieve dynamic library of package java file transfer, and has examples for reference, great value!
JNative
- JNA框架,是Java 调用DLL动态库框架,功能强大,告别往日的JNI,只需定义接口,就可以方便调用DLL库,为开发人员省了不少事。-JNA framework, the Java call DLL dynamic library framework, powerful, bid farewell to the past JNI, simply define an interface, you can easily call the DLL libraries for developers t
JNA3.09API
- JNA是java NIO的开源框架,这是api-JNA are open-source java NIO framework, which is api
jna
- 这个是jna的一个实例,jar包也在里面,希望可以对你有所帮助-This is an example of jna, jar package is also inside, hope you can help
JNAChina
- 这是一个介绍jna的pdf,对初学者可能会有帮助-This is a descr iption jna the pdf, may be helpful for beginners
jnademo
- 用jna调用动态库的一个例子,还算不错,值得参考 -Jna dynamic library calls with an example of fairly good, it is also useful
src
- 运用jna技术调用动态链接库例子(.dll)-Using jna technology called dynamic link library example (. Dll)
JNA_1.0
- 本文原名《使用JNA方便地调用原生函数》发表于2009年3月的“程序员”杂志上。感谢程序员杂志的许可,使这篇文章能够成为免费的电子版,发布于网络上。 程序员杂志发表此文时,略有裁剪,因此本文比程序员上的文章内容更多。 JNA的API参考手册和最新版本的pdf文档,可以在如下地址下载: http://code.google.com/p/shendl/downloads/list.
BMP_DLL
- jna调用dll文件 回调方法怎么书写,与bmp_swt相结合-jna dll file called how to write the callback method, combined with bmp_swt
jna_test
- 一个jna例子,其中包括jna.jar将 jna导入java工程即可调用。-Jna examples, including jna.jar jna import java project can call.
jna101
- Java Native Access (JNA): access native libraries with pure Java co
jna-call-dll-and-C-call-java
- jna调用dll省去烦人的JNI编写,并且实现了自定义接口事件,实现C回调java-jna call JNI dll eliminating annoying to write and implement a custom interface events, implement the C callback java
TestJna
- java JNA 技术的使用例子,通过jna调用c++编写的动态链接库获得当前计算机的mac地址、cpu sn等信息、硬盘序列号、bios序列号和信息,在Eclipse环境下编写。-java JNA examples of the use of technology by jna call c++ write the dynamic link library to get the current computer mac address, cpu sn other information, ha
jna调用动态库示例
- 本文件介绍了一个简单的jna调用动态库的示例,能够使读者简单的了解到对动态库的引用(This document describes a simple JNA call dynamic library example, enabling readers to simply understand the reference to the dynamic librar)
jna
- JNA(Java Native Access )提供一组Java工具类用于在运行期动态访问系统本地库(native library:如Window的dll)而不需要编写任何Native/JNI代码。(JNA(Java Native Access) provides a set of Java utility classes for dynamic Access to the system's Native library (such as Windows DLL) in the runtime
JNATestxx
- JNA(Java Native Access )提供一组Java工具类用于在运行期动态访问系统本地库(native library:如Window的dll)而不需要编写任何Native/JNI代码,JNA测试亲测可用(JNA Java Native Access Provides a set of Java tool classes to dynamically access system local libraries during runtimenative library:Window d
jna
- 这是一个jna.jar的文件,读者可能下载这个文件,满足自己调用java的需求(This is a jna.jar file, and the reader may download the file to meet the needs of the Java.)
深入浅出JNA—快速调用原生函数1.0.pdf
- Java调用c/c++库函数,系统库函数,JNA可以模拟原生代码中的指针(Java calls c/c++ library functions.)