登录
首页 » 卫星定位系统 » 我在学习GPS编程时写的DELPHI源码 ,比较简单.希望大虾不要见笑.多多指教.

我在学习GPS编程时写的DELPHI源码 ,比较简单.希望大虾不要见笑.多多指教.

于 2023-01-18 发布 文件大小:203.79 kB
0 204
下载积分: 2 下载次数: 1

代码说明:

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

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

发表评论

0 个回复

  • 基于arduino的GPS地图导航
    基于arduino的GPS地图导航系统 SPI接口。采用Atmega 328为主控芯片 需要采用滤波算法过滤 串口速率与GPS模块要设置一致,接线方式如下: //TFT SDA -> UNO 11 //TFT SCK -> UNO 13 #define TFT_CS 10 // Chip select line for TFT display #define TFT_A0 9 // Data/command line for TFT #define TFT_RST 8 // Reset line for TFT (or connect to +5V) #define TFT_LED A0 #define SD_CS 4 // Chip select line for SD card //SD MISO -> UNO 12 //SD SCK -> UNO 13 //SD MOSI -> UNO 11 //GPS tx - UNO rx //GPS rx - UNO tx #define BTNZOOMIN 2 #define BTNZOOMOUT 3
    2022-05-23 07:34:50下载
    积分:1
  • GPSR 6.0
    GPSR 6.0 2007 年 12 月 5 日 --------------------------------------------------------------------------- 版权所有 (2007): 马里奥 · 菲格雷多、 罗伯特 · 诺瓦克、 斯蒂芬 · 赖特 GPSR 是迪
    2023-06-11 13:35:03下载
    积分:1
  • GPS车辆(C#源码)
    gps全球卫星定位,电子围栏,历史轨迹回放,断油断电,sos报警,震动报警,原车报警,移动报警,区域查看
    2022-03-22 14:19:58下载
    积分:1
  • A GPS monitoring system, the realization of electronic map encrypted examples. S...
    一个GPS监控系统中,实现对电子地图加密的示例。解决了GPS系统中对电子地图的安全保密-A GPS monitoring system, the realization of electronic map encrypted examples. Solved the GPS system on the electronic map of the security and confidentiality
    2023-01-26 23:40:03下载
    积分:1
  • 目前GPS(全球应用市场日趋成熟,正在进入应用的高速发展时期。本文以一款EverMore公司的GM...
    目前GPS(全球定位系统)定位应用市场日趋成熟,正在进入应用的高速发展时期。本文以一款EverMore公司的GM-X205GPS接受模块为例,介绍了其数据格式,以及应用PIC16F874单片机RS232串口进行数据接收的程序-current GPS (Global Positioning System) location-based applications market becomes more mature, Applications are entering a period of rapid development. A EverMore paper to the GM-X205GPS accept modules for example, introduced a data format, and the application of PIC16F874 RS232 serial port for data receiving program
    2022-02-25 13:45:05下载
    积分:1
  • simbgp
    相对轻量级bgp模拟器,配置简单,可以用来做模拟实验,适合研究使用-simbgp
    2022-01-26 00:03:42下载
    积分:1
  • GPS信号的基带处理在IEEE发表的文章有关信号捕获和跟踪
    GPS信号的基带处理在IEEE发表的文章有关信号捕获和跟踪-GPS baseband signal of the article published in the IEEE capture and tracking of the signal
    2023-05-07 00:20:02下载
    积分:1
  • 在给历条件下计算坐标,当有更多历数据时候程序需要更改...
    在给定星历条件下计算卫星坐标,当有更多星历数据时候程序需要更改-In a given ephemeris calculation under the condition of the satellite coordinates, when more time ephemeris data process need to change
    2022-02-11 19:33:24下载
    积分:1
  • NMEA parser sorce codes for MFC
    NMEA parser sorce codes for MFC
    2022-10-23 13:05:04下载
    积分:1
  • GPS on using W77e58, collecting GPS data processing module.
    GPS对时,采用W77e58,采集GPS模块数据处理。-GPS on using W77e58, collecting GPS data processing module.
    2022-01-25 22:02:52下载
    积分:1
  • 696516资源总数
  • 106794会员总数
  • 11今日下载