代码搜索:GPs 有哪些应用?

找到约 10,000 项符合「GPs 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/282093/9119744

m readpacketterminator.m

function cksum = ReadPacketTerminator(gps) % ReadPacketTerminator Read the three byte sequence terminating a packet global pid_dle_byte; global pid_etx_byte; % Read checksum byte. If it is eq
www.eeworm.com/read/282093/9119760

m readpacket.m

function [id, data] = ReadPacket(gps, type) % READPACKET Read a single packet from the device global pid_ack_byte pid_nak_byte if (nargin < 2) type = 'uint8'; end % Initialize output d
www.eeworm.com/read/380755/9129717

m gpsmain1.m

%主函数:输入为信噪比snr_in_dB,产生p1,p2 function p2=GPSmain1(snr_in_DB) E=1; G=[1 1 1 1 0 0 1;1 0 1 1 0 1 1]; % snr_in_DB=-4:0.5:10; snr=10^(snr_in_DB/10); sgma=sqrt((E/snr)/2);%噪声方差 N=300;%桢个数 inp
www.eeworm.com/read/281687/9140027

cpp gpsbuf.cpp

// GpsBuf.cpp: implementation of the CGpsBuf class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "GpsRecv.h" #include "GpsBuf.h" #if
www.eeworm.com/read/377111/9295197

txt readme.txt

GPRS 实验用例 ======================================================================= ----------------------------------------------------------------------- | Descript
www.eeworm.com/read/365288/9870423

makefile

TOPDIR = ../ include $(TOPDIR)Rules.mak EXTRA_LIBS += -lpthread EXEC = $(INSTALL_DIR)/gps OBJS = main.o gps.o all: $(EXEC) $(EXEC): $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(EXTRA_LIBS) insta
www.eeworm.com/read/168572/9907210

plg wisewell_f001_u2.plg

礦ision3 Build Log Project: E:\LabComputerBackup\宿舍电脑备份\F盘\学习天地\GPS\GPS_F023_1103\wisewell_F001_U2.uv2 Project File Date: 12/10/2004 Output:
www.eeworm.com/read/167564/9960588

cpp firstmoc.cpp

/**************************************************************************** ** GPS meta object code from reading C++ file 'first.cpp' ** ** Created: Sat Aug 21 20:08:46 1999 ** by: The Qt Meta
www.eeworm.com/read/362995/9972221

txt readme.txt

GPRS 实验用例 ======================================================================= ----------------------------------------------------------------------- | Descript
www.eeworm.com/read/361364/10056939

cpp startdlg.cpp

// StartMapDlg.cpp: implementation of the CStartDlg class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "StartDlg.h" #include "UICommon