代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/424423/10451759
cpp gps.cpp
/*
Module : GPS.CPP
Purpose: "C" style Implementation to GPS32
Created: PJN / 28-12-1997
History: PJN / 20-01-1998 1. A number of problems were discovered when GPSLIB was being
www.eeworm.com/read/424423/10451778
001 gps32.001
# Microsoft Developer Studio Project File - Name="GPS32" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dyn
www.eeworm.com/read/424423/10451970
h gps.h
/*
Module : GPS.H
Purpose: "C" style interface to GPS32
Created: PJN / 28-12-1997
Copyright (c) 1997 - 2001 by PJ Naughter. (Web: www.naughter.com, Email: pjna@naughter.com)
All rights reser
www.eeworm.com/read/424423/10452058
bas gps.bas
Attribute VB_Name = "GPS"
Option Explicit
Const GPS_MaxDeviceName = 257
Const GpsQualityFixNotAvailable = 0
Const GpsQualityFix = 1
Const GpsQualityDifferentialFix = 2
Const GpsParityNone
www.eeworm.com/read/279017/10483073
exe gps.exe
www.eeworm.com/read/279017/10483332
h gps.h
#define I96 96
#define I50 50
#define I36 36
#define I10 10
#define I5 5
#define I3 3
#define FL1 1575.42e6 /* MHz */
#define FL2 1227.60e6 /* MHz */
#define C 2.99792458e8 /* light velocity */
#
www.eeworm.com/read/278961/10485416
png gps.png
www.eeworm.com/read/160507/10524987
c gps.c
#include
#include
//#include
//#include
//#include
//#include "types.h"
#include "..\gps\gps.h"
#include "..\startup\uhal.h"
#define USE_BEIJI
www.eeworm.com/read/160507/10524995
h gps.h
#ifndef _GPS_H
#define _GPS_H
#include "..\startup\def.h"
typedef struct{
int year;
int month;
int day;
int hour;
int minute;
int second;
}date_time;
typedef struct{
date_time D;
www.eeworm.com/read/278474/10533641