代码搜索:如何学习 GPs?
找到约 10,000 项符合「如何学习 GPs?」的源代码
代码结果 10,000
www.eeworm.com/read/146165/12667195
h gps.h
//对变量的每一行都应标明其具体的含义。
#ifndef _GPS_H
#define _GPS_H
#include "public.h"
//GPS接收缓冲大小 预留发送缓冲
#define GPS_RX_SIZE 1000
#define AVMAX 100
//GPS结构
typedef str
www.eeworm.com/read/247293/12667564
txt gps.txt
GPS 5 4 1 0.00298
LC01 -1974638.7340 4590014.8190 3953144.9235
LC02 LC01 -1218.561 -1039.227 1737.720 2.320999E-007 -5.097008E-007 -4.371401E-007
www.eeworm.com/read/247224/12672240
c gps.c
#include
#include
#include
#include
#include
//#include "types.h"
#include "gps.h"
#define USE_BEIJING_TIMEZONE
//#undef DEBUG
#define DEBUG
#
www.eeworm.com/read/247224/12672244
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/144345/12801623
gps gppw.gps
[PCDLG]
ConnectDialg:
Combo01 TYPE_DWORD10 0
Combo02 TYPE_DWORD10 0
Combo03 TYPE_DWORD10 0
Combo04 TYPE_DWORD10 0
Combo05 TYPE_DWORD10 0
Combo06 TYPE_DWORD10 0
Connection:
lSt
www.eeworm.com/read/144344/12801639
gps gppw.gps
[TelBlock]
ConnectSection:
LoggingSW TYPE_DWORD10 1
LineType TYPE_DWORD10 1
OutsideNo TYPE_STRING ""
AtCommandMode TYPE_DWORD10 1
AtCommand TYPE_STRING ""
AtComment TYPE_STRING ""
www.eeworm.com/read/245182/12812599
h gps.h
#define USE_BEIJING_TIMEZONE 1
typedef struct{
int year;
int month;
int day;
int hour;
int minute;
int second;
} date_time ;
typedef struct
{
date_time D; //时间
char stat
www.eeworm.com/read/245182/12812654
mcp gps.mcp
www.eeworm.com/read/245182/12812665