代码搜索:如何学习 GPs?
找到约 10,000 项符合「如何学习 GPs?」的源代码
代码结果 10,000
www.eeworm.com/read/422619/10624868
gps gppw.gps
[PCDLG]
Connection:
lStructSize TYPE_DWORD10 100
lNetowrkNo TYPE_DWORD10 0
lStationNo TYPE_DWORD10 255
lUnitNo TYPE_DWORD10 0
lIONo TYPE_DWORD10 0
lCpuType TYPE_DWORD10 517
lUni
www.eeworm.com/read/422436/10637557
txt gps.txt
Const EARTH_RADIUS = 6378.137
Const Pi = 3.1415926535898
Function rad(ByVal d As Double) As Double
rad = d * Pi / 180
End Function
Function GetDistance(lat1 As Double, lng1 As Double, lat2 As
www.eeworm.com/read/277451/10638155
o gps.o
www.eeworm.com/read/277451/10638182
c gps.c
www.eeworm.com/read/277451/10638188
h gps.h
www.eeworm.com/read/350742/10713590
pdf gps简介.pdf
www.eeworm.com/read/421556/10729573
c gps.c
// this is a test about GPS Receiver
#include
#include
#include
#include // open() close()
#include // read() write()
#include
www.eeworm.com/read/421535/10731740
mak gps.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.13" -DATMEGA -DATMega128 -l -g -Mavr_enhanced -Wf-use_elpm
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x20000 -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -dr
www.eeworm.com/read/421535/10731787