代码搜索:如何学习 GPs?
找到约 10,000 项符合「如何学习 GPs?」的源代码
代码结果 10,000
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
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.