CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - android jni

搜索资源列表

  1. H264解码器源码 for Android

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
  3. 所属分类:android开发

    • 发布日期:2017-03-02
    • 文件大小:230525
    • 提供者:wyc
  1. android_JNI

    0下载:
  2. android jni调用说明
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:71298
    • 提供者:john
  1. easyJni_Src

    0下载:
  2. 在android中经常使用jni开发 头文件生成很麻烦,故模仿easyExploer写了一个eclipse的easyJni插件 项目源码需放在src下,class文件放在bin下 安装此插件后在eclipse中java源码上右键Ctreate Jni即可生成在项目的jni目录下的头文件-Jni often used in android development headers generated a lot of trouble, so write a mimic easyExplo
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:17657
    • 提供者:lypoint
  1. H264Android_code

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:650207
    • 提供者:caoliang
  1. lame

    0下载:
  2. 在android中利用jni调用c库lame对音频进行转码-Jni call the c library in android lame for audio transcoding
  3. 所属分类:android

    • 发布日期:2016-01-27
    • 文件大小:1420288
    • 提供者:wiper
  1. JNIExample

    0下载:
  2. 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.
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:142180
    • 提供者:
  1. GPIOdriver

    1下载:
  2. 这是一个在android下进行gpio驱动开发的例子,在这个例子中分别从底层驱动代码到测试程序再到android上的JNI层,然后通过java代码调用APP Framework层的接口实现对开发板上led的控制-This is carried out under a gpio android-driven development example, in this case were driven from the bottom to the android code to the test pr
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:56004
    • 提供者:吴志君
  1. android上电子钱包

    0下载:
  2. android上电子钱包的整套源码,jni封装与智能卡通讯指令,上层加解密算法 mac计算等
  3. 所属分类:android开发

    • 发布日期:2012-11-01
    • 文件大小:585967
    • 提供者:ppcai002
  1. ndk-gdb-eclipse

    0下载:
  2. 介绍了NDK如何与eclipse联合调试程序,极大地方面了android jni的开发-how to use NDK and eclipse on android.
  3. 所属分类:android

    • 发布日期:2017-04-10
    • 文件大小:1144984
    • 提供者:tom
  1. Andriod_JNI

    0下载:
  2. 在Android平台中用C/C++语言编写Native底层库,以及对应的JNI接口的详细例子-Implement the JNI interface for Google Android system. Introduce the method of building Java Native code.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:15818
    • 提供者:Richardson
  1. samples

    0下载:
  2. 这是一个在android平台上通过中间层jni技术,实现调用C++的代码,主要是makefile文件的实现,如果编译多个C-This is a android platform, through the middle layer jni technology to realize call C++ code, mainly the realization of makefile file, if the build number of CPP
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-26
    • 文件大小:9023
    • 提供者:luoguangxian
  1. java-JNA

    0下载:
  2. android JNA中文教程,学习JNI,android开发用C必看!!很值得推荐的好教程!-android JNA Chinese tutorial, learning JNI, android development with C must see! ! Recommend a good tutorial is worth!
  3. 所属分类:android

    • 发布日期:2017-03-22
    • 文件大小:282939
    • 提供者:huansuchanzhe
  1. depth-understanding-of-Andorid

    0下载:
  2. 深入理解Android重难点解析,主要重点分析了JNI、init、Android常用类、Binder、Audio系统和Surface系统。-Android-depth understanding of heavy and difficult to resolve, mainly focused on analyzing the JNI, init, Android commonly used type, Binder, Audio Systems, and Surface Systems.
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:745601
    • 提供者:寒风
  1. JNI-is-C

    0下载:
  2. android系统的底层学习和使用 进一步加强底层的学习 带有部分的jni程序-jni android
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:13080
    • 提供者:lingyun
  1. jni

    0下载:
  2. android screenshot jni 代码,在2.3版本适用-android screenshot jni core,fat for 2.3ver
  3. 所属分类:android

    • 发布日期:2017-04-13
    • 文件大小:1909
    • 提供者:jiaoriming
  1. androidjn

    0下载:
  2. Android jni开发,本书详细介绍了Java调用C、C++程序的方法,介绍了如何使用JNI 来完成底层程序往Android 的移植-This book contains how to learn android system and build program call c or c plus code
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1426183
    • 提供者:shone
  1. jni

    0下载:
  2. 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)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:10240
    • 提供者:lushaoen
  1. MyJniTest

    0下载:
  2. 如何在Android下使用JNI ,Android系统的底层库由c/c++编写(How to use JNI under Android, and the bottom Library of Android system is written by c/c++)
  3. 所属分类:android开发

    • 发布日期:2018-01-01
    • 文件大小:1725440
    • 提供者:Uncle_David
  1. myjni

    0下载:
  2. 本代码是jni开发入门级别代码,非常简单易懂,欢迎大家踊跃下载学习(jni code for Android)
  3. 所属分类:android开发

    • 发布日期:2018-01-05
    • 文件大小:7168
    • 提供者:lhzhengaa
  1. 联合开发网

    0下载:
  2. 使用ssm实现分页 android JNI开发 android GridLayout 设置item间距 android使用javaemail发送邮件常见错误(ssm for Pagination android JNI android GridLayout javaemail mistake)
  3. 所属分类:android开发

    • 发布日期:2018-01-09
    • 文件大小:5120
    • 提供者:GaSe
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com