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

搜索资源列表

  1. GPSReceiverPCprogram

    0下载:
  2. 接收GPS NEMA0813语句,显示经纬度坐标等信息,并保存原始数据-GPS receiver NEMA0813 statement showing latitude and longitude coordinates, and other information, and to preserve the original data
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:232364
    • 提供者:huangzhi
  1. CoordProject

    1下载:
  2. 大地坐标,经纬度坐标转换 坐标投影系统-geodetic coordinates, longitude and latitude coordinates conversion coordinates projection system
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12313
    • 提供者:杨峰
  1. mapx+vb.net

    1下载:
  2. vb+mapx进行gis二次开发,如实现查找图元及显示鼠标所在经纬度以及自动滚屏等功能。-vb mapx for gis second development If you realize map and display the mouse coordinates, and where automatic Scroll function.
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:1730
    • 提供者:张伟
  1. BLtoXY

    0下载:
  2. 根据快速高斯投影方法,由经纬度计算西安80坐标系坐标的函数,很实用。-Gaussian projection methods, calculated by the longitude and latitude coordinates of Xi'an 80 coordinates the function, practical.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:897
    • 提供者:duquanye
  1. GPS_LCD

    0下载:
  2. 本人在DSP BF533上开发的控制GPS的程序,GPS通过串口控制,每秒钟返回当前经纬度,俯仰角,速度等信息。并在液晶上显示!C语言形式方便移植到单片机,等其他嵌入式环境!开发环境visual dsp3.5(ADI公司产品)-I BF533 DSP development on the control procedures for GPS, GPS control through serial port, per second to return to the current latitude
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:35134
    • 提供者:lbqgr
  1. circles

    0下载:
  2. 经纬度法画球测试源代码 经纬度法画球测试源代码-coordinates France paintings ball test source code longitude and latitude France paintings ball test source code
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:50929
    • 提供者:jancyshaw
  1. sunrisesetlib

    0下载:
  2. c#实现的根据经纬度计算当地日落日出时间的类,已作成d-c # achieve coordinates calculated on the basis of local sunset sunrise time the class has been turned into d
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3010
    • 提供者:alex
  1. sunriseClass

    0下载:
  2. C#作的据经纬度计算日出日落时间的类,在.net2005中运行通过-According to the coordinates for the calculation of sunrise and sunset time in the category. Running through the net2005
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1964
    • 提供者:alex
  1. pcuseGPS

    0下载:
  2. 这是一个GPS串口仿真程序,配合蓝牙适配器可做蓝牙GPS仿真,做GIS开发的可能需要,你可输入你要修改的经纬度,改过记得checksum一下,替换掉原来校验位。因为gps数据都必须经过较验。-This is a simulation program Serial GPS, Bluetooth Adapter with Bluetooth GPS can do simulation, so the development of the GIS may be necessary, you can e
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:60754
    • 提供者:tang
  1. GPS1

    1下载:
  2. 从GPS接收机里提取数据,在C++builder中配合地图实现轨迹重现,并显示鼠标所在位置的经纬度-Lane from the GPS receiver to extract data, in which C builder with the locus maps recreated, and display the location of the mouse coordinates
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:940196
    • 提供者:lili
  1. GPSmain

    0下载:
  2. PDA下GPS接收源程序,源代码,经纬度状态分析-PDA GPS receiver source, the source code, latitude and longitude Analysis
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:2435
    • 提供者:驿动
  1. GPS接收机

    0下载:
  2. GPS接收机只要处于工作状态就会源源不断地把接收并计算出的GPS导航定位信息通过串口传送到计算机中。前面的代码只负责从串口接收数据并将其放置于缓存,在没有进一步处理之前缓存中是一长串字节流,这些信息在没有经过分类提取之前是无法加以利用的。因此,必须通过程序将各个字段的信息从缓存字节流中提取出来,将其转化成有实际意义的,可供高层决策使用的定位信息数据。同其他通讯协议类似,对GPS进行信息提取必须首先明确其帧结构,然后才能根据其结构完成对各定位信息的提取。对于本文所使用的GARMIN GPS天线板,
  3. 所属分类:GPS编程

    • 发布日期:2015-06-11
    • 文件大小:2882
    • 提供者:黄里文
  1. shpere

    0下载:
  2. OpenGL 编写程序,显示一个球体,要求: 1. 使用线框图表示; 2. 经纬度间隔各为 15 度; 3. 手动计算坐标,不要使用 glutWireSphere ; 4. 推荐使用顶点数组,只计算一次坐标值; 5. A 、 D 键左右旋转 5 度, W 、 S 键上下旋转 5 度 -OpenGL programming, shows a ball, requirements : 1. Use wireframe map;
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8791
    • 提供者:付强
  1. GPSrec

    0下载:
  2. GPS经纬度\\时间\\等数据提取.111 111 -GPS coordinates \\ time \\ data extraction .
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:20765
    • 提供者:sss
  1. CCoordinateTranslateDemo

    2下载:
  2. 经纬度之间的转换:知道两点的经纬度求的两点之间的方位和距离;以及知道一点的经纬度和方位距离求另一点的经纬度-coordinates between the conversion : 2:00 know the longitude and latitude for the two points between the position and distance; 1:00 and know the latitude and longitude and location for another po
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:36251
    • 提供者:petertong_1982
  1. MyCoordinateConv

    1下载:
  2. 本程序实现了在设定船的初始经纬度之后,能根据船的速度和航向实时得到船现在得位置。-the realization set in the ship's initial latitude and longitude, based on boat speed and the time-course ship now in the position.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:46770
    • 提供者:petertong_1982
  1. jwzmsupermap

    0下载:
  2. SuperMap经纬度坐标系下量算示范源码-SuperMap latitude and longitude coordinate system measurement model FOSS
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:24219
    • 提供者:zhangming
  1. PDAGPS

    0下载:
  2. PDA下GPS接收源程序,源代码,经纬度状态分析-PDA GPS receiver source, the source code, latitude and longitude Analysis
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:2435
    • 提供者:司文杰
  1. GPS_61

    0下载:
  2. 基于台湾凌阳公司的61板开发的GPS定位系统,能够在LCD上显示UTC时间、日期和经纬度信息。此程序为完整版-the development of the 61 board GPS positioning system, can be displayed on the LCD UTC time, date and latitude and longitude information. This procedure for the complete version
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:10368
    • 提供者:Tracyluo
  1. 2410arm9zhilingjichaxu

    0下载:
  2. 优龙S3C2410平台的用ADS1.2进行编译的程序,可以很方便的进行修改移植到其他平台进行实验,这里有2410片内AD程序,汇编程序点亮led,汇编和C混合编程点亮led,GP [大地坐标转换经纬度源码.rar] - 大地坐标转换经纬度源码,该源码对搞测绘或地质或GIS、GPS很重要。 [skyplot1(GPS卫星数据分析).rar] - GPS卫星数据分析,包括C/A码分析,P1、P2码分析,D1、D2分析,周跳数据分析,图形仿真 等等,相关的数据算法 ! 比较不错! [
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:147776
    • 提供者:武汉
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com