文件名称:JNI_simple_example
- 所属分类:
- JSP源码/Java
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-10-17
- 文件大小:
- 470kb
- 下载次数:
- 0次
- 提 供 者:
- W***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
JNI简单示例 1.login
简介:一个通过调用C代码来实现认证登录的示例。
2.ndk_utf
简介:一个JNI代码的hello world程序。
3.ndkcallback
简介:C代码回调java代码示例
4.ndkhelloworld
简介:简单的使用JNI调用C代码,获取返回值。(C代码中包含字符串拼接,其结果显示在log中)
5.ndkpassdata
简介:传递JAVA中的值,在C代码部分进行相应的计算并返回结果,最后在java代码中实现结果的显示。-JNI simple example 1.login Descr iption: A by calling the C code to implement authentication login examples. 2.ndk_utf Plot: A JNI code hello world program. 3.ndkcallback Descr iption: C code callback java code examples 4.ndkhelloworld Descr iption: simple C code using JNI calls to get the return value. (C code contains string concatenation, and the results are displayed in the log) 5.ndkpassdata Descr iption: JAVA pass the value in the corresponding section in the C code and returns the result of the calculation, and finally in java code to achieve the results are displayed.
简介:一个通过调用C代码来实现认证登录的示例。
2.ndk_utf
简介:一个JNI代码的hello world程序。
3.ndkcallback
简介:C代码回调java代码示例
4.ndkhelloworld
简介:简单的使用JNI调用C代码,获取返回值。(C代码中包含字符串拼接,其结果显示在log中)
5.ndkpassdata
简介:传递JAVA中的值,在C代码部分进行相应的计算并返回结果,最后在java代码中实现结果的显示。-JNI simple example 1.login Descr iption: A by calling the C code to implement authentication login examples. 2.ndk_utf Plot: A JNI code hello world program. 3.ndkcallback Descr iption: C code callback java code examples 4.ndkhelloworld Descr iption: simple C code using JNI calls to get the return value. (C code contains string concatenation, and the results are displayed in the log) 5.ndkpassdata Descr iption: JAVA pass the value in the corresponding section in the C code and returns the result of the calculation, and finally in java code to achieve the results are displayed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
login\.classpath
.....\.project
.....\.settings\org.eclipse.jdt.core.prefs
.....\AndroidManifest.xml
.....\bin\AndroidManifest.xml
.....\...\classes\cn\itcast\login\BuildConfig.class
.....\...\.......\..\......\.....\LoginActivity.class
.....\...\.......\..\......\.....\R$attr.class
.....\...\.......\..\......\.....\R$drawable.class
.....\...\.......\..\......\.....\R$id.class
.....\...\.......\..\......\.....\R$layout.class
.....\...\.......\..\......\.....\R$string.class
.....\...\.......\..\......\.....\R.class
.....\...\classes.dex
.....\...\dexedLibs\annotations-f65c26db7caa716cef0401ea5cf7b496.jar
.....\...\jarlist.cache
.....\...\login.apk
.....\...\res\drawable-hdpi\ic_launcher.png
.....\...\...\.........ldpi\ic_launcher.png
.....\...\...\.........mdpi\ic_launcher.png
.....\...\resources.ap_
.....\gen\cn\itcast\login\BuildConfig.java
.....\...\..\......\.....\R.java
.....\jni\Android.mk
.....\...\cn_itcast_login_LoginActivity.h
.....\...\Hello.c
.....\libs\armeabi\libHello.so
.....\obj\convert-dependencies.sh
.....\...\local\armeabi\libHello.so
.....\...\.....\.......\objs\Hello\Hello.o
.....\...\.....\.......\....\.....\Hello.o.d
.....\proguard.cfg
.....\project.properties
.....\res\drawable-hdpi\ic_launcher.png
.....\...\.........ldpi\ic_launcher.png
.....\...\.........mdpi\ic_launcher.png
.....\...\layout\main.xml
.....\...\values\strings.xml
.....\src\cn\itcast\login\LoginActivity.java
ndk_utf\.classpath
.......\.project
.......\.settings\org.eclipse.core.resources.prefs
.......\.........\org.eclipse.jdt.core.prefs
.......\AndroidManifest.xml
.......\bin\AndroidManifest.xml
.......\...\classes\cn\itcast\utf\BuildConfig.class
.......\...\.......\..\......\...\DemoActivity.class
.......\...\.......\..\......\...\R$attr.class
.......\...\.......\..\......\...\R$drawable.class
.......\...\.......\..\......\...\R$id.class
.......\...\.......\..\......\...\R$layout.class
.......\...\.......\..\......\...\R$string.class
.......\...\.......\..\......\...\R.class
.......\...\classes.dex
.......\...\dexedLibs\annotations-f65c26db7caa716cef0401ea5cf7b496.jar
.......\...\jarlist.cache
.......\...\ndk_utf.apk
.......\...\res\drawable-hdpi\ic_launcher.png
.......\...\...\.........ldpi\ic_launcher.png
.......\...\...\.........mdpi\ic_launcher.png
.......\...\resources.ap_
.......\gen\cn\itcast\utf\BuildConfig.java
.......\...\..\......\...\R.java
.......\jni\Android.mk
.......\...\cn_itcast_utf_DemoActivity.h
.......\...\Hello.c
.......\libs\armeabi\libHello.so
.......\obj\convert-dependencies.sh
.......\...\local\armeabi\libHello.so
.......\...\.....\.......\objs\Hello\Hello.o
.......\...\.....\.......\....\.....\Hello.o.d
.......\proguard.cfg
.......\project.properties
.......\res\drawable-hdpi\ic_launcher.png
.......\...\.........ldpi\ic_launcher.png
.......\...\.........mdpi\ic_launcher.png
.......\...\layout\main.xml
.......\...\values\strings.xml
.......\src\cn\itcast\utf\DemoActivity.java
...callback\.classpath
...........\.project
...........\.settings\org.eclipse.jdt.core.prefs
...........\AndroidManifest.xml
...........\bin\AndroidManifest.xml
...........\...\classes\cn\itcast\ndkcallback\BuildConfig.class
...........\...\.......\..\......\...........\DataProvider.class
...........\...\.......\..\......\...........\DemoActivity.class
...........\...\.......\..\......\...........\R$attr.class
...........\...\.......\..\......\...........\R$drawable.class
...........\...\.......\..\......\...........\R$id.class
...........\...\.......\..\......\...........\R$layout.class
...........\...\.......\..\......\...........\R$string.class
...........\...\.......\..\......\...........\R.class
...........\...\classes.dex
...........\...\dexedLibs\annotations-f65c26db7caa716cef0401ea5cf7b496.jar
...........\...\jarlist.cache
...........\...\ndkcallback.apk
...........\...\res\drawable-hdpi\ic_launcher.png
...........\...\...\.........ldpi\ic_launcher.png
...........\...\...\.........mdpi\ic_launcher.png