-
该代码使用的是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 on using W77e58, collecting GPS data processing module.
GPS对时,采用W77e58,采集GPS模块数据处理。-GPS on using W77e58, collecting GPS data processing module.
- 2022-01-25 22:02:52下载
- 积分:1
-
一个很不错的GPS接收机源程序,各项功能齐全
一个很不错的GPS接收机源程序,各项功能齐全-A very good source of the GPS receiver, the full-featured
- 2022-03-23 15:46:59下载
- 积分:1
-
介绍VB下MAPX实现的二次搜索查询,MapX+VB的源代码和结果图形界面...
介绍VB下MAPX实现的二次搜索查询,MapX+VB的源代码和结果图形界面-introduced VB Connection"s secondary search query, MapX VB source code and the results of a graphical interface
- 2022-07-26 19:02:05下载
- 积分:1
-
将互相关GPS接收机的C1
将互相关GPS接收机的C1-P2间DCB进行改正-GPS receivers will be inter-related C1-P2 of the corrected inter-DCB
- 2022-02-21 20:32:50下载
- 积分:1
-
gps acceptance testing equipment correctness code. Run exe file, they can check...
测试gps接受设备正确性代码.运行exe文件后,可以查看到通讯设备是否正常-gps acceptance testing equipment correctness code. Run exe file, they can check whether the communications equipment to normal
- 2022-03-19 02:13:34下载
- 积分: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
-
我在学习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
-
Describes the DSCDMA multiuser system under error rate of the AWGN channel
描述DSCDMA多用户系统在AWGN信道下的误码率-Describes the DSCDMA multiuser system under error rate of the AWGN channel
- 2022-02-03 23:19:54下载
- 积分:1
-
GPS系统开发
GPS系统开发
- 2022-11-01 13:00:03下载
- 积分:1