代码搜索:GPs 有哪些应用?

找到约 10,000 项符合「GPs 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/292019/8382592

gps gppw.gps

[PCDLG] ConnectDialg: Combo06 TYPE_DWORD10 0 Combo01 TYPE_DWORD10 0 Combo02 TYPE_DWORD10 0 Combo03 TYPE_DWORD10 0 Combo04 TYPE_DWORD10 0 Combo05 TYPE_DWORD10 0 Connection: lSt
www.eeworm.com/read/191698/8425007

cfg gps.cfg

#org.iu.gps.GPSDriver$Configuration #Thu Jul 11 13:39:24 CEST 2002 port=NONE baudRate=4800
www.eeworm.com/read/390941/8432770

zip gps.zip

www.eeworm.com/read/291105/8441765

h gps.h

#pragma once #include "sensor.h" #include "Globe.h" typedef struct _tGPGGADATA { int nHours; int nMinutes; int nSeconds; float fLatitude; float fLongitude; int nGPSQual; int nNumof
www.eeworm.com/read/291105/8441784

cpp gps.cpp

#include "StdAfx.h" #include "GPS.h" const string GPS::m_sPrefix = "GPGGA"; GPS::GPS(void) { m_sInputBuffer.reserve(GPS_STRINIG_BUFFER_SIZE); m_bNewLine = false; m_bValid = false; m_nF
www.eeworm.com/read/291095/8441932

h gps.h

#pragma once #include "sensor.h" #include "Globe.h" typedef struct _tGPGGADATA { int nHours; int nMinutes; int nSeconds; float fLatitude; float fLongitude; int nGPSQual; int nNumof
www.eeworm.com/read/190580/8441987

cpp gps.cpp

/* Module : GPS.CPP Purpose: "C" style Implementation to GPS32 Created: PJN / 28-12-1997 History: PJN / 20-01-1998 1. A number of problems were discovered when GPSLIB was being
www.eeworm.com/read/291095/8442019

cpp gps.cpp

#include "StdAfx.h" #include "GPS.h" const string GPS::m_sPrefix = "GPGGA"; GPS::GPS(void) { m_sInputBuffer.reserve(GPS_STRINIG_BUFFER_SIZE); m_bNewLine = false; m_bValid = false; m_nF
www.eeworm.com/read/291095/8442051

obj gps.obj

www.eeworm.com/read/190580/8442125

h gps.h

/* Module : GPS.H Purpose: "C" style interface to GPS32 Created: PJN / 28-12-1997 History: None Copyright (c) 1997 by PJ Naughter. All rights reserved. */ #ifndef __GPS_H__ #define __