代码搜索:GPs 有哪些应用?
找到约 10,000 项符合「GPs 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/181778/9237220
h gps.h
/* gps.h -- interface of the libgps library */
#ifndef gps_h
# define gps_h 1
#ifdef __cplusplus
extern "C" {
#endif
#include
#include
#define MAXCHANNELS 12 /* maximum GPS
www.eeworm.com/read/181535/9247147
ico gps.ico
www.eeworm.com/read/377796/9262427
c gps.c
#include
#include
#include
#include
#include
//#include "types.h"
#include "gps.h"
#define USE_BEIJING_TIMEZONE
//#undef DEBUG
#define DEBUG
#
www.eeworm.com/read/377796/9262429
h gps.h
#ifndef _GPS_H
#define _GPS_H
//#include "types.h"
typedef struct{
int year;
int month;
int day;
int hour;
int minute;
int second;
}date_time;
typedef struct{
date_time D;//时间
char sta
www.eeworm.com/read/180108/9319120
obj gps.obj
www.eeworm.com/read/180108/9319141
obj gps.obj
www.eeworm.com/read/180108/9319156
c gps.c
#include "config.h"
INT8U code AsciiCharArray[1024]={
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x7e,0x81,0xa5,0x81,0xbd,0x99,0x81,0x7e,
0x7e,0xff,0xdb,0xff,0xc3,0xe7,0xff,0x7e,
0x44,0xee,0xfe,0
www.eeworm.com/read/180108/9319202
lst gps.lst
C51 COMPILER V7.50 GPS 06/22/2006 09:45:45 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE GPS
OBJECT MODULE PLACED IN .\m
www.eeworm.com/read/180108/9319231
h gps.h
#ifdef UART_GLOBAL
#define UART_EXT
#else
#define UART_EXT extern
#endif
#define SOH 0x01 //帧头
#define EOT 0x04 //一帧数据接收完毕
#define ACK 0x06 //发送下一条
#define NAK 0x15 //重发上一
www.eeworm.com/read/374863/9381304
c gps.c
#include
#include
#define INBUF_LEN 4 //
unsigned char inbuf1[INBUF_LEN];
unsigned char checksum,count3;
bit