-
jpegsrc 官方代码
可仔细研读
jpegsrc 官方代码
可仔细研读
jpegsrc 官方代码
可仔细研读
jpegsrc 官方代码
可仔细研读-jpeg src
- 2022-04-08 15:08:35下载
- 积分:1
-
GPS and BlackBerry Maps Development Guide
GPS and BlackBerry Maps Development Guide
- 2022-06-27 19:11:57下载
- 积分:1
-
GPS领域坐标转换
在测绘领域根据需要需要进行多种坐标系之间转换,常用的坐标系包括BJ54,西安80,WGS84.CGCS2000,七参数转换,本程序实现了北京54到当地坐标系,西安80到当地坐标系,以及当地坐标系到北京54与西安80之间的相互转换等
- 2023-01-03 07:50:04下载
- 积分:1
-
guGPS提供一个自由而升级为基于位置的服务移动客户端,它就像一个RSS阅读器基于GPS localization...
guGPS提供一个自由而升级为基于位置的服务移动客户端,它就像一个RSS阅读器基于GPS localization-guGPS provide a free and upgradable mobile client for Location Based Services, it is like a RSS-reader based on gps localization.
- 2022-10-08 14:05:03下载
- 积分:1
-
about gps .hwp download it!
about gps .hwp download it!
- 2023-01-17 05:45:04下载
- 积分:1
-
本文设计的FPGA模块需要对GPS、便携打印机和串口数据进行处理,将详细介绍如何设计FPGA和不同外设之间的数据传输。同时,在RTL编码中,编写使综合与布局布线...
本文设计的FPGA模块需要对GPS、便携打印机和串口数据进行处理,将详细介绍如何设计FPGA和不同外设之间的数据传输。同时,在RTL编码中,编写使综合与布局布线效果更佳的代码。-In this paper, the design of FPGA modules need for GPS, portable printers, and serial data processing, will be details on how to design FPGA and data transfer between peripherals. At the same time, RTL coding, synthesis and preparation to make better placement and routing code.
- 2022-02-22 10:49:21下载
- 积分:1
-
gps接收端源码以及1个test列子,提供简单的经纬度,速度,时间等GPS数据信息...
gps接收端源码以及1个test列子,提供简单的经纬度,速度,时间等GPS数据信息-gps receiver as well as a test source Liezi, providing a simple latitude and longitude, speed, time GPS data
- 2022-04-08 19:21:18下载
- 积分: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
-
linux系统下uart读取gps信息并解析
linux下获取uart设备,文件,实时读取gps模块信息,转成可识别的位置信息。
- 2022-03-11 16:09:56下载
- 积分:1
-
MO中利用图片生成点符号专题 deskfee 发表于 2005
MO中利用图片生成点符号专题 deskfee 发表于 2005-3-15 14:34:24 用truetype字体可以比较方便的实现点符号,但用图片可以实现更加漂亮的点符号(如果你认为你做的图标足够漂亮的话,^_^),只是实现起来麻烦一点。 文件是txt,下载完后请先更改-MO use photographs to generate symbols deskfee topic published in 2005-3-15 14:34:24 truetype fonts can be used to facilitate the realization of more symbolic point, but pictures can be used to achieve a more beautiful symbol of the point (if you think you have done enough beautiful icon, ^ _ ^), but is only one point up trouble. Txt file is downloaded after the change of post
- 2022-08-17 14:47:43下载
- 积分:1