搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
source
- android解包rom工具。其中split_updata.pl是一个perl脚本,可以解开update.app,unyaffs.c和unyaffs.h编译后得到的二进制文件可以解开unyaffs格式的system.img。里面有一个unyaffs的二进制文件,是x86linux下的。 -android unpack the rom tool. The which split_updata.pl is a perl scr ipt, you can unlock the update.ap
android-plugin
- 一个android browser的javascr ipt扩展程序,可以在browser上通过javascr ipt来实现TTS.对研究android browser的plugin是个不错的例子程序。(注,程序是从网上找到了,里面会用到一些android平台的.h,.c,.so文件,需要自己从android的源代码里找,希望对大家有用)-An android browser' s javascr ipt extensions can be adopted by the javascr ip
AndroidSaveData
- Android五种存储数据方式(ContentProvider,Share preferences,file,SQLitedatabase,网络c存储)实例-Five ways to store data instance android
AndroidJNIFileOperator
- android上基于JNI的文件操作源代码,实现java与c++混编-android JNI-based file operations on the source code
H264Android_CPP
- Eclipse下的C语言实现的h264安卓视频播放器,附带测试视频文件-Under the Eclipse C language h264 Android video player, with the test video file
tut1
- file c++ bare download hast
zhanxun_BOE4.5_NT35512
- 展讯平台LCM初始化NT35512配京东方玻璃的C文件,内含整个LCD初始化过程和功能调用。-Spreadtrum platform initialization NT35512 LCM glass with BOE C file that contains the entire LCD initialization procedure and function calls.
html-textview-master
- HtmlTextView控件源代码,可以直接使用- Copyright (C) 2013-2014 Dominik Schürmann <dominik@dominikschuermann.de> * * Licensed under the Apache License, Version 2.0 (the License ) * you may not use this file except in compliance with the License. *
JniApplication
- Android JNI调用实例,调用之前需要编译c文件到目标平台,然后放到jni目录下-Android JNI calls instance, you need to compile the c file before calling the target platform, and then put jni directory
emmcdl
- 1. Download VS Express 2010 and install http://download.microsoft.com/download/5/C/1/5C156922-CA10-49D8-B7E7-9BF092C3B6EB/VS2010ExpressCHS.iso 2. Download Windows SDK 7.1 and install https://www.microsoft.com/en-us/download/details.aspx?id=8
dexRepair-master
- dex修复工具,可以修复dex文件头,使用c语言编写。-dex repair tool to fix up dex file
gradle-4.1
- gradle-4.1. zip 离线包下载。Gradle是大家共用的,当然不会把Gradle放在项目文件中(不是不可以),AS将gradle保存在下面的目录:Linux:~/.gradle/wrapper/dists windows:C:\users\{user name}\.gradle\wrapper\dists(Gradle-4.1. zip offline package download. Gradle is shared, of course not put Gradle in
hello_android
- 命令行编译asm汇编源码为安卓应用apk。 步骤: 一、asm源码编译为so文件。 二、so生成apk,需要SDK、JAVA。 三、若需要添加C:\lib\armeabi\third.so等,请用压缩软件打开temp.apk。(The command line compiled ASM assembler source code for the Android application APK. Step: 1. The source code of A