代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/261722/11626481
mpw gps.mpw
www.eeworm.com/read/347807/11635319
can_gps
www.eeworm.com/read/157906/11656340
mot gps.mot
www.eeworm.com/read/157906/11656410
log gps.log
3-10-2005 8:38:56.0008 3381855.739054 20245878.711385 56.030000 1
3-10-2005 8:38:57.0009 3381855.739054 20245878.711385 56.030000 1
3-10-2005 8:38:58.0010 3381855.739054 20245878.7113
www.eeworm.com/read/157433/11705935
c gps.c
#include
#include
#include
#include
#include
#include "types.h"
#include "gps.h"
#define USE_BEIJING_TIMEZONE
static int GetComma(int num,cha
www.eeworm.com/read/157433/11705951
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 statu
www.eeworm.com/read/260631/11716445
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/260631/11716448
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/260631/11716568
mcp gps.mcp
www.eeworm.com/read/157234/11726463