CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发 搜索资源 - 系统模块

搜索资源列表

  1. ika_comm

    0下载:
  2. ANDROID系统下连接蓝牙模块,使用虚拟串口协议的蓝牙串口终端-android bluetooth
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:48388
    • 提供者:杨威
  1. Android-kernel

    0下载:
  2. 本文档详细阐述了ANDROID操作系统的各个功能模块,包括IPC通讯、GWES框架原理、RIL电话系统、应用程序框架等等,是一份难得的资料!-This document describes in detail the various features ANDROID operating system modules, including the IPC communication, GWES framework of principles, RIL phone system, applicati
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:3024728
    • 提供者:WMG0809
  1. mobilePhotoes_2

    0下载:
  2. 本软件的开发是为具有android手机的用户浏览本地图片,并对图片进行处理,拍照操作。1 .1软件运行 本软件运行在android智能手机上,在软件安装后,直接点击相应图标,就可以显示出软件的主菜单,进行需要的软件操作。 1 .2系统配置 具有android操作系统的智能手机 2.4.1:浏览本地图片模块 2.4.2:拍照模块 -The software development is a android phone users browse the local image, an
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:5020359
    • 提供者:allen
  1. Android_Technic.pdf

    0下载:
  2. 安卓框架介绍,包含linux内核驱动,Android系统构架,以及重要模块的代码阅读。-Android framework, linux driver specific for Android
  3. 所属分类:android

    • 发布日期:2017-11-17
    • 文件大小:43882695
    • 提供者:Song
  1. linux_android

    0下载:
  2. 系统分析了android底层的各个模块构成,对linux kernel的修改等多方面的内容-Systems Analysis Android the bottom of each module constitutes a modification of the linux kernel and many other content
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:404142
    • 提供者:fulean
  1. MobileAssistant6

    0下载:
  2. drp分销系统是不可多得的学习Java web开发的良好例子,经典模块包括人员管理,分销商管理,终端客户管理,流向单管理等模块。-the drp distribution system is a good example of the rare learning Java web development, the the classic modules include personnel management, distributor management, end customers mana
  3. 所属分类:android

    • 发布日期:2017-11-24
    • 文件大小:1376457
    • 提供者:陈奇
  1. Sudoku

    0下载:
  2. android版数独游戏,界面清新,可按序号选择游戏,也可有系统随机选择游戏,具有很好的模块化结构,可以自己在源码中添加题目-android version of Sudoku game, a fresh interface, select the game according to the serial number can also be randomly selected game system has a modular structure and can add a title in
  3. 所属分类:android

    • 发布日期:2017-11-06
    • 文件大小:184292
    • 提供者:joseph
  1. Douban

    0下载:
  2. 豆瓣网的豆瓣同城模块android系统手机客户端-Douban watercress city Module of android system mobile phone client
  3. 所属分类:android开发

    • 发布日期:2013-03-28
    • 文件大小:8233955
    • 提供者:李飞鹏
  1. btdemo

    0下载:
  2. 模仿android系统源码编写的蓝牙通讯模块,基本实现了蓝牙通讯的功能。-Android system source code written in imitation of Bluetooth communication module, the basic realization of the Bluetooth communication function.
  3. 所属分类:android

    • 发布日期:2017-11-16
    • 文件大小:947725
    • 提供者:胡均庭
  1. mailDemoModule

    0下载:
  2. 模仿android系统源码编写的邮件通讯模块,基本实现了邮件通讯的功能。-Android system source code written in imitation of the message communication module, the basic realization of e-mail communication function.
  3. 所属分类:android

    • 发布日期:2017-11-12
    • 文件大小:2389247
    • 提供者:胡均庭
  1. wifiDemo20130314

    0下载:
  2. 模仿android系统源码编写的WIFI通讯模块,基本实现了WIFI通讯的功能。-Imitation WIFI android system source code written communication module, the basic realization of the WIFI communication function.
  3. 所属分类:android

    • 发布日期:2017-11-02
    • 文件大小:2603408
    • 提供者:胡均庭
  1. Android

    0下载:
  2. Android开发精要(完整扫描版) 第1章 Android的系统架构/1 第2章 Android源代码的下载和编译/16 第3章 Android组件模型解析/28 第4章 Android的Intent机制/67 第5章 组件生命周期解析/91 第6章 组件间的数据传输/129 第7章 Android控件解析/141 第8章 应用资源/205 第9章 数据存储/226 第10章 网络通信/248 第11章 地理信息服务/269 第12章 多媒体处理
  3. 所属分类:android

    • 发布日期:2017-06-10
    • 文件大小:17858656
    • 提供者:林任樟
  1. APK-achieve-silent-installation

    1下载:
  2. 源码简介: 如果用过一些手机助手的朋友都知道,手机助手下载其他软件的更新程序后会自动静默更新。 APK静默安装是指实现了在APK文件安装过程中不会出现系统安装对话框。不仅可以安装新的apk, 也适用于更新旧的apk。更新apk必须保证新旧apk签名一致。本次分享的源码就是一套关于apk静默安装的源码, 可以实现apk的静默安装或更新。压缩包里有两种实现apk静默安装的方法说明和详细的操作文档与源码。 涉及模块&技术 静默安装 -Source descr iption:
  3. 所属分类:android

    • 发布日期:2015-09-06
    • 文件大小:2968576
    • 提供者:姜丙凯
  1. weiqing

    0下载:
  2. 便于二次开发的开源微信公众平台管理系统! 多用户分权管理 微擎多用户微信公众平台管理系统可简单的实现管理员与各个用户间的授权与管理! 功能模块化-Micro engine, micro website management system
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2436402
    • 提供者:周军
  1. 华为MU509_3G模块android下使用库

    0下载:
  2. 华为MU509_3G模块在android4.0以上系统下使用的库文件及使用说明文档。
  3. 所属分类:android开发

    • 发布日期:2015-01-16
    • 文件大小:2044355
    • 提供者:boarmy
  1. com.qz.transaction.MainActivity

    0下载:
  2. 一款初级的交易管理系统,用户角色分为管理员、发布者、个人用户和访客。其中前三者都有自己对应的功能,管理员有修改个人和用户资料修改商品信息的权限。发布者有发布商品和更改个人信息的权限,个人用户有购买产品和修改个人信息的权限,访客只有浏览功能。项目使用了sqlite作为单机数据的存储,源码有比较详细的注释。可以作为毕业设计源码。默认的管理员用户名是javaapk密码123456 涉及模块&技术 用户模块 sqlite -A primary trading manageme
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1252063
    • 提供者:miss校小炫
  1. workremind

    0下载:
  2. 基于Android系统平台开发出工作提醒的应用。 通过安装该应用,防止用户遗忘某个时间的重要工作,进行记录并在特定时间通过音乐提醒用户。 主要模块有:工作提醒数据存储、数据共享访问、列表浏览和定时提醒等功能模块。 -Based on the Android platform to develop job alerts applications. By installing this application, to prevent users forgetting important
  3. 所属分类:android

    • 发布日期:2017-05-12
    • 文件大小:3030600
    • 提供者:黄文津
  1. AccountMS

    0下载:
  2. 基于android的家庭理财通系统,内嵌各种模块,利用sqlite数据库-Family financial communication system based on android embedded various modules, use sqlite
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:692426
    • 提供者:解丽岩
  1. 深入解析Android 5.0系统

    0下载:
  2. 深入解析Android 5.0系统,了解android系统构架和各个模块(Deep analysis of Android 5 system, understand the Android system architecture and each module)
  3. 所属分类:android开发

    • 发布日期:2017-12-15
    • 文件大小:830464
    • 提供者:二月明
  1. 基于安卓电影选座系统的设计

    1下载:
  2. 电影院订票系统总体分为前台管理和后台管理。前台管理包括浏览电影票,查询电影票,订购电影票,用户信息维护等功能。后台管理包括站内影院资讯管理,电影票管理,订单管理等模块。(Theater booking system is divided into front management and background management. Front desk management includes browsing movie tickets, inquiring movie tickets, or
  3. 所属分类:android开发

    • 发布日期:2017-12-19
    • 文件大小:12591104
    • 提供者:coins
« 12 »
搜珍网 www.dssz.com