代码搜索:如何学习 GPs?
找到约 10,000 项符合「如何学习 GPs?」的源代码
代码结果 10,000
www.eeworm.com/read/418710/10934906
rc gps.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/418710/10934908
dsw gps.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/418710/10934912
ncb gps.ncb
www.eeworm.com/read/418710/10934923
plg gps.plg
Build Log
--------------------Configuration: GPS - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Deb
www.eeworm.com/read/418710/10934926
opt gps.opt
www.eeworm.com/read/418710/10934953
cpp gps.cpp
// GPS.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "GPS.h"
#include "MainFrm.h"
#include "GPSSet.h"
#include "GPSDoc.h"
#include "GPSView.h"
#i
www.eeworm.com/read/418507/10943564
cpp gps.cpp
#include "stdafx.h"
#include "GPSManager.h"
#include "GPS.h"
#include "MainFrm.h"
#include "GPSManagerDoc.h"
#include "GPSManagerView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/418507/10943590
h gps.h
#if !defined(AFX_GPS_H__29D010EF_8384_4AF4_A3E5_20F9BAF437F8__INCLUDED_)
#define AFX_GPS_H__29D010EF_8384_4AF4_A3E5_20F9BAF437F8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/418489/10944146
h gps.h
#define I96 96
#define I50 50
#define I36 36
#define I10 10
#define I5 5
#define I3 3
#define FL1 1575.42e6 /* MHz */
#define FL2 1227.60e6 /* MHz */
#define C 2.99792458e8 /* light velocity */
#
www.eeworm.com/read/418343/10952525