代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/473999/6828383
h gpsdemodlg.h
// GPSDemoDlg.h : 头文件
//
#pragma once
#include "gps.h"
// CGPSDemoDlg 对话框
class CGPSDemoDlg : public CDialog
{
// 构造
public:
CGPSDemoDlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
enum
www.eeworm.com/read/295247/8178367
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Embest_GPS.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
www.eeworm.com/read/367480/9745663
cpp gpsdemodlg.cpp
// GPSDemoDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "GPSDemo.h"
#include "GPSDemoDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
//定义GPS串口号
#define GPS_COM_NO 8
// CGPSDemoDlg 对话框
www.eeworm.com/read/367480/9745685
h gpsdemodlg.h
// GPSDemoDlg.h : 头文件
//
#pragma once
#include "gps.h"
// CGPSDemoDlg 对话框
class CGPSDemoDlg : public CDialog
{
// 构造
public:
CGPSDemoDlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
enum
www.eeworm.com/read/411675/11232934
txt 说明.txt
说明:
GR(M)-87目前只能应用于WINCE5.0版本中,其它版本用不了。
1.该软件是用来检测<mark>GPS</mark>的COM以及<mark>GPS</mark>信号的软件,应用广泛
2.m<mark>Gps</mark>Cmd是PPC(WINCE系统)用的,<mark>Gps</mark>Viewer 1.5是PC和PPC的安装程序,考到SD卡上就可以直接用!
用法1:搜索COM口,连上<mark>GPS</mark>,点SCAN,如果提示找到FOUND<mark>GPS</mark>,那么就是对应的C ...
www.eeworm.com/read/248311/12585116
c main.c
/************************************************
* GPS read demo ,use com2
* by Zou jian guo
* 2004-10-22
*
*************************************************/
#include
www.eeworm.com/read/238164/13904034
c m22_at.c
/********************************************************\
* 文件名: M22_AT.C
* 创建时间:2005年3月22日
* 创建人:
* 版本号: V2.10
* 功能: 定义一些与M22的AT指令相关的一些定义
* 文件属性:特殊文件(只与M22模块相关)
* 修改历史:(每条详述)
\********
www.eeworm.com/read/134622/13979607
c lc_math.c
#ident "@(#) lc_math.c v1.0.0"
/*
* Copyright (C) 2002 Ricardo Arroyo
*
* This code may be used under the terms of Version 2 of the GPL,
* read the file COPYIN
www.eeworm.com/read/234952/14091053
cpp gpsmonitorthread.cpp
/*
* Roadnav
* GPSMonitorThread.cpp
*
* Copyright (c) 2004 - 2007 Richard L. Lynch
*
* This program is free software; you can redistribute it and/or
* modif
www.eeworm.com/read/204554/15337163
c main.c
/************************************************
* GPS read demo ,use com2
* by Zou jian guo
* 2004-10-22
*
*************************************************/
#include