代码搜索:GPs 有哪些应用?
找到约 10,000 项符合「GPs 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/396057/8135196
ncb gps.ncb
www.eeworm.com/read/396057/8135201
aps gps.aps
www.eeworm.com/read/396057/8135207
plg gps.plg
Build Log
--------------------Configuration: GPS - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\admin\LOC
www.eeworm.com/read/396057/8135217
opt gps.opt
www.eeworm.com/read/396057/8135223
cpp gps.cpp
// GPS.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "GPS.h"
#include "GPSDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/146165/12667191
c gps.c
//建议将 关于缓冲区的指针使用函数进行封装。减少全局变量的使用。??
#pragma large
#include "public.h"
UCHAR xdata gGpsOk;
UCHAR xdata gGpsRcvCnt;
st_GpsData xdata GpsData;
const unsigned char xdata gGPRMC[]="GPRMC";
unsign
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