CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - android c

搜索资源列表

  1. Android-Developed-from-scratch

    2下载:
  2. 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
  3. 所属分类:android

    • 发布日期:2015-06-29
    • 文件大小:1824768
    • 提供者:冯术林
  1. android

    0下载:
  2. 安卓程序面试题、安卓典型题、安卓开发、c++程序。-Program interview questions of Andrews, Andrews typical question, Andrews developed, c++ procedures.
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:205377
    • 提供者:liusizheng
  1. ZXing

    0下载:
  2. 一维码、二维码条码识别程序,是google上的一个开源项目。包含java、c、iphone、javame、Android等平台源代码-One-dimensional codes, two-dimensional bar code identification procedures, is an open source project on google. Including java, c, iphone, javame, Android platform source code, etc.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-22
    • 文件大小:42476901
    • 提供者:盛服
  1. AndroidPJNI

    0下载:
  2. java通过jni调用C++的电子书,讲的十分详细 -java through jni call C++, e-books, talking about very detailed
  3. 所属分类:Java Develop

    • 发布日期:2017-05-29
    • 文件大小:12145208
    • 提供者:张凯
  1. mt_for_android_driver

    0下载:
  2. 电容屏多点触摸驱动,直接加入到linux驱动层。适用于android系统。仅共学习参考,请勿用作商业用途,否则后果自负-Capacitive multi-touch screen driver, added directly to the linux driver layer. For android system. Total study reference only, do not used for commercial purposes, or peril
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:161581
    • 提供者:pengwenliang
  1. tccunpack2.c

    0下载:
  2. utility to UNPACK android boot files
  3. 所属分类:android

    • 发布日期:2017-11-09
    • 文件大小:1467
    • 提供者:protopcb
  1. hello-jni

    0下载:
  2. android 环境下利用ndk开发应用程序的例子,就可以在java下用c的库-this is the example code for android develop, it can help develop applications effectively
  3. 所属分类:android

    • 发布日期:2017-03-25
    • 文件大小:26974
    • 提供者:hsd352
  1. s3c6410-h264-encode-ok

    0下载:
  2. 已产品化代码,用华恒S3C6410-R2开发板采集视频并压缩为H264格式,不带IDR帧,提供c源程序和MAKEFILE,头文件开发板配套资料有,使用时.c文件要改名为cam2fb.c-Product of the code has been used huaheng S3C6410-R2 development board acquisition and compression for the H264 video format, without IDR frame, providing c
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:2428
    • 提供者:杨在
  1. Android_1.0_eBook_by_tom_kao_2008_10_15

    0下载:
  2. 高焕堂android中文书全,电子文件for version 1.0 好东西,不藏私 高焕堂写的关于android方面的书, android中文书,电子文件(全)for version 1.0 http://www.android1.net/Topic.aspx?BoardID=11&TopicID=318 ※ 第一篇:介绍应用框架概念、原理和特性。 ※ 第二篇:阐述应用框架之设计技巧。亦即,如何打造应用框架。 (注:如果
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2016-01-27
    • 文件大小:5948402
    • 提供者:zx
  1. iPhoneDevelopmentDoc

    0下载:
  2. iphone上开发必备的一些文档,包括了基本语言介绍:objective-c;os基本架构等。-iphone on the development of some of the necessary documents, including the basic language introduced: objective-c os basic structure and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-09
    • 文件大小:15756722
    • 提供者:nihao
  1. DownLoader

    0下载:
  2. 一个C++编写的下载者,注入到IE浏览器-A downloader which is written by c++..................
  3. 所属分类:Hook api

    • 发布日期:2017-05-13
    • 文件大小:3080236
    • 提供者:foxcreek
  1. android_socket_parcel

    0下载:
  2. Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:126454
    • 提供者:code998
  1. android_daemon

    0下载:
  2. 使用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
  3. 所属分类:software engineering

    • 发布日期:2016-01-22
    • 文件大小:105950
    • 提供者:code998
  1. samples

    0下载:
  2. android系统下用JAVA方式调用C++动态库的DEMO-JAVA under way with the android system called C++ dynamic libraries DEMO
  3. 所属分类:Ajax

    • 发布日期:2017-04-01
    • 文件大小:61457
    • 提供者:huangxiaofeng
  1. demos

    0下载:
  2. 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.
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:9761
    • 提供者:辛瑞超
  1. Andriod_JNI

    0下载:
  2. 在Android平台中用C/C++语言编写Native底层库,以及对应的JNI接口的详细例子-Implement the JNI interface for Google Android system. Introduce the method of building Java Native code.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:15818
    • 提供者:Richardson
  1. samples

    0下载:
  2. 这是一个在android平台上通过中间层jni技术,实现调用C++的代码,主要是makefile文件的实现,如果编译多个C-This is a android platform, through the middle layer jni technology to realize call C++ code, mainly the realization of makefile file, if the build number of CPP
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-26
    • 文件大小:9023
    • 提供者:luoguangxian
  1. Android_kernel_analysis

    0下载:
  2. Android内核的简单分析,中文版, 介绍浅显易懂-Android kernel of a simple analysis of the Chinese version, descr iption easy to understand!!!
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:170916
    • 提供者:kun
  1. MP3_Player

    0下载:
  2. libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, en
  3. 所属分类:Audio program

    • 发布日期:2017-03-28
    • 文件大小:11778
    • 提供者:xinghe
  1. unicode_utf8_gbk

    0下载:
  2. utf8与gbk互转的原理与示例,作项目留下的,搞手机等必不可少,中文显示-gbk Mutual Convert utf8 with the principles and samples for the project left, engaged in mobile phones is essential, Chinese display
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:36337
    • 提供者:依然
« 1 2 34 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com