-
zigzag error
zigzag纠错码是一种非常简单但却具有非常优秀性能的码。非常适合用于中码率或者高码率编码的系统。此为一位教授提供的源码。-zigzag error-correcting code is a very simple but has a very excellent performance of code. Very suitable for use in bit-rate or high bit-rate coding system. This is the source provided by a professor.
- 2023-06-24 05:15:03下载
- 积分: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
-
用Matlab仿真turbocode的算法,即编码结构
用Matlab仿真turbocode的算法,即编码结构-using Matlab turbocode algorithm, namely coding structure
- 2023-02-02 00:05:04下载
- 积分:1
-
GPS单点定位程序
利用C#编写的GPS伪距单点定位程序,可以根据星历数据和观测数据批量计算接收机坐标,内附测试数据和结果。
- 2022-03-04 00:35:37下载
- 积分:1
-
GPS development on any one of the most needed to understand the essence of the m...
任何一个关于GPS开发都需要的最精华的最简洁易懂的源码。-GPS development on any one of the most needed to understand the essence of the most concise source.
- 2022-11-08 14:05:04下载
- 积分:1
-
IM on a mobile instant messaging tool for a complete code J2ME project
一个手机上的IM 即时通信工具完整代码 J2ME项目 -IM on a mobile instant messaging tool for a complete code J2ME project
- 2022-11-20 05:40:03下载
- 积分:1
-
Win98,Winme,Winnt,Winxp,Win2003 VC+mapX开发GPS车辆监控的源码
Win98,Winme,Winnt,Winxp,Win2003 VC+mapX开发GPS车辆监控的源码-Win98, Winme, WINNT, Winxp, Win2003 VC mapX development of the GPS vehicle monitoring FOSS
- 2023-04-22 05:55:03下载
- 积分:1
-
收集的关于地图的脚本源码
资源描述包含不能下到的这三个文件
- 2022-03-14 19:21:45下载
- 积分: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编程时写的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