代码搜索:GPs 有哪些应用?
找到约 10,000 项符合「GPs 有哪些应用?」的源代码
代码结果 10,000
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
mcp gps.mcp
www.eeworm.com/read/432831/8568747
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/432765/8576081
c gps.c
#include
#include
#include
#include "System.h"
#include "Lcd.h"
#include "Menu.h"
#include "UART.h"
//字符数组绝对地址
#define latitude 0x8000
#define longitude 0x99