-
跟踪全球定位系统启用谷歌地图手机。项目包括J2ME的手机源和源代码,以显示自己的网站上的数据。...
跟踪全球定位系统启用谷歌地图手机。项目包括J2ME的手机源和源代码,以显示自己的网站上的数据。-Track a GPS enabled cell phone on Google maps. Project includes J2ME cell phone source and source code to display data on your own website.
- 2022-08-24 07:18:01下载
- 积分:1
-
Mapobjects的打包经验。GIS编程。希望你喜欢。
Mapobjects的打包经验。GIS编程。希望你喜欢。-Mapobjects the packaged experience. GIS programming. I hope you like.
- 2023-03-30 23:45:03下载
- 积分:1
-
这个是程序用到的四颗可见星的所用的所有信息。其中给出7个可见星的信息,选则其中最好的四颗。请把信息内容复制到.txt中。...
这个是程序用到的四颗可见星的所用的所有信息。其中给出7个可见星的信息,选则其中最好的四颗。请把信息内容复制到.txt中。-This is the program used four visible stars all of the information used. Which are given seven visible stars of information, the election is the best of four. Please copy the information content. Txt in.
- 2022-03-02 19:07:39下载
- 积分: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
-
该代码使用的是vc,该代码实现了向手机发送短信的功能。
该代码使用的是vc,该代码实现了向手机发送短信的功能。-The code using vc, the code to realize the functions of mobile phones to send text messages.
- 2023-07-10 09:10:03下载
- 积分:1
-
公交车报站系统
利用GPS模块模拟公交车到站站台显示和播报,自动识别不同站点的坐标
- 2022-03-26 04:57:57下载
- 积分:1
-
Garmin protocol processing model : a 0183 agreement dealing with the handling of...
garmin 协议处理范例: 处理了 0183协议 处理了 gps的专有格式等-Garmin protocol processing model : a 0183 agreement dealing with the handling of a GPS proprietary format
- 2022-02-05 14:20:10下载
- 积分:1
-
Provides an overview of GPS global positioning system composed of the basic prin...
概述了 GPS 全球定位系统的基本原理 系统组成 着
重介绍了通讯码制 C/A 码和P码 然后介绍了 GPS 定位系统在本
人正在进行的课题 陆地自主车和半自主遥控导弹靶车两个系统中
的应用 并给出一个 GPS 信号接收和处理的 C 源程序-Provides an overview of GPS global positioning system composed of the basic principles of the system focused on communication code system for C/A code and P code and then introduce a GPS positioning system issues in my ongoing autonomous land vehicles and semi-autonomous remote-controlled missile target vehicle the two systems application and given a GPS signal receiving and processing the C source code
- 2022-01-26 15:59:19下载
- 积分:1
-
VB gps端口通讯定位
可以通过串口连接主机获取GPS数据,然后解析出定位结果。
- 2022-01-24 16:22:55下载
- 积分:1
-
开发资源打印机代码调出wince默认打印机程序
开发资源打印机代码调出wince默认打印机程序
- 2022-01-28 09:16:14下载
- 积分:1