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

搜索资源列表

  1. SharedPreferences

    0下载:
  2. SharePreferences是用来存储一些简单配置信息的一种机制,使用Map数据结构来存储数据,以键值对的方式存储,采用了XML格式将数据存储到设备中。例如保存登录用户的用户名和密码。只能在同一个包内使用,不能在不同的包之间使用,其实也就是说只能在创建它的应用中使用,其他应用无法使用。-SharedPreferences is a mechanism used to store some simple configuration information, use Map data struc
  3. 所属分类:android

    • 发布日期:2017-04-29
    • 文件大小:466381
    • 提供者:lee
  1. GPS

    1下载:
  2. 利用Arduino获取GPS串口信息,从信息串中截取时间、经纬度信息,并将信息转换格式后通过串口发送并显示-Get use Arduino serial GPS information, the interception time, latitude and longitude information the burst, and the information is sent through the serial port after format conversion and displa
  3. 所属分类:GPS develop

    • 发布日期:2017-04-02
    • 文件大小:1403
    • 提供者:liyuan
  1. dex2oat--Android-ART-Analysis

    0下载:
  2. 介绍android art文件格式,非常不错的参考资料。-introduce the file format of android art
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1147972
    • 提供者:HeLin
  1. UartByByte

    0下载:
  2. BLE 自訂義UUID傳輸,傳輸資料格是主要是使用Byte格式。-Reader and writer data with BLE device, data format is Byte
  3. 所属分类:android

    • 发布日期:2017-05-18
    • 文件大小:4828101
    • 提供者:Michael
  1. getweather11.25OK

    0下载:
  2. android开发获取中国pm2.5和聚合数据网站的天气信息,返回JSON数据格式。-Android development of the PM2.5 and the aggregation of data the site of the weather information, return JSON data format
  3. 所属分类:android

    • 发布日期:2017-05-23
    • 文件大小:6956220
    • 提供者:deng
  1. teqc

    1下载:
  2. TEQC是功能强大且简单易用的GNSS 数据预处理软件,是由UNAVCO Facility (美国卫星导航系统与地壳形变观测研究大学联合体 )研制的为地学研究GPS 监测站数据管理服务的公开免费软件,主要功能有格式转换、编辑和质量检核。-TEQC is powerful and easy to use GPS data preprocessing software, by UNAVCO Facility (US satellite navigation system and the crusta
  3. 所属分类:GPS develop

    • 发布日期:2017-04-29
    • 文件大小:296293
    • 提供者:张炜健
  1. VB6-RS232-SEND-TXT

    0下载:
  2. VB编写的RS232串口通信测试程序,以txt格式接受,可定义发送字符-VB prepared by the RS232 serial communication test procedures in order to accept the TXT format, can be defined to send characters
  3. 所属分类:Com Port

    • 发布日期:2017-04-30
    • 文件大小:64494
    • 提供者:lwytongyong
  1. BinSendByCOM

    1下载:
  2. 简单的将一个bin格式文件通过串口发送出去-Simply a bin file format sent through the serial port
  3. 所属分类:Com Port

    • 发布日期:2017-05-03
    • 文件大小:891609
    • 提供者:shaojian
  1. hextosingle

    0下载:
  2. 将串口读入的二进制数据流转换成single格式,可直接调用或显示-Read the serial binary data stream into a single format that can be called directly or display
  3. 所属分类:Com Port

    • 发布日期:2017-04-12
    • 文件大小:614
    • 提供者:邓松
  1. RINEX-SHUJU

    0下载:
  2. rinex2.0数据,适合做调试时使用,有的数据格式不是很对,调试时注意。-Rinex2.0 data, used for debugging, some data format is not quite right, pay attention to when debugging
  3. 所属分类:GPS develop

    • 发布日期:2017-05-18
    • 文件大小:4852638
    • 提供者:李荣攀
  1. ecg_show

    1下载:
  2. 一个简单的androi程序,读取指定目录下心电数据文件(txt格式),并动态显示心电波形-Androi a simple program that reads the ECG data files in the specified directory (txt format), and dynamic display ECG waveform
  3. 所属分类:WAP develop

    • 发布日期:2017-05-13
    • 文件大小:2842274
    • 提供者:liuzengding
  1. mi3

    0下载:
  2. 小米3的详细架构 实用电路解析 pdf格式-Millet 3 detailed architecture of practical circuit resolve pdf format
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2479167
    • 提供者:林宁亚
  1. postman

    0下载:
  2. 这是一款谷歌浏览器的插件,用于调试chrome浏览器中的网络请求,这种插件非常的方便,能够自主设定返回网络请求的数据格式。-This is a Google browser plug-ins for debugging chrome browser web request, this plug-in is very easy to be able to set their own return data format network requests.
  3. 所属分类:J2ME

    • 发布日期:2017-05-19
    • 文件大小:5186846
    • 提供者:GaoYang
  1. wbkhd

    0下载:
  2. 这个微博客户端中用到得一些知识点。 1:sqllite数据库的应用 2:SharedPreferences结合sqllite保存默认登录用户 3:圆角背景,圆角头像,.9.png格式在android中的应用 4:布局方面的当然是最常用的ReleativeLayout,LinearLayout,FrameLayout,include,merge的应用 5:Menu菜单的使用 6:弹出菜单的使用,简单的弹出框,包含list的弹出框. 7:webview嵌入腾讯第三方授权页
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1127651
    • 提供者:xiaoxiao
  1. rlsbym

    0下载:
  2. 详细介绍 - [ Android 人脸识别功能使用源码 ] 人脸识别功能使用源码需要注意的是图片格式必须是RGB_565,其它就没什么了。-Detail- [Android face recognition feature using source] Face recognition feature to use the source code need to pay attention to the picture format must be RGB_565, the other i
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1498741
    • 提供者:杨存亮
  1. rockplayer

    0下载:
  2. 详细介绍 - [ RockPlayer源码 ] RockPlayer源码一款播放器的源代码,好像能播放的格式还不少。-Detailed introduction- [RockPlayer source] RockPlayer source code of a player s source code, it seems to play a lot of format.
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1666577
    • 提供者:Alex.wang
  1. ghsc263185041150322

    0下载:
  2. Automatically-deploy-Android-applications: The server came xml format descr iption, client resolver interface automatically escapes
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:719720
    • 提供者:xiguan
  1. Zyy360

    1下载:
  2. 网站视频模块源码是一套基于网站视频模块开发android手机客户端项目源码,可以实现通过手机客户端很方便的浏览网站的视频内容,网站的视频内容大部分是flv和mp4格式。本项目使用Android Studio IDE的Gradle构建,实现思路也使用了常规的手机客户端通过向服务器端发送http请求,服务器端api接口返回json数据,然后手机客户端解析json数据,然后将数据展示在listview中。另外压缩包中附带了一份详细的源码分析pdf文档。想研究一下的朋友可以自己下载-Video webs
  3. 所属分类:android

    • 发布日期:2017-05-29
    • 文件大小:11661893
    • 提供者:liutianyu
  1. Test_VoAACEncoder

    0下载:
  2. 实现录音AAC格式且支持上传服务器,实现录音AAC格式,并上传到服务器,然后下载播放。希望能够给大家一点建议或学习。-AAC format and support to achieve the upload server, recording AAC format, and upload to the server, and then download and play. Hope to give you a little advice or learning.
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1521105
    • 提供者:xyzhang
  1. GifViewDemo

    0下载:
  2. 自定义播放gif格式的图片功能,该项目实现了Android自定义播放gif格式的图片,可以通过点击点击屏幕控制动画播放,希望能够帮到学习android开发的朋友。-Custom playback functions in GIF format pictures, the project realized Android custom play GIF format images, can through the click click the screen to control the anim
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:845458
    • 提供者:刘宝蕊
« 1 2 ... 22 23 24 25 26 2728 29 30 »
搜珍网 www.dssz.com