代码搜索:如何学习 GPs?
找到约 10,000 项符合「如何学习 GPs?」的源代码
代码结果 10,000
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 __
www.eeworm.com/read/189733/8457414
class gps.class
www.eeworm.com/read/389556/8513902
clw gps.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CGPSView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "GPS.h"
L
www.eeworm.com/read/389556/8513906
h gps.h
// GPS.h : main header file for the GPS application
//
#if !defined(AFX_GPS_H__BAAA2093_7967_445A_8767_6C7A90E8B2E9__INCLUDED_)
#define AFX_GPS_H__BAAA2093_7967_445A_8767_6C7A90E8B2E9__INCLUDED_
www.eeworm.com/read/389556/8513913
ico gps.ico
www.eeworm.com/read/389556/8513917
dsp gps.dsp
# Microsoft Developer Studio Project File - Name="GPS" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appli