代码搜索:GPs 有哪些应用?
找到约 10,000 项符合「GPs 有哪些应用?」的源代码
代码结果 10,000
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
o gps.o
www.eeworm.com/read/297054/8057390
elf gps.elf
www.eeworm.com/read/396561/8100325
h gps.h
#ifndef __GPS_H__
#define __GPS_H__
typedef struct tagGPRMC
{
char time[20];
char statu[5];
char latitude[20];
char southornorth[5];
char longitude[20];
char eas