代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/480224/6668408
gps gppw.gps
[PCDLG]
RUN:
ConnectDialg:
Combo01 TYPE_DWORD10 0
Combo02 TYPE_DWORD10 0
Combo03 TYPE_DWORD10 0
Combo04 TYPE_DWORD10 0
Combo05 TYPE_DWORD10 0
Combo06 TYPE_DWORD10 0
Connection:
www.eeworm.com/read/479968/6673887
pdf gps.pdf
www.eeworm.com/read/480144/6677545
txt gps.txt
UserInput_Lon = InputBox("请输入你所需地点的经度值"&Chr(13) & Chr(10)&Chr(13) & Chr(10)&"格式:dd.dddddd")
UserInput_Lat = InputBox("请输入你所需地点的纬度值"&Chr(13) & Chr(10)&Chr(13) & Chr(10)&"格式:dd.dddddd")
'计算用户UTM区域号
U
www.eeworm.com/read/478234/6722157
aws gps.aws
# ADT Workspace File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
[AWS begin]
[WorkSpace begin]
Name=_string(gps)
FileType=_string(WorkSpace)
www.eeworm.com/read/478234/6722159
opt gps.opt
www.eeworm.com/read/478234/6722161
c gps.c
/****************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/478234/6722165
elf gps.elf
www.eeworm.com/read/478234/6722166
apj gps.apj
# ADT Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS FILE!
[APJ begin]
Active Config=_string(DEBUG)
[Project begin]
ProjectName=_string(gps)
Co
www.eeworm.com/read/478246/6722532
h gps.h
#ifndef __GPS_H__
#define __GPS_H__
#define UInt32 unsigned int
#define Int16 short
#define UInt16 unsigned short
#define UInt8 unsigned char
#define Boolean int
#def