-
gps编程小程序我觉得很不错,供大家参考.有不足之处请指出.
gps编程小程序我觉得很不错,供大家参考.有不足之处请指出.-A gps application writen by myself,sharing with you,if there are any problem,please point out to me!
- 2022-06-14 12:47:28下载
- 积分:1
-
GPS实时定位位置共享
基于百度地图的实时定位项目源码,可以通过网络基站和gps三重定位,位置信息更准确。移动的时候定位信息会跟着变动。可以做到类似微信的实时位置共享。
- 2023-08-30 02:05:05下载
- 积分: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
-
GPS导航的源代码,vc源码,很实惠,希望下载
GPS导航的源代码,vc源码,很实惠,希望下载-GPS navigation of source code, vc source code, it is affordable, I hope download
- 2023-02-18 21:50:02下载
- 积分: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
-
一个自行设计的GPS的出租车使用的程序源代码。
一个自行设计的GPS的出租车使用的程序源代码。-the GPS programme source code used by taxies
- 2022-06-28 02:45:55下载
- 积分:1
-
51核心全球定位系统解码器,全球定位系统解码器显示程序1602
51核心GPS解码,GPS解码1602显示程序
-51 core GPS decoder, GPS decoder display program 1602
- 2022-02-02 06:36:04下载
- 积分:1
-
cy7c68013目前最流行的几种gps芯片的控制定制程序的源代码
cy7c68013目前最流行的几种gps芯片的控制定制程序的源代码-cy7c68013 currently the most popular of several gps chip control customization program"s source code
- 2022-12-20 00:00:03下载
- 积分:1
-
post before running the program the "map" folder and the Atlas layer o...
运行程序前请先把"地图"文件夹中的地图集和图层拷到mapX4.0的maps文件夹中
刚开始的登录界面里 用户名和密码都为空,直接点击 "确认" 即可-post before running the program the "map" folder and the Atlas layer of metadata mapX4.0 maps folder at the beginning Lane user interface login names and passwords are empty, just click the "confirmation" can be
- 2022-03-24 03:36:34下载
- 积分:1
-
mo的GPS例子程序,含有详细的注解。可以保存打开GPS文件,使用标准NEMA1830报文格式。...
mo的GPS例子程序,含有详细的注解。可以保存打开GPS文件,使用标准NEMA1830报文格式。-mo GPS procedures example, contain detailed footnotes. GPS can be preserved for open document, the use of standard text format NEMA1830 reported.
- 2022-03-07 10:26:58下载
- 积分:1