代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/197181/8025591
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/197181/8025641
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/397347/8054779
o gps.o
www.eeworm.com/read/397347/8054781
c gps.c
#include
#include
#include
#include
#include
//#include "types.h"
#include "gps.h"
#define USE_BEIJING_TIMEZONE
static int GetComma(int num,c
www.eeworm.com/read/397347/8054784
h gps.h
#ifndef _GPS_H
#define _GPS_H
//#include "types.h"
typedef struct{
int year;
int month;
int day;
int hour;
int minute;
int second;
}date_time;
typedef struct{
date_time D;//时间
char sta
www.eeworm.com/read/297054/8057360
c gps.c
#include
#include
#include
#include "self_def.h"
#include "head.h"
//只输出gll,
/*
uchar onlygll[]={
0x24,0x50,0x46,0x53,0x54,0x2C,0x4E,0x4D,0x45,0x4
www.eeworm.com/read/297054/8057361
aps gps.aps
gps19-Jun-2007 10:57:4108-Oct-2007 11:07:30241019-Jun-2007 10
www.eeworm.com/read/297054/8057369
hex gps.hex
:100000000C9438000C9494010C9453000C945300FD
:100010000C9453000C9453000C9453000C94530014
:100020000C9453000C9453000C9453000C94530004
:100030000C9453000C9453000C9453000C945300F4
:100040000C9453000C9
www.eeworm.com/read/297054/8057382