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

搜索资源列表

  1. Text1

    0下载:
  2. GPS定位 由于定位最少需要3个卫星,该程序开机就自动搜索上空位置的卫星信号,自动获取当前所在位置的经纬度、时间、海拔高度和移动速度-GPS positioning With positioning requires at least three satellites, the program will automatically boot search over the location of the satellite signals, automatically gets the
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3491
    • 提供者:zeng
  1. CurrentAddress

    0下载:
  2. 苹果手机获取当前地址的实例代码, 手机GPS 定位数据, 中国大陆苹果使用的是高德地图, 百度地图后续更新中。-iphone IOS8 , get current address sample, use the gps position on GAODE map
  3. 所属分类:GPS develop

    • 发布日期:2017-05-25
    • 文件大小:8512943
    • 提供者:wang xiao zhen
  1. gps2yeelink

    0下载:
  2. gps定位系统,可以将数据实时上传到yeelink网上,并通过其APP查看运动路径-gps positioning system, real-time data can be uploaded to yeelink online and view motion path by its APP
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:776566
    • 提供者:hehe
  1. GPSSMS

    0下载:
  2. STM32f103 GPS定位 GPRS 发送短信。-STM32f103 GPS positioning GPRS send text messages.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-22
    • 文件大小:6712245
    • 提供者:孙政
  1. GPS

    0下载:
  2. GPS卫星定位proteus仿真 含源程序 已经调试好-GPS satellite positioning and Proteus simulation source code Have a good debugging
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:57080
    • 提供者:柳东阳
  1. GPS_Send_MessageC51-program

    0下载:
  2. 在51单片机上实现GPS定位功能,并在12864液晶上显示-Implementation of GPS positioning function on 51 microcontroller, and displayed on the LCD 12864
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:72234
    • 提供者:feng
  1. firmware-3515

    0下载:
  2. 基于华为海思苡片做的音频,视频存储,网络转发,GPS定位数据采集,适用于车载监控行业-Huawei Hisilicon Yi tablets do based on audio, video storage, forwarding, GPS positioning data collection, applicable to vehicle monitoring industry
  3. 所属分类:Linux Network

    • 发布日期:2017-06-02
    • 文件大小:14453477
    • 提供者:
  1. GPS-Point-Positioning-byCPP

    3下载:
  2. 通过C++实现的GPS伪距单点定位算法,其中不包含Debug文件,包含GPS观测数据文件。-By C++ implementation of GPS pseudorange point positioning algorithm, which does not include the Debug file containing GPS observation data file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:833095
    • 提供者:刘韬
  1. GPS

    0下载:
  2. GPS的RMC、CGATT等格式帧的数据定位解析-GPS locate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:215513
    • 提供者:popo zhang
  1. ditie

    0下载:
  2. 地铁助手,带GPS定位功能,可在地图上定位,可查找地铁线路、站点,带数据库-Metro Assistant with GPS positioning function, can be positioned on the map, you can find subway lines, a site with a
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:7699728
    • 提供者:魏林
  1. GPS-rinex-read

    0下载:
  2. 读取GPS 模块输出的rinex定位数据的源代码,含rinex格式说明,可用于计算卫星位置-Reading the output data the GPS module,including the introduction file for rinex format, which can be used to calculate the position of GPS satellite
  3. 所属分类:GPS develop

    • 发布日期:2017-05-22
    • 文件大小:6325179
    • 提供者:周宁
  1. 机器人同时定位

    0下载:
  2. 运用VC++6.0实现对机器人的运动控制,外加GPS实现机器人的同步定位,Kinect实现对周围坏境的观察。
  3. 所属分类:嵌入式/单片机编程

  1. IAR5.1

    0下载:
  2. 基于msp430的gps定位系统,显示当前坐标,速度航向, 时间,例外添加flash存储
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:59765
    • 提供者:bhuner
  1. Location

    0下载:
  2. GPS定位 baidu地图API的相关开发 Android开发 数据传输-GPS location
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5814841
    • 提供者:刘波
  1. GPS(JT808-2011)

    0下载:
  2. 道路运输车辆卫星定位系统终端通讯协议及数据格式-GNSS system for operational vehicles General specifications for vehicle terminal communication protocol and data format
  3. 所属分类:software engineering

    • 发布日期:2016-05-26
    • 文件大小:61440
    • 提供者:彭兵
  1. GPS

    0下载:
  2. 定位服务是通过 getSystemService(Context.LOCATION_SERVICE)代码 获得的,getSystemService 可以获得多种手机服务,定位服务只是其中的一种 而 已 。 locationManager.requestLocationUpdates( gps , 1000, 0, new LocationListener())实现定位服务的注册, 其中 gps 代表这是通过 GPS 提供位置 服务,1000 代表移动距离,0 代表时间间隔,这个两
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4489175
    • 提供者:William
  1. GPRS-GPS-TEST

    1下载:
  2. GPS信息通过GPRS上传到服务器,服务器显示实时定位经纬度和时间,海拔高度等信息。-GPS GPRS TEST progrem.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2016-01-20
    • 文件大小:8192
    • 提供者:王劲峰
  1. HelloGoogleMaps

    0下载:
  2. android Gps定位方法,打开android GPS定位功能后即可使用-android gps location
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:98571
    • 提供者:党沛
  1. GPS

    0下载:
  2. GPS信号处理流程,包括信号发生、接收机捕获、跟踪和定位解调。-GPS signal processing flow, including signal generator, receiver capture, tracking and positioning demodulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7493
    • 提供者:leo
  1. 12gpsgsm

    0下载:
  2. 基于stc12单片机来控制sim900模块来实现GPS定位并将经纬度通过GSM模块发送到指定号码的功能-Stc12 based microcontroller to control sim900 module to achieve positioning and GPS latitude and longitude transmitted via GSM module to a specified number of functions
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3723
    • 提供者:大卫
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com