搜索资源列表
android_daemon
- 使用C语言编写了一个守护进程程序,先令其在Ubuntu中实现开机自启动。然后又将其移到Android中,并在Android中也实现了守护进程开机自启动。-The use of C language, a daemon process, start to realize it in the Ubuntu boot from the start. Then move it in Android, and Android is also a guardian of the process of boo
JNI-Study
- 很好的 JNI 编程指南,是代码移植必备秘籍,可用于JAVA开发,ANDROID开发中C代码移植过程中间层开发,详细参见文档-Good JNI Programming Guide, code essential transplantation Cheats, can be used in Java development, the middle layer of the ANDROID development of C code porting process development, deta
LINUX_glibc-ANDROID_bionic
- LINUX C库是基于GLBIC的, ANDROID 是基于BIONIC C 的 ,本文可以帮助你移植以LINUX GLIBC开发的程序到ANDROID 平台 -LINUX C library based on GLBIC of, ANDROID is based on the BIONIC C, this article can help you transfer LINUX GLIBC development process to the ANDROID platform
NDK
- NDK(Android)环境搭建。帮助构建NDK编程环境,支持Android下的JAVA和C++混合编程。-NDK (Android) environment to build. NDK programming environment, help build support under Android of JAVA and C++ mixed programming.
Android
- [代码] Android 轻松实现语音识别的完整代码 * Copyright (C) 2008 The Android Open Source Project 002 * 003 * Licensed under the Apache License, Version 2.0 (the "License") 004 * you may not use this file except in compliance with the License. 005 * You
NDKdajian
- Android系统中的应用程序都是用Java开发的。Android NDK使我们能够在android上使用C/C++开发的原生代码。 有两个理由使用NDK: 一是合理的重用现有的代码;二是在程序中某些关键的部分提高执行效率。 -Android system applications are written in Java development. Android NDK allows us to use the C/C++ developed in the android native
JNI
- JNI:android native develop JNI interface for c user . java native interface user guide . first my docudament thank you!-android native develop JNI interface for c user . java native interface user guide . first my docudament thank you!
Androidqianshurshidaohang
- 本文根据车载导航系统的特点和功能需求,应用嵌入式系统各项技术,研究了基于 ARM 处理器和 Android 操作系统的车载导航系统的研制。主要从硬件平台的特点、外围 电路的设计以及 Android 操作系统下对硬件设备的驱动、应用程序设计等方面对嵌入式车 载导航系统进行深入分析和探讨。硬件平台主要以 S3C2410A 为核心处理器,结合键盘、 触摸屏、液晶等基本外围电路,同时独立设计了包括 GPS 模块在内的硬件外扩电路,对 这些硬件电路的设计及工作原理进行了分析,确保了硬件
Android-NDK
- 关于Android NDK的文档。NDK是android平台通过C++编写软件的开发包,C/C++程序员在android平台开发软件可以看看。-About the Android NDK
How_to_debug_Android_C_code
- 本文描述了如何在Eclipase+ADT+NDK环境下调试Android应用中的C代码。-This article describes how Eclipase+ADT+NDK Android application debugging environment in C code.
H264Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
ANE
- Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscr ipt API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展Actionscr ipt。从而完成一些原有Actionscr ipt无法完成的功能。-Adobe Air is de
Rapid-scaling-algorithm
- 定标快速算法,实现安卓平台C语言开发,快速运算功能-Rapid scaling algorithm,Android platform C language development to achieve rapid calculation function
Android-C-a-NDK-a-Cygwin
- 学习android jni很好的文档,内容很全很详细-Learning android jni good documentation
config-ndk-and-jni
- android C的环境搭建,NDK的配置。在java层通过JNI访问下层C。-android C environment to build, NDK configuration. In java layer to access the underlying C through JNI.
