代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/297054/8057390
elf gps.elf
www.eeworm.com/read/396561/8100325
h gps.h
#ifndef __GPS_H__
#define __GPS_H__
typedef struct tagGPRMC
{
char time[20];
char statu[5];
char latitude[20];
char southornorth[5];
char longitude[20];
char eas
www.eeworm.com/read/396561/8100332
c gps.c
#include
#include "stdio.h"
#include "time.h"
#include "string.h"
#include "assert.h"
#include "gps.h"
#include "math.h"
DCB dcb;
COMMTIMEOUTS timeouts;
COMSTAT ComStat;
H
www.eeworm.com/read/296364/8108796
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/296364/8108942
h gps.h
/*
Module : GPS.H
Purpose: "C" style interface to GPS32
Created: PJN / 28-12-1997
Copyright (c) 1997 - 2001 by PJ Naughter. (Web: www.naughter.com, Email: pjna@naughter.com)
All rights reser
www.eeworm.com/read/296364/8108976
bas gps.bas
Attribute VB_Name = "GPS"
Option Explicit
Const GPS_MaxDeviceName = 257
Const GpsQualityFixNotAvailable = 0
Const GpsQualityFix = 1
Const GpsQualityDifferentialFix = 2
Const GpsParityNone
www.eeworm.com/read/396057/8135174
clw gps.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CGPSDlg
LastTemplate=CColorDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "GPS.h
www.eeworm.com/read/396057/8135175
h gps.h
// GPS.h : main header file for the GPS application
//
#if !defined(AFX_GPS_H__6AC3534C_43CC_4507_A253_999D454D6070__INCLUDED_)
#define AFX_GPS_H__6AC3534C_43CC_4507_A253_999D454D6070__INCLUDED_
www.eeworm.com/read/396057/8135179
ico gps.ico
www.eeworm.com/read/396057/8135184
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