搜索资源列表
java_delphi
- 本程序 通过delphi 制作发送短信的dll 然后 通过java调用 用到JNI接口 dll 复制到java的 C:\\j2sdk1.4.2_04\\bin 目录下 请跟实际情况修改目录 用Java操纵串口,实现短信的发送-delphi through the production process by sending messages through the dll then called java JNI interface used to copy the dll java C
realdll
- 实现了java调用c的功能(JNI),生成了所需要的dll。-realized java call the function c (JNI), the formation of the required dll.
androidjni
- android jni调用c c回调java
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
Android_JNI
- Android JNI开发的详细步骤,照此文档可以让你的Android的Java应用程序调用你的C或C++的接口函数。-Android JNI development of the detailed steps, do the same document can make your Java application calls Android' s your C or C++ interface functions.
Java-Native-Interface
- 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!
JNIExample
- ANDROID开发中通过jni实现java代码和c/c++代码互通的example,浅显易懂,适合初学者。-ANDROID development achieved through jni java code and c/c++ code in exchange for example, easy to understand for beginners.
hello-jni
- android 环境下利用ndk开发应用程序的例子,就可以在java下用c的库-this is the example code for android develop, it can help develop applications effectively
JTAPI1.0-src
- tapi的java封装,但好像缺少jni接口的C源码文件-Tapi`s java encapulation, but it seems to lack of jni interface C code
jpcap-0.7.tar
- JAVA侦听IP包,JAVA本身不支持IP层的解析,需要通过JNI调用C代码完成功能-JAVA listening IP packet, JAVA own IP layer does not support the resolution, the need for JNI call through the completion of C code function
javacsharp_src
- java通过jni调用C#的例子。 需要把C#包装为managed C++,然后再包装为C++,然后通过jni调用-java through jni call C# example. C# need to be packaged for managed C++, and then re-packaged for the C++, and then call jni
JNI_android-daquan
- 多部经典java JNI教程,含中文教程,网上最全的JNI资料大合集!android开发必备的资料,全面教您掌握JNI,让你在android下用C语言也可轻松开发。好不容易搜集来的资料!-More than the classic java JNI tutorial, including Chinese language tutorials, JNI most complete information on the Internet Big Collection! android develop
java-JNA
- android JNA中文教程,学习JNI,android开发用C必看!!很值得推荐的好教程!-android JNA Chinese tutorial, learning JNI, android development with C must see! ! Recommend a good tutorial is worth!
howToUseJNI-
- JNI简介与实现 少有的介绍java和c c++调用的JNI-JNI Introduction and Implementation of a rare introduction java and c c++ JNI call
addPandroidPNDK
- android上NDK实现的一个简单的加法程序,有C和C++实现的库文件,java通过JNI调用动态库-android on the NDK to achieve a simple addition process, the C and C++ implementation of the library, java dynamic library called through JNI
jni
- 安卓平台jni调用技术,通过Java代码调用C/C++代码-Andrews platform jni call technology, call the C/C++ code through the Java code
cPP--java
- 实现c++与java的交互,,使用的技术是称为JNI( Java Native Interface ),C++编写的程序,只要实现JNI生成的接口,则可以让Java程序调用,而Java编写的程序,C++调用,则需要运行Java虚拟机,通过JNI查询调用Java实现的方法。
JNI(java-c)
- 实现了java-c的互调 1.hello-jin-c是linux下的c实现文件。 (使用NDK编译成.so文件,供java层调用)。 2.helloJni是java工程。(里面通过JNI调用下面.so中提供的c的实现。) 同理.so里面也可以调用回调java里面实现的文件。-Java-c the intermodulation 1.hello-jin-c linux c implementation file. (Using NDK build so file for
Java_JNI
- 关于java与c++建立联系的一个知识jni,里面关于jni的使用-A knowledge of java establish contact with c++ jni, which use about jni
jni
- jni封装串口通讯例子源码,在jni层封装rs232,在android用java调用实现控制 串口发送和接收数据(JNI package serial communication example source code, in the JNI layer package RS232, in android with Java call to achieve control serial port to send and receive data)