-
C#开发的 GPS定位车辆定位系统
使用C#开发的 GPS车辆定位系统,实现B/s GPS定位,给有需要的朋友参考学习了
- 2022-03-23 11:52:02下载
- 积分:1
-
基于方差分析的多陈多路径检测算法
An ANOVA Based GPS Multipath Detection Algorithm Using Multi Chan
- 2022-07-23 17:15:28下载
- 积分:1
-
GPS的资料,上来和大家分享,正做这个的朋友可以看看.
GPS的资料,上来和大家分享,正做这个的朋友可以看看.-GPS information to share with you all up, friends are doing this can have a look at.
- 2023-03-23 16:35:03下载
- 积分:1
-
GPS时转换
GPS时间转换程序,采用C#Windows编写,有良好的界面布局,输入年月日可以准确地转换成GPS周、周内日以及年积日,对从事GPS研发人员很有帮助。
- 2022-06-20 11:03:26下载
- 积分:1
-
目前GPS(全球定位系统)定位应用市场日趋成熟,正在进入应用的高速发展时期。本文以一款EverMore公司的GM...
目前GPS(全球定位系统)定位应用市场日趋成熟,正在进入应用的高速发展时期。本文以一款EverMore公司的GM-X205GPS接受模块为例,介绍了其数据格式,以及应用PIC16F874单片机RS232串口进行数据接收的程序-current GPS (Global Positioning System) location-based applications market becomes more mature, Applications are entering a period of rapid development. A EverMore paper to the GM-X205GPS accept modules for example, introduced a data format, and the application of PIC16F874 RS232 serial port for data receiving program
- 2022-02-25 13:45:05下载
- 积分:1
-
短信发送实现gprs猫发送短信息,wap push,push load,免提短信源代码....
短信发送实现gprs猫发送短信息,wap push,push load,免提短信源代码.-gprs cat achieve this short message, WAP push, push load. Handsfree SMS source code-Send message to achieve gprs cat send text messages, wap push, push load, hands-free source code message .- gprs cat achieve this short message, WAP push, push load. Handsfree SMS source code
- 2022-10-22 22:45:03下载
- 积分: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
-
规范的现代sim508z(EN)_sim508z_spec
Specifications modem SIM508Z (en)_SIM508Z_SPEC
- 2022-03-19 01:58:49下载
- 积分:1
-
该代码产生m序列,能在扩频通信中的信息的扰码和扩频.
该代码产生m序列,能在扩频通信中的信息的扰码和扩频.-The code generated m sequence, spread spectrum communication in the information in the scrambling code and spread spectrum.
- 2022-09-23 11:10:03下载
- 积分:1
-
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.-The use of GSM transmit satellite positioning information source code, applies to C51 MCU.
- 2023-08-08 20:20:04下载
- 积分:1