代码搜索:如何学习 GPs?
找到约 10,000 项符合「如何学习 GPs?」的源代码
代码结果 10,000
www.eeworm.com/read/379418/9198304
opt gps.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/181778/9237204
c gps.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/181778/9237205
py gps.py
#!/usr/bin/env python
#
# gps.py -- Python interface to GPSD.
#
import time, socket, sys
from math import *
STATUS_NO_FIX = 0
STATUS_FIX = 1
STATUS_DGPS_FIX = 2
MODE_NO_FIX = 1
MODE_2D = 2
MODE_3D =
www.eeworm.com/read/181778/9237206
ad gps.ad
*gps_data.time.label.labelString: "Time "
*gps_data.latitude.label.labelString: "Lat. "
*gps_data.longitude.label.labelString: "Long. "
*gps_data.altitude.label.labelString: "Alt. "
*gps_dat
www.eeworm.com/read/181778/9237220
h gps.h
/* gps.h -- interface of the libgps library */
#ifndef gps_h
# define gps_h 1
#ifdef __cplusplus
extern "C" {
#endif
#include
#include
#define MAXCHANNELS 12 /* maximum GPS
www.eeworm.com/read/181535/9247147
ico gps.ico
www.eeworm.com/read/377796/9262427
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/377796/9262429
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/180108/9319120
obj gps.obj
www.eeworm.com/read/180108/9319141