搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
c_cpptojava
- android ndk下c++ 调用java-android ndk call java c++ under
Aladin
- 1年前做的安全软件(当时豌豆荚刚出来),只可惜我没有找到投资,放到手上没有什么用,分享给大家。程序是我一年前做的,现在比较忙没有时间完善,因此会有不少问题希望大家多包涵。另外,我还有PC端是用C#写的,但是在另外一台机器上,如果需要可以给我发邮件-Security software to do a year ago (then just out of pea pods), but unfortunately I did not find investment, into the hands of
test
- 用C语言实现的针对android手机进行攻击的实例,使采用的是rootkit技术-Implemented in C language, for instance attack android phone, so that uses rootkit technology
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.
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
1vs100(2.3.4)
- android game 1 vs 100 game very very good
androidpn-server-0.5.0-bin
- 模拟push功能 android开发c/s模式很好的实例-Analog push function
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.
GUI
- C+++GUI+PROGRAMMING+WITH+QT4,手机界面源码,API-C+++ GUI+ PROGRAMMING+ WITH+ QT4, mobile phone interface source code, API
Android-using-c
- android调用c语言,调用成功实例,步骤。有时间多做练习。-android uses c.
Android-C-a-NDK-a-Cygwin
- 最近在学习android中如何使用C/C++编程。下载了好多非常好的资料,现在与大家分享。其中包括:Cygwin的下载与环境搭建。NDK,JNI,MK的使用。这份资料还是很全面的。-Recently in learning how to use the android C/C++ programming. Download a lot of very good information to share with you now. These include: Cygwin download an
C-uses-Java-method
- ndk development jni 中的C代码调用java method-ndk development jni java method call in
test.c
- This a set of scr ipts for android that sets oom_adj value of selected processes to -17. It prevents killing this processes by oom_killer: scr ipt with list of protected processes: a try to rewrite on C-This is a set of scr ipts for android that se
c语言基础与底层JNI
- 这是黑马教程28期培训内部资料,包括源码
AndroidLib-Samples-C--master
- Adroidlib sample For programing adb using C# developer this is will help you how to learn abd program in C#
4.97手机编程相关
- 在安卓手机上编程c语言并实现的软件app。(Programming c language and software app on Android mobile.)
IdTcpClientServer
- Windows、Android、IOS通用的C/S方式交互的程序源码。非常方便于开发类似QQ等即时聊天软件。服务器用控件IdTCPServer1,客户端用控件IdTCPClient1。移动平台的编程,早已出现非常好的可视化环境,那就是xeC++Builder或xeDelphi。(Windows, Android, IOS general C/S mode interaction program source code. It is very convenient to develop real-
C#与Android-Socket通信
- C#与Android-Socket通信,支持电脑端与手机端的通讯