代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/301506/13858026
dll gps.dll
www.eeworm.com/read/301464/13858861
suo gps.suo
www.eeworm.com/read/301464/13858862
cs gps.cs
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/301464/13858863
sln gps.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GpsSample", "GpsSample\GpsSample.csproj", "{3EE8F42C-9902-47AF
www.eeworm.com/read/301186/13864548
txt gps.txt
需要什么样的<mark>GPS</mark>应用程序才能满足商业级的要求呢,像安装在车里的导航器一样?而且,<mark>GPS</mark>数据是怎么被解释,从而应用于实际工作中的呢?在这两部分里,我将和大家一起探讨这两个问题,并且给你编写商业级<mark>GPS</mark>应用程序必要的技巧,让专业的<mark>GPS</mark>设备能够更好的为你所用。
一句重要的语句
第一部分将探讨描述<mark>GPS</mark>原始数据的工作。实际上这个工作已经被国家舰船电子协 ...
www.eeworm.com/read/136020/13878221
asm gps.asm
;*******************************************************
; 文件号 : TR2002LCD *
; 标 题 : 集成车载终端 V1.0 *
; 文件名 : TR2002LCD.ASM
www.eeworm.com/read/101083/6240132
cpp gps.cpp
//
// Global Updater for the UI concering CAMPAIGN stuff
//
#include
#include "campbase.h"
#include "camplist.h"
#include "unit.h"
#include "division.h"
#include "chandler.h"
#inc
www.eeworm.com/read/144343/6286538
gps gppw.gps
[TelBlock]
ConnectSection:
LoggingSW TYPE_DWORD10 1
LineType TYPE_DWORD10 1
OutsideNo TYPE_STRING ""
AtCommandMode TYPE_DWORD10 1
AtCommand TYPE_STRING ""
AtComment TYPE_STRING ""
www.eeworm.com/read/339610/6290833
h gps.h
#define USE_BEIJING_TIMEZONE 1
typedef struct{
int year;
int month;
int day;
int hour;
int minute;
int second;
} date_time ;
typedef struct
{
date_time D; //时间
char stat
www.eeworm.com/read/339610/6290850