代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/492082/6423989
htm gps信号模拟器卫星状态参数的算法研究,模拟器,轨道参数,非球形地球引力,gps-中电网.htm
GPS信号模拟器卫星状态参数的算法研究,模拟器,轨道参数,非球形地球引力,GPS-中电网
www.eeworm.com/read/484785/6575075
def gpscplud.def
LIBRARY GPS103UD
DESCRIPTION 'GPS Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/484785/6575081
def gpscplu.def
LIBRARY GPS103U
DESCRIPTION 'GPS Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/264746/11302989
m ncoeff2.m
%
% Bandpass filter length estimation
% Ncoeff2.m Problem 7.5, p426.
%
df=3/96;
dp=0.00115; ds=0.0001;
b1=0.01202; b2=0.09664; b3=-0.51325;
b4=0.00203; b5=-0.5705; b6=-0.44314;
t1=log10(dp);
www.eeworm.com/read/406430/11442389
nmea 0183˴
NMEA 0183语句说明
一、 NMEA0183标准语句
1、 Global Positioning System Fix Data(GGA)GPS定位信息
$GPGGA,,,,,,,,,,M,,M,,*hh
UTC时间,hhmmss(时分秒)格式
纬度ddmm.mmm
www.eeworm.com/read/405321/11465460
c gpstest.c
//*****************************************************************************
// File Name : gpstest.c
//
// Title : example usage of gps processing library functions
// Revision : 1.0
// No
www.eeworm.com/read/346706/11729880
c gpstest.c
//*****************************************************************************
// File Name : gpstest.c
//
// Title : example usage of gps processing library functions
// Revision : 1.0
// No
www.eeworm.com/read/257460/11925770
txt 修改说明.txt
与V1.11_V7.3_2006.4.21相比进行了如下修改:
1.版本升级为V2.00
2.将上传转速放大了10倍,数码表仍显示真实值
3.在“<mark>GPS</mark>状态1”的bit5~4中新增“<mark>GPS</mark>卫星失锁时间”的定义
4.PPS指示灯只有在当前秒PPS同步正常时才闪烁(原做法是失步10秒后才停止闪烁)
5.ALERT1指示灯只有当PPS失锁或<mark>GPS</mark>卫星失锁超过10秒时才点亮(原做法是fixt ...
www.eeworm.com/read/256040/12032206
c gpstest.c
//*****************************************************************************
// File Name : gpstest.c
//
// Title : example usage of gps processing library functions
// Revision : 1.0
// No
www.eeworm.com/read/255566/12073618
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Microsoft.WindowsMobil