登录
首页 » 卫星定位系统 » 自己封装的能解析出GPS数据中的$GPRMC数据,获得经纬度信息,时间,日期等等。 可直接调用我封装的GPS类(已编译通过)...

自己封装的能解析出GPS数据中的$GPRMC数据,获得经纬度信息,时间,日期等等。 可直接调用我封装的GPS类(已编译通过)...

于 2022-04-02 发布 文件大小:31.41 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

自己封装的能解析出GPS数据中的$GPRMC数据,获得经纬度信息,时间,日期等等。 可直接调用我封装的GPS类(已编译通过)-Their own package to resolve the GPS data in the $ GPRMC data, access to latitude and longitude information, time, date and so on. I can directly call the GPS package category (compiled through)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Garmin protocol processing model : a 0183 agreement dealing with the handling of...
    garmin 协议处理范例: 处理了 0183协议 处理了 gps的专有格式等-Garmin protocol processing model : a 0183 agreement dealing with the handling of a GPS proprietary format
    2022-02-05 14:20:10下载
    积分:1
  • wifi gps 基站源码集合
    wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合wifi gps 基站源码集合
    2022-12-25 16:00:08下载
    积分:1
  • 北斗信号GOLD码产生
    通过两个11位gold码发生器生成两个同频的GOLD序列,在通过两个吗发生器的不不同抽头相加形成新的gold序列,即所需的北斗伪码序列
    2022-02-15 14:45:58下载
    积分:1
  • 全球
    GPS-Galileo软件接收机(单频方法)-GPS-Galileo software receiver (single-frequency method)
    2022-12-22 05:45:03下载
    积分:1
  • 读取及绘制TEQC的report files。TEQC 是用于计算许多GPS pre
    读取及绘制TEQC的report files。TEQC 是用于计算许多GPS pre-processing问题的Toolkit(可应用于GPS/GLONASS/SBAS等数据) -reading and drawing TEQC the report files. TEQC is used to calculate many GPS pre-processing of the Toolkit (available used GPS/GLONASS/SBAS data)
    2022-02-05 14:17:29下载
    积分:1
  • GPS 0183 GPRMC 解析程序
    GPS 0183格式(GPRMC)格式的输出解析,解析经纬度等
    2023-02-11 10:50:04下载
    积分:1
  • using of mapx.ocx
    MapX控件的使用-using of mapx.ocx
    2023-07-04 04:15:02下载
    积分:1
  • NEMA协议校验值的计算
    GPS中NEMA协议的校验值的计算,一字节模和计算工具。用于校验和计算。
    2022-03-11 14:26:04下载
    积分:1
  • Win98,Winme,Winnt,Winxp,Win2003 VC+mapX开发GPS车辆监控的源码
    Win98,Winme,Winnt,Winxp,Win2003 VC+mapX开发GPS车辆监控的源码-Win98, Winme, WINNT, Winxp, Win2003 VC mapX development of the GPS vehicle monitoring FOSS
    2023-04-22 05:55:03下载
    积分:1
  • 我在学习GPS编程时写的DELPHI源码 ,比较简单.希望大虾不要见笑.多多指教.
    procedure TfrmMain.DrawSatInfo(gps: TGPSInfo; pbx: TPaintBox); var   i: integer;   r: integer;   dx,dy: integer; begin   r := pbx.Width div 2;   for i:= 1 to 12 do begin     if gps.SatInfo[i].PRN 0 then begin       dx := r + Round(r*(90-gps.SatInfo[i].EL)*sin((gps.SatInfo[i].AZ - 90)*Pi/180)/90);       dy := r + Round(r*(90-gps.SatInfo[i].EL)*cos((gps.SatInfo[i].AZ - 90)*Pi/180)/90);       dx := dx - 8;       if dx < 0 then dx := 0;       if gps.SatInfo[i].SN > 20 then begin         pbx.Canvas.Font.Color := clBlue;         pbx.Canvas.TextOut(dx,dy,inttostr(gps.SatInfo[i].PRN));       end else begin
    2023-01-18 12:20:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载