代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/345465/11814931
txt gps.txt
$GPGGA,005014.693,3038.0755,N,10404.7217,E,1,03,14.6,0.0,M,-31.9,M,0.0,0000*65
$GPGSA,A,2,30,02,05,,,,,,,,,,24.8,14.6,20.0*08
$GPRMC,005014.693,A,3038.0755,N,10404.7217,E,0.00,,050507,,*1B
$GPZD
www.eeworm.com/read/345465/11814936
opt gps.opt
www.eeworm.com/read/345465/11814943
cpp gps.cpp
// GPS.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "GPS.h"
#include "GPSDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/156230/11817202
lib gps.lib
www.eeworm.com/read/156230/11817210
dll gps.dll
www.eeworm.com/read/344966/11848202
asm gps.asm
;=============================================
;CS0接CS8255 CS1接CS50 8255PA0-PA7接DB0-DB7
;8255PC0接REQ 8255PC7接BUSY
;=============================================
P55A EQU 0CFA0H ;8255I/O
www.eeworm.com/read/344641/11869906
pdf gps资料.pdf
www.eeworm.com/read/155212/11889429
bmp gps.bmp
www.eeworm.com/read/344018/11912475
c gps.c
/*----------------------------------------------------------------
GPS采集控制单元
1.GPS模块初始化采集, 串口1 19200,需要先进行唤醒操作,然后定期接收(中断)位置信息
--------------------------------------------------------------
www.eeworm.com/read/257278/11935418
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