代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/312254/13614387
asm gps.asm
RS EQU P3.5
RW EQU P3.6
E EQU P3.7
ORG 0000H
JMP START ; 程序开始
ORG 0023H
JMP Serial_RX_ISR ; 串口中断向量
START:
MOV SP,#60H ;
www.eeworm.com/read/310506/13649922
asm gps.asm
;=============================================
;CS0接CS8255 CS1接CS50 8255PA0-PA7接DB0-DB7
;8255PC0接REQ 8255PC7接BUSY
;=============================================
P55A EQU 0CFA0H ;8255I/O
www.eeworm.com/read/309235/13678072
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/308448/13700731
vcw gps.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/308448/13700765
ico gps.ico
www.eeworm.com/read/308448/13700766
vco gps.vco
www.eeworm.com/read/308448/13700768
vcl gps.vcl
Build Log
--------------------Configuration: gps - Win32 (WCE ARMV4) Release--------------------
Command Lines
Creating command line "rc.exe /l
www.eeworm.com/read/308448/13700772
vcc gps.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CGpsDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "gps.h"
La
www.eeworm.com/read/308448/13700784
aps gps.aps
www.eeworm.com/read/308448/13700788
rc gps.rc
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
////////////////////////////////////////////////////////////////////////////