代码搜索:GPs 有哪些应用?
找到约 10,000 项符合「GPs 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/421535/10731844
dbg gps.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR D:\SOURCE~1\手持gps测量仪\
FILE main.c
FUNC main 1DDE fV
BLOCK 20 1DDE
DEFLOCAL n 1 i
DEFLOCAL j 1 i
DEFLOCAL y 1 c
DEFLOCAL x 1 c
www.eeworm.com/read/421535/10731847
mp gps.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/276429/10737848
obj gps.obj
www.eeworm.com/read/276429/10737994
c gps.c
#include
#include "global.h"
#include "io.h"
#include "serial.h"
#include "timer.h"
#include "gps.h"
enum
{
LONLAT_DMM=1, /*LONGITUDE LATITUDE DEGREE MINUTE MINUTE/10000 form
www.eeworm.com/read/276429/10738045
lst gps.lst
C51 COMPILER V7.50 GPS 04/04/2007 15:49:17 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE GPS
OBJECT MODULE PLACED IN gps
www.eeworm.com/read/276429/10738119
h gps.h
#ifndef gps_h
#define gps_h
void GPSModule_init(void);
void ReadGPS(void);
#endif
www.eeworm.com/read/350217/10757912
make_gps
/opt/host/armv4l/bin/armv4l-unknown-linux-gcc -o 485_send_data.o gps gps.c
www.eeworm.com/read/350217/10757915
c gps.c
// this is a test about GPS Receiver
#include
#include
#include
#include // open() close()
#include // read() write()
#include
www.eeworm.com/read/350002/10776934
cpp gps.cpp
// Gps.cpp: implementation of the CGps class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "gmark.h"
#include "define.h"
#include "Gps
www.eeworm.com/read/350002/10776999
h gps.h
// Gps.h: interface for the CGps class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GPS_H__F4111537_E580_49AA_8949_BD954C92D7BE__INCLUDED_)
#define