-
http与cmwap建立连接(Symbian)
http与cmwap建立连接(Symbian)-err
- 2022-01-25 19:36:37下载
- 积分:1
-
vs 2005 using a constant sample program, a good test run for beginners a certain...
vs 2005 中 用的 vb 示例 程序,测试运行良好,对初学者有一定参考价值 -vs 2005 using a constant sample program, a good test run for beginners a certain reference value
- 2022-02-14 14:17:06下载
- 积分:1
-
The program for GPS data collection procedures, AppWizard has created this GPS a...
该程序为GPS数据采集程序,AppWizard has created this GPS application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your GPS application.-The program for GPS data collection procedures, AppWizard has created this GPS application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.This file contains a summary of what you will find in each of the files thatmake up your GPS application.
- 2022-01-25 23:43:55下载
- 积分:1
-
无意中下到的CS版GPS程序,可以学习代码值得收藏
资源描述
无意中下到的CS版GPS程序,可以学习代码
只有本地的SqliteDB
- 2022-04-11 12:27:27下载
- 积分:1
-
强大的便携式全球定位系统应用
Powerful and Portable GPS application -- support Linux, Windows, Windows CE GPS navigation and Map management Using wxWidget library part.-Powerful and Portable GPS application-- support Linux, Windows, Windows CE GPS navigation and Map management Using wxWidget library part.
- 2022-06-15 22:44:14下载
- 积分: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定点单位算法.rar。很详细。很有用。
GPS定点单位算法.rar。很详细。很有用。-Fixed-point algorithm for GPS units. Rar. In great detail. Useful.
- 2022-09-27 13:45:02下载
- 积分:1
-
基于SIM868+STM32的定位代码
SIM868+STM32的定位代码,GPS,GPRS,并实现定位数据上传到OneNet平台,实现轨迹回放功能。
- 2022-02-20 05:45:56下载
- 积分:1
-
GPS design full
GPS设计全功略,很好的书籍值得研究一番,希望对你们有用-GPS design full-sina, well worth studying books about it, hope that useful to you
- 2022-03-05 12:11:00下载
- 积分:1
-
是gps相关的东西..也用3120 1613之类型GPS模块.资料.
是gps相关的东西..也用3120 1613之类型GPS模块.资料.-Gps-related things are also used .. 3120 1613 type GPS module. Information.
- 2022-11-29 20:05:03下载
- 积分:1