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

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

代码结果 10,000
www.eeworm.com/read/473191/6858016

txt 判断有向图是否有环.txt

#include #include #include #include using namespace std; #define NMAX 105 int path[NMAX][NMAX]; int Ingree[NMAX];//各个点的入度 //判断一个有向图是否有环 /* 输入: 4
www.eeworm.com/read/391849/8375225

txt gps.txt

GPS数据解析函数 朋友写了个GPS模块的程序,转来给大家看看 bit ReceivingF = 0; bit EndF = 0; bit NewByteF="0"; uchar GPS_time[9]; //UTC时间 uchar GPS_wd[11]; //纬度 uchar GPS_jd[12];
www.eeworm.com/read/192471/8379893

cpp gps.cpp

/* Module : GPS.CPP Purpose: "C" style Implementation to GPS32 Created: PJN / 28-12-1997 History: PJN / 20-01-1998 1. A number of problems were discovered when GPSLIB was being
www.eeworm.com/read/192471/8379911

001 gps32.001

# Microsoft Developer Studio Project File - Name="GPS32" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 5.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dyn
www.eeworm.com/read/192471/8380072

h gps.h

/* Module : GPS.H Purpose: "C" style interface to GPS32 Created: PJN / 28-12-1997 Copyright (c) 1997 - 2001 by PJ Naughter. (Web: www.naughter.com, Email: pjna@naughter.com) All rights reser
www.eeworm.com/read/192471/8380103

bas gps.bas

Attribute VB_Name = "GPS" Option Explicit Const GPS_MaxDeviceName = 257 Const GpsQualityFixNotAvailable = 0 Const GpsQualityFix = 1 Const GpsQualityDifferentialFix = 2 Const GpsParityNone