搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
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
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.
Android-Developed-from-scratch
- 2011年,若水工作室制作了《Android开发从零开始》系列课程,感谢大家的鼓励和支持。为了进一步提高Android开发培训水平,2012年若水工作室又倾心制作的项目实战视频『若水新闻』客户端开发教程,今天终于与大家见面了。 本系列课程目标 a.提高UI设计能力 b.巩固Android程序设计基础 c.异步更新UI d.掌握Android中HTTP通信 e.掌握JSON格式解析-In 2011, Flow studio produced a series of courses of the A
android
- 安卓程序面试题、安卓典型题、安卓开发、c++程序。-Program interview questions of Andrews, Andrews typical question, Andrews developed, c++ procedures.
hello-jni
- android 环境下利用ndk开发应用程序的例子,就可以在java下用c的库-this is the example code for android develop, it can help develop applications effectively
butterfly.h264
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
H264Android_CPP
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
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
android_socket_parcel
- Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
lpi.c
- mpi, 3pcf多线程编程,还有android的一个游戏背景音乐程序-mpi, pi, 3pcf multi-threaded programming, as well as a game background music android program
Android-Games
- 此书是对有一定经验的android开发程序员写的开发android游戏,以及调用c做的游戏引擎,以及支持移植的一系列例子,很好,但有些难度!-This book is for experienced programmers to write android development android development of the game, and call c do game engine, and support a series of examples of graft, very g
JNI-is-C
- android系统的底层学习和使用 进一步加强底层的学习 带有部分的jni程序-jni android
addPandroidPNDK
- android上NDK实现的一个简单的加法程序,有C和C++实现的库文件,java通过JNI调用动态库-android on the NDK to achieve a simple addition process, the C and C++ implementation of the library, java dynamic library called through JNI
androidjn
- Android jni开发,本书详细介绍了Java调用C、C++程序的方法,介绍了如何使用JNI 来完成底层程序往Android 的移植-This book contains how to learn android system and build program call c or c plus code
android-json-rpc
- android-json-rpc是一个在android程序中使用的JSON-RPC客户端类库。它提供了一个简单的API来执行JSON-RPC服务调用。-This open source library aims to help the implementation of JSON-RPC clients in android applications. The library provides a simple API to perform JSON-RPC service calls from
Androidc
- android上c程序调用java程序的代码,很有必要的学习-android c program calls a java program code, necessary learning
Android-NDK
- 通过 NDK ,android 应用可以开发使用C/C++程序-Through the NDK, android applications can be developed using C/C++ programs
Precoding
- mimo预编码c++程序,相互学习,相互帮助-mimo precoding c++ program, learn each other and help each other
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-