-
分享一个好像是ESRI程序员写的ArcIMS与.NET集成的研究实例。
分享一个好像是ESRI程序员写的ArcIMS与.NET集成的研究实例。-sharing seems to be a programmer to write the ESRI ArcIMS with.NET integrated case study.
- 2022-12-05 16:55:03下载
- 积分:1
-
卫星定位模块的描述和描述原则。掠夺...
GPS卫星定位模块说明及原理介绍。程序设计及编程员代码-GPS satellite positioning module description and principles of description. Program design and programmer code
- 2022-03-04 10:55:39下载
- 积分:1
-
ST公司GPS设计方案,全球卫星定位系统gp新手必备。包括10多个文档资料。...
ST公司GPS设计方案,全球卫星定位系统gp新手必备。包括10多个文档资料。-ST Company GPS design, global satellite positioning system must gp novice. Including more than 10 documentation.
- 2023-03-24 03:40:04下载
- 积分:1
-
计算GPS精度因子的一些源代码
比较好的源代码,计算GDOP,PDOP等精度因子的值,包括了一个日本开发的GPS精密单点定位程序,都是可以运行的程序,希望对大家有帮助。。。
- 2022-02-12 07:58:05下载
- 积分:1
-
一个卫通GPS系统SUC接口示例。该示例演示如何实现客户端如何与卫通GPS系统连接实现车载终端点名等功能...
一个卫通GPS系统SUC接口示例。该示例演示如何实现客户端如何与卫通GPS系统连接实现车载终端点名等功能-A GPS system SUC Satcom interface sample. This example demonstrates how to achieve the client how GPS and satellite communication systems to achieve end-named features such as vehicle
- 2022-02-10 06:21:50下载
- 积分:1
-
车载导航系统的开放源码
open source for car navigation in linux
- 2023-03-20 18:30: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
-
android gps jni源码
android gps jni源码函数调用了hw_get_module加载硬件适配模块.so文件,接着通过hw_device_t接口调用open()函数,实际执行了gps/loc_api/libloc_api/gps.c定义的open_gps函数,然后调用gps_device_t接口的get_gps_interface函数,此函数也是在gps.c中定义的,最后返回HAL层中loc_eng.cpp文件的sLocEngInterface,从而打通了上层到底层的通道。
- 2022-07-04 08:53:33下载
- 积分:1
-
S3C2410开发板的一些设备程序,主要是WSN基站的CC2420部分的程序,我相信对于那些想开发WSN基站的朋友应该有所帮助吧!...
S3C2410开发板的一些设备程序,主要是WSN基站的CC2420部分的程序,我相信对于那些想开发WSN基站的朋友应该有所帮助吧!-S3C2410 development board
- 2022-05-14 09:09:57下载
- 积分:1
-
gps定位程序源代码,参考文献为:An Algebraic Solution of the GPS Equations...
gps定位程序源代码,参考文献为:An Algebraic Solution of the GPS Equations-gps positioning source code, references to: An Algebraic Solution of the GPS Equations
- 2022-03-05 05:08:01下载
- 积分:1