代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/389556/8513930
ncb gps.ncb
www.eeworm.com/read/389556/8513939
aps gps.aps
www.eeworm.com/read/389556/8513941
plg gps.plg
Build Log
--------------------Configuration: GPS - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Deb
www.eeworm.com/read/389556/8513943
opt gps.opt
www.eeworm.com/read/389556/8513987
cpp gps.cpp
// GPS.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "GPS.h"
#include "MainFrm.h"
#include "GPSSet.h"
#include "GPSDoc.h"
#include "GPSView.h"
#i
www.eeworm.com/read/188566/8528101
cc gps.cc
//-----------------------------------------------------------------------------
// gps.cc : implements GPS class
//
// - programmed by Boyoon Jung (boyoon@robotics.usc.edu)
//-------------------------
www.eeworm.com/read/188566/8528124
h gps.h
//-----------------------------------------------------------------------------
// gps.h : a device class for standard GPS devices
//
// - implements NMEA-0183, version 2.0
//
// - programmed by Boyoo
www.eeworm.com/read/432979/8557747
c gps.c
// this is a test about GPS Receiver
#include
#include
#include
#include // open() close()
#include // read() write()
#include
www.eeworm.com/read/289223/8568012
h gps.h
#define USE_BEIJING_TIMEZONE 1
typedef struct{
int year;
int month;
int day;
int hour;
int minute;
int second;
} date_time ;
typedef struct
{
date_time D; //时间
char stat
www.eeworm.com/read/289223/8568143