文件名称:JNI_simple_example
-
所属分类:
- 标签属性:
- 上传时间:2013-10-17
-
文件大小:469.92kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
login/.project
login/.settings/org.eclipse.jdt.core.prefs
login/AndroidManifest.xml
login/bin/AndroidManifest.xml
login/bin/classes/cn/itcast/login/BuildConfig.class
login/bin/classes/cn/itcast/login/LoginActivity.class
login/bin/classes/cn/itcast/login/R$attr.class
login/bin/classes/cn/itcast/login/R$drawable.class
login/bin/classes/cn/itcast/login/R$id.class
login/bin/classes/cn/itcast/login/R$layout.class
login/bin/classes/cn/itcast/login/R$string.class
login/bin/classes/cn/itcast/login/R.class
login/bin/classes.dex
login/bin/dexedLibs/annotations-f65c26db7caa716cef0401ea5cf7b496.jar
login/bin/jarlist.cache
login/bin/login.apk
login/bin/res/drawable-hdpi/ic_launcher.png
login/bin/res/drawable-ldpi/ic_launcher.png
login/bin/res/drawable-mdpi/ic_launcher.png
login/bin/resources.ap_
login/gen/cn/itcast/login/BuildConfig.java
login/gen/cn/itcast/login/R.java
login/jni/Android.mk
login/jni/cn_itcast_login_LoginActivity.h
login/jni/Hello.c
login/libs/armeabi/libHello.so
login/obj/convert-dependencies.sh
login/obj/local/armeabi/libHello.so
login/obj/local/armeabi/objs/Hello/Hello.o
login/obj/local/armeabi/objs/Hello/Hello.o.d
login/proguard.cfg
login/project.properties
login/res/drawable-hdpi/ic_launcher.png
login/res/drawable-ldpi/ic_launcher.png
login/res/drawable-mdpi/ic_launcher.png
login/res/layout/main.xml
login/res/values/strings.xml
login/src/cn/itcast/login/LoginActivity.java
ndk_utf/.classpath
ndk_utf/.project
ndk_utf/.settings/org.eclipse.core.resources.prefs
ndk_utf/.settings/org.eclipse.jdt.core.prefs
ndk_utf/AndroidManifest.xml
ndk_utf/bin/AndroidManifest.xml
ndk_utf/bin/classes/cn/itcast/utf/BuildConfig.class
ndk_utf/bin/classes/cn/itcast/utf/DemoActivity.class
ndk_utf/bin/classes/cn/itcast/utf/R$attr.class
ndk_utf/bin/classes/cn/itcast/utf/R$drawable.class
ndk_utf/bin/classes/cn/itcast/utf/R$id.class
ndk_utf/bin/classes/cn/itcast/utf/R$layout.class
ndk_utf/bin/classes/cn/itcast/utf/R$string.class
ndk_utf/bin/classes/cn/itcast/utf/R.class
ndk_utf/bin/classes.dex
ndk_utf/bin/dexedLibs/annotations-f65c26db7caa716cef0401ea5cf7b496.jar
ndk_utf/bin/jarlist.cache
ndk_utf/bin/ndk_utf.apk
ndk_utf/bin/res/drawable-hdpi/ic_launcher.png
ndk_utf/bin/res/drawable-ldpi/ic_launcher.png
ndk_utf/bin/res/drawable-mdpi/ic_launcher.png
ndk_utf/bin/resources.ap_
ndk_utf/gen/cn/itcast/utf/BuildConfig.java
ndk_utf/gen/cn/itcast/utf/R.java
ndk_utf/jni/Android.mk
ndk_utf/jni/cn_itcast_utf_DemoActivity.h
ndk_utf/jni/Hello.c
ndk_utf/libs/armeabi/libHello.so
ndk_utf/obj/convert-dependencies.sh
ndk_utf/obj/local/armeabi/libHello.so
ndk_utf/obj/local/armeabi/objs/Hello/Hello.o
ndk_utf/obj/local/armeabi/objs/Hello/Hello.o.d
ndk_utf/proguard.cfg
ndk_utf/project.properties
ndk_utf/res/drawable-hdpi/ic_launcher.png
ndk_utf/res/drawable-ldpi/ic_launcher.png
ndk_utf/res/drawable-mdpi/ic_launcher.png
ndk_utf/res/layout/main.xml
ndk_utf/res/values/strings.xml
ndk_utf/src/cn/itcast/utf/DemoActivity.java
ndkcallback/.classpath
ndkcallback/.project
ndkcallback/.settings/org.eclipse.jdt.core.prefs
ndkcallback/AndroidManifest.xml
ndkcallback/bin/AndroidManifest.xml
ndkcallback/bin/classes/cn/itcast/ndkcallback/BuildConfig.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/DataProvider.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/DemoActivity.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$attr.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$drawable.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$id.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$layout.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$string.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R.class
ndkcallback/bin/classes.dex
ndkcallback/bin/dexedLibs/annotations-f65c26db7caa716cef0401ea5cf7b496.jar
ndkcallback/bin/jarlist.cache
ndkcallback/bin/ndkcallback.apk
ndkcallback/bin/res/drawable-hdpi/ic_launcher.png
ndkcallback/bin/res/drawable-ldpi/ic_launcher.png
ndkcallback/bin/res/drawable-mdpi/ic_launcher.png
ndkcallback/bin/resources.ap_
ndkcallback/gen/cn/itcast/ndkcallback/BuildConfig.java
ndkcallback/gen/cn/itcast/ndkcallback/R.java
ndkcallback/jni/Android.mk
ndkcallback/jni/cn_itcast_ndkcallback_DataProvider.h
ndkcallback/jni/cn_itcast_ndkcallback_DemoActivity.h
ndkcallback/jni/Hello.c
ndkcallback/libs/armeabi/libHello.so
ndkcallback/obj/convert-dependencies.sh
ndkcallback/obj/local/armeabi/libHello.so
ndkcallback/obj/local/armeabi/objs/Hello/Hello.o
ndkcallback/obj/local/armeabi/objs/Hello/Hello.o.d
ndkcallback/proguard.cfg
ndkcallback/project.properties
ndkcallback/res/drawable-hdpi/ic_launcher.png
ndkcallback/res/drawable-ldpi/ic_launcher.png
ndkcallback/res/drawable-mdpi/ic_launcher.png
ndkcallback/res/layout/main.xml
ndkcallback/res/values/strings.xml
ndkcallback/src/cn/itcast/ndkcallback/DataProvider.java
ndkcallback/src/cn/itcast/ndkcallback/DemoActivity.java
ndkhelloworld/.classpath
ndkhelloworld/.project
ndkhelloworld/.settings/org.eclipse.jdt.core.prefs
ndkhelloworld/AndroidManifest.xml
ndkhelloworld/bin/AndroidManifest.xml
ndkhelloworld/bin/classes/cn/itcast/ndk/BuildConfig.class
ndkhelloworld/bin/classes/cn/itcast/ndk/D
login/.project
login/.settings/org.eclipse.jdt.core.prefs
login/AndroidManifest.xml
login/bin/AndroidManifest.xml
login/bin/classes/cn/itcast/login/BuildConfig.class
login/bin/classes/cn/itcast/login/LoginActivity.class
login/bin/classes/cn/itcast/login/R$attr.class
login/bin/classes/cn/itcast/login/R$drawable.class
login/bin/classes/cn/itcast/login/R$id.class
login/bin/classes/cn/itcast/login/R$layout.class
login/bin/classes/cn/itcast/login/R$string.class
login/bin/classes/cn/itcast/login/R.class
login/bin/classes.dex
login/bin/dexedLibs/annotations-f65c26db7caa716cef0401ea5cf7b496.jar
login/bin/jarlist.cache
login/bin/login.apk
login/bin/res/drawable-hdpi/ic_launcher.png
login/bin/res/drawable-ldpi/ic_launcher.png
login/bin/res/drawable-mdpi/ic_launcher.png
login/bin/resources.ap_
login/gen/cn/itcast/login/BuildConfig.java
login/gen/cn/itcast/login/R.java
login/jni/Android.mk
login/jni/cn_itcast_login_LoginActivity.h
login/jni/Hello.c
login/libs/armeabi/libHello.so
login/obj/convert-dependencies.sh
login/obj/local/armeabi/libHello.so
login/obj/local/armeabi/objs/Hello/Hello.o
login/obj/local/armeabi/objs/Hello/Hello.o.d
login/proguard.cfg
login/project.properties
login/res/drawable-hdpi/ic_launcher.png
login/res/drawable-ldpi/ic_launcher.png
login/res/drawable-mdpi/ic_launcher.png
login/res/layout/main.xml
login/res/values/strings.xml
login/src/cn/itcast/login/LoginActivity.java
ndk_utf/.classpath
ndk_utf/.project
ndk_utf/.settings/org.eclipse.core.resources.prefs
ndk_utf/.settings/org.eclipse.jdt.core.prefs
ndk_utf/AndroidManifest.xml
ndk_utf/bin/AndroidManifest.xml
ndk_utf/bin/classes/cn/itcast/utf/BuildConfig.class
ndk_utf/bin/classes/cn/itcast/utf/DemoActivity.class
ndk_utf/bin/classes/cn/itcast/utf/R$attr.class
ndk_utf/bin/classes/cn/itcast/utf/R$drawable.class
ndk_utf/bin/classes/cn/itcast/utf/R$id.class
ndk_utf/bin/classes/cn/itcast/utf/R$layout.class
ndk_utf/bin/classes/cn/itcast/utf/R$string.class
ndk_utf/bin/classes/cn/itcast/utf/R.class
ndk_utf/bin/classes.dex
ndk_utf/bin/dexedLibs/annotations-f65c26db7caa716cef0401ea5cf7b496.jar
ndk_utf/bin/jarlist.cache
ndk_utf/bin/ndk_utf.apk
ndk_utf/bin/res/drawable-hdpi/ic_launcher.png
ndk_utf/bin/res/drawable-ldpi/ic_launcher.png
ndk_utf/bin/res/drawable-mdpi/ic_launcher.png
ndk_utf/bin/resources.ap_
ndk_utf/gen/cn/itcast/utf/BuildConfig.java
ndk_utf/gen/cn/itcast/utf/R.java
ndk_utf/jni/Android.mk
ndk_utf/jni/cn_itcast_utf_DemoActivity.h
ndk_utf/jni/Hello.c
ndk_utf/libs/armeabi/libHello.so
ndk_utf/obj/convert-dependencies.sh
ndk_utf/obj/local/armeabi/libHello.so
ndk_utf/obj/local/armeabi/objs/Hello/Hello.o
ndk_utf/obj/local/armeabi/objs/Hello/Hello.o.d
ndk_utf/proguard.cfg
ndk_utf/project.properties
ndk_utf/res/drawable-hdpi/ic_launcher.png
ndk_utf/res/drawable-ldpi/ic_launcher.png
ndk_utf/res/drawable-mdpi/ic_launcher.png
ndk_utf/res/layout/main.xml
ndk_utf/res/values/strings.xml
ndk_utf/src/cn/itcast/utf/DemoActivity.java
ndkcallback/.classpath
ndkcallback/.project
ndkcallback/.settings/org.eclipse.jdt.core.prefs
ndkcallback/AndroidManifest.xml
ndkcallback/bin/AndroidManifest.xml
ndkcallback/bin/classes/cn/itcast/ndkcallback/BuildConfig.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/DataProvider.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/DemoActivity.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$attr.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$drawable.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$id.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$layout.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R$string.class
ndkcallback/bin/classes/cn/itcast/ndkcallback/R.class
ndkcallback/bin/classes.dex
ndkcallback/bin/dexedLibs/annotations-f65c26db7caa716cef0401ea5cf7b496.jar
ndkcallback/bin/jarlist.cache
ndkcallback/bin/ndkcallback.apk
ndkcallback/bin/res/drawable-hdpi/ic_launcher.png
ndkcallback/bin/res/drawable-ldpi/ic_launcher.png
ndkcallback/bin/res/drawable-mdpi/ic_launcher.png
ndkcallback/bin/resources.ap_
ndkcallback/gen/cn/itcast/ndkcallback/BuildConfig.java
ndkcallback/gen/cn/itcast/ndkcallback/R.java
ndkcallback/jni/Android.mk
ndkcallback/jni/cn_itcast_ndkcallback_DataProvider.h
ndkcallback/jni/cn_itcast_ndkcallback_DemoActivity.h
ndkcallback/jni/Hello.c
ndkcallback/libs/armeabi/libHello.so
ndkcallback/obj/convert-dependencies.sh
ndkcallback/obj/local/armeabi/libHello.so
ndkcallback/obj/local/armeabi/objs/Hello/Hello.o
ndkcallback/obj/local/armeabi/objs/Hello/Hello.o.d
ndkcallback/proguard.cfg
ndkcallback/project.properties
ndkcallback/res/drawable-hdpi/ic_launcher.png
ndkcallback/res/drawable-ldpi/ic_launcher.png
ndkcallback/res/drawable-mdpi/ic_launcher.png
ndkcallback/res/layout/main.xml
ndkcallback/res/values/strings.xml
ndkcallback/src/cn/itcast/ndkcallback/DataProvider.java
ndkcallback/src/cn/itcast/ndkcallback/DemoActivity.java
ndkhelloworld/.classpath
ndkhelloworld/.project
ndkhelloworld/.settings/org.eclipse.jdt.core.prefs
ndkhelloworld/AndroidManifest.xml
ndkhelloworld/bin/AndroidManifest.xml
ndkhelloworld/bin/classes/cn/itcast/ndk/BuildConfig.class
ndkhelloworld/bin/classes/cn/itcast/ndk/D
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.