Welcome![Sign In][Sign Up]
Location:
Search - android c s

Search list

[androiddemos

Description: Android的Native C组件开发,此组件主要是用来支持Android实现OpenGL ES功能。-Android' s Native C component development, this component is mainly used to support Android to achieve OpenGL ES functionality.
Platform: | Size: 10240 | Author: 辛瑞超 | Hits:

[androidandroid-plugin

Description: 一个android browser的javascript扩展程序,可以在browser上通过javascript来实现TTS.对研究android browser的plugin是个不错的例子程序。(注,程序是从网上找到了,里面会用到一些android平台的.h,.c,.so文件,需要自己从android的源代码里找,希望对大家有用)-An android browser' s javascript extensions can be adopted by the javascript in the browser to achieve the TTS. Android browser' s plugin for research is a good example of procedures. (Note, the program is found from the Internet, which will use some of android platform. H,. C,. So file, needs its own source code from the android in search, we want to be useful)
Platform: | Size: 184320 | Author: jun | Hits:

[Streaming Mpeg4H264Android_code

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 注意解码库写死了视频大小240x320,其他视频大小要简单修改一下底层的代码。-H264 decoder source code, porting ffmpeg s H264 decoding to Android, the depth of cut optimization, in the simulator (320x480) in the validation passed.
Platform: | Size: 650240 | Author: caoliang | Hits:

[androidShareandSearch

Description: 基于android平台上的手机/服务器交互(c/s)小项目,即把手机gps位置和相应输入的数据发到服务器上(在电脑上运行时gps的位置要靠模拟器发)。由于服务器端不是我写的我就不贴代码了。-Android-based mobile phone platform/server interaction (c/s) small projects (server also comes with a database, to their distribution, tutorials are also clearly set out)
Platform: | Size: 585728 | Author: 林速度 | Hits:

[androidFFMPEG-Android

Description: FFMPEG移植到Android 网上最详细的教程方法,值得一看-the best code for the android ffmpeg
Platform: | Size: 10240 | Author: meng | Hits:

[androidAndroid_JNI

Description: 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.
Platform: | Size: 19456 | Author: ChenRenJie | Hits:

[androidH264Android

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。-H264 decoder source code, porting ffmpeg s H264 decoder part to Android, the depth of cut optimization, in the simulator (320x480) to verify through. Program using jni architecture. Interface portion of the file to read, the video display is made with java, the underlying video decoding in C to do to meet the speed requirements. In this version, the H264 stream from a separate layer of Nal is done in java, so call decoding in java layer directly whether there is to know when to display video, drawback is the coupling/packaging of almost. If used at the bottom do Nal segmentation method can be encapsulated look good, but each time there is limited data to send, if you get too much data, the underlying may be a decoding of several frames of video, but the notice to the interface layer can only display one, resulting in dropped frames phenomenon. If you send less data each time, there will be many times not to call the underlying substance of decoding, a small gas practices, s
Platform: | Size: 230400 | Author: wyc | Hits:

[androidandroidpn-server-0.5.0-bin

Description: 模拟push功能 android开发c/s模式很好的实例-Analog push function
Platform: | Size: 18301952 | Author: 谢伟 | Hits:

[androidAndroid-binder

Description: Android的binder机制研究(C++部分),通过对Android媒体播放器的反向分析,给出binder的类图,并详细定义了接口类、定义和实现binder类、BnMediaPlayService代码分析-Android s binder mechanism (C++ section), the Android media player through the reverse analysis, given the binder of class diagrams, and detailed definition of the interface classes to define and implement binder class, BnMediaPlayService Code Analysis
Platform: | Size: 212992 | Author: ycy | Hits:

[androidLBS_Android-SignUp-Application

Description: LBS_FOR_SISE功能简介: LBS_FOR_SISE是一款地理位置服务软件,此软件运行于android平台,将员工签到、短信社交、地图查询等功能结合在一起。采用C/S结构,用MySql作为后台数据库。 -LBS_FOR_SISE function Introduction: LBS_FOR_SISE is a location service software, this software running on the android platform, employee attendance SMS social, map query functions together. C/S structure, using MySql as a back-end database.
Platform: | Size: 1563648 | Author: raffaelezou | Hits:

[Linux driverbionic.tar

Description: Android的Linux内核Bionic库,Bionic库仅为200KB大小是GNU版本体积的一半,这意味着更高的效率和低内存占用,同时配合经过优化的Java VM Dalvik才可以保证高的性能。Bionic不支持一些特性比如宽字节对unicode,类似c++那样的异常处理-Android' s Linux kernel Bionic library, Bionic library is only 200KB size is half the volume of the GNU version, which means higher efficiency and low memory usage, in conjunction with optimized Java VM Dalvik can guarantee high performance. Bionic does not support some features such as wide-byte pairs unicode, as exception handling similar c++
Platform: | Size: 2525184 | Author: 邱枫 | Hits:

[androidANDROID-Cameras-and-Surveillance

Description: 简单的安卓手机视频监控,,C/S结构,SOCKET 编程,适合初学者-Simple Android phone video surveillance,, C/S structure,SOCKET programming, suitable for beginners
Platform: | Size: 289792 | Author: cc | Hits:

[JSP/JavaBluetoothApplication

Description: android.蓝牙聊天功能。仿照微信聊天界面。能够传输文字和语音。采用的是c/s架构。考试屏蔽信号时候的必备-android. Bluetooth chat. Modeled on the micro-channel chat interface. Able to transmit text and voice. Using the c/s architecture. Exam shielded signal when necessary
Platform: | Size: 908288 | Author: 吴逸民 | Hits:

[androidClient-Service-json

Description: Android C/s 模式的手机客户端与服务器端的json数据传输,内含有大量知识点。-Json data transfer mobile client and server-side Android C/s mode, which contains a lot of knowledge.
Platform: | Size: 908288 | Author: 王刚 | Hits:

[Com Portjni-com-c

Description: android的同事需要在设备上操作串口,我用C语言写了个串口工具。 JNI NDK-Android s colleagues need on the equipment serial port operation, and I use C language to write a serial port tool.JNI the NDK
Platform: | Size: 3072 | Author: 胡浩 | Hits:

[Other微厦网校运营系统 v1.0

Description: 微厦网校运营系统是一款基于B/S架构的在线学习系统,支持手机端、电脑端,可以在安卓、苹果、微信中使用,方便学员利用碎片化时间进行随时随地的学习,可广泛用于培训机构、职业学院、机关单位、企业机构等等。该系统集在线学习、在线练习、模拟考试、在线考试于一体,这对于培训机构的远程教学开展更加有利。(Micro Xiamen campus operations system is a B/S structure of the online learning system based on mobile phone terminal, computer terminal, support, can be used in Android, apple, WeChat, convenient students use fragmentation time for learning can be widely used whenever and wherever possible, training institutions, Career Academy, institutions, organizations and so on.)
Platform: | Size: 31852544 | Author: ZZ_AIMEE | Hits:

[androidWork4

Description: android基础实验,第一个android实验,入门android实验(eclipse+android,basic android java Eclipse ghgf dchf dsghfsa sac sa dc c c asc ds cs scsc sdc sc s s sd ds d asd)
Platform: | Size: 16396288 | Author: cr218317 | Hits:

[androidAndroid Internals 2015-11

Description: Android是一个开源的系统,但是有多少人能真正坐下来整理数百万行java,C,C++和XML,明白它是如何工作的? 《Android Internals::A Confectioner's Cookbook》是世界上最流行的操作系统的内部运作已记录的第一次!在不涉及冗长代码的情况下,它使用详细的说明、详细的注释和动手实验展示了Android的各种组件的逻辑和流程!(Android may be an open source system, but how many people can actually sit down and sift through millions lines of Java, C, C++ and XML, just to figurea out how it works? Android Internals::A Confectioner's Cookbook is the first time the inner workings of the world's most popular operating system have been documented! Without going into the lengthy code, it presents the logic and flow of Android's various components using detailed illustrations, verbose annotations and hands-on experiments! And the companion website - http://NewAndroidBook.com/ - offers a cornucopia of bonus material, in the form of special tools, articles and code samples - all free! Volume I takes the power user's point of view - the utilities and functionality accessible through)
Platform: | Size: 8852480 | Author: TimeGone | Hits:

[CSharpxamarin_mobile_android

Description: Xamarin.Android编写Android应用的基本用法和部分实例代码(Xamarin.Android's basic usage and part of the instance code for writing Android applications)
Platform: | Size: 3201024 | Author: FD王斌 | Hits:

[androidIdTcpClientServer

Description: 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-time chat software like QQ. The server controls IdTCPServer1, and the client controls IdTCPClient1. There has been a very good visualization environment for mobile platform programming, that is, xeC++Builder or xeDelphi.)
Platform: | Size: 346112 | Author: haoren108 | Hits:
« 12 »

CodeBus www.codebus.net