代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
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
www.eeworm.com/read/177415/9456034
h gps.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: gps.h *
* This is gps header
www.eeworm.com/read/373358/9461639
gps gppw.gps
[PCDLG]
Connection:
lStructSize TYPE_DWORD10 128
lNetowrkNo TYPE_DWORD10 0
lStationNo TYPE_DWORD10 255
lUnitNo TYPE_DWORD10 0
lIONo TYPE_DWORD10 1023
lCpuType TYPE_DWORD10 35
lU
www.eeworm.com/read/373355/9461804
gps gppw.gps
[PCDLG]
ConnectDialg:
Combo06 TYPE_DWORD10 0
Combo01 TYPE_DWORD10 0
Combo02 TYPE_DWORD10 0
Combo03 TYPE_DWORD10 0
Combo04 TYPE_DWORD10 0
Combo05 TYPE_DWORD10 0
Connection:
lSt
www.eeworm.com/read/373354/9461819
gps gppw.gps
[PCDLG]
ConnectDialg:
Combo06 TYPE_DWORD10 0
Combo01 TYPE_DWORD10 0
Combo02 TYPE_DWORD10 0
Combo03 TYPE_DWORD10 0
Combo04 TYPE_DWORD10 0
Combo05 TYPE_DWORD10 0
Connection:
lSt
www.eeworm.com/read/372741/9494968
doc gps.doc
www.eeworm.com/read/176450/9497845
dpr gps.dpr
program GPS;
uses
Forms,
Main in 'Main.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/176450/9497852
dof gps.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/176450/9497853