-
H31GPSTest2007
H31GPSTest2007-06-09.rar自动查找GPS端口的一个测试程序-H31GPSTest2007-06-09.rar automatic search of a GPS port testing procedures
- 2022-01-26 00:33:43下载
- 积分:1
-
WAP blog system, easy simple and practical. Elements less than 10 pages, beginne...
WAP博客系统,简便简单,实用的。基本组成只有不到10个页面,初学者学习是非常好的。-WAP blog system, easy simple and practical. Elements less than 10 pages, beginners learning is very good.
- 2023-01-04 14:50:03下载
- 积分:1
-
几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法...
几篇介绍卫星位置和速度计算的论文,基于MATLAB的GPS选星分析及实验研究,GPS中的一种新的选星方法-Satellite location and a few introductory rate paper, the GPS-based MATLAB election analysis and experimental study of stars, GPS in a new method of election stars
- 2023-08-06 00:10:04下载
- 积分: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
-
calculate satellite positions, to correct pseudoranges and finally to calculate...
calculate satellite positions, to correct pseudoranges and finally to calculate the receivers position。-calculate satellite positions, to correct pseudoranges and finally to calculate the receivers position.
- 2022-01-30 18:27:57下载
- 积分:1
-
IM on a mobile instant messaging tool for a complete code J2ME project
一个手机上的IM 即时通信工具完整代码 J2ME项目 -IM on a mobile instant messaging tool for a complete code J2ME project
- 2022-11-20 05:40:03下载
- 积分:1
-
GPS Data processing:
Code and Phase
GPS Data processing:
Code and Phase
- 2022-02-26 15:10:03下载
- 积分:1
-
GPS capture procedures, using FFT algorithm, search phase code 1024.
GPS 捕获程序,采用FFT搜索算法,搜索1024个码相位.-GPS capture procedures, using FFT algorithm, search phase code 1024.
- 2022-03-13 03:46:50下载
- 积分:1
-
车载GPS导航设备国标,车载电子开发者必备资料
车载GPS导航设备国标,车载电子开发者必备资料-GPS Navigation Standard
- 2022-03-11 17:07:53下载
- 积分:1
-
GPS c语言程序 台湾holx
简单的使用c语言,调用GPS接口数据, 并通过1602液晶屏显示出经纬度,使用的芯片是80c51,还可以扩展显示高度,速度等信息,程序可以直接使用keil软件烧录到芯片上。
- 2022-03-20 14:24:59下载
- 积分:1