代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/135356/7140789
map gps.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
www.eeworm.com/read/240471/7140936
def gps.def
; Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
LIBRARY GPS
EXPORTS COM_Init
COM_Deinit
COM_Open
COM_Close
COM_Read
COM_Write
COM_Seek
COM_PowerDown
COM_Pow
www.eeworm.com/read/464763/7155685
pdf gps模块.pdf
www.eeworm.com/read/463865/7174511
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/462616/7199300
c gps.c
#include
#include
#include
#include
#include
//#include "types.h"
#include "gps.h"
#define USE_BEIJING_TIMEZONE
//#undef DEBUG
#define DEBUG
#
www.eeworm.com/read/462616/7199301
h gps.h
#ifndef _GPS_H
#define _GPS_H
//#include "types.h"
typedef struct{
int year;
int month;
int day;
int hour;
int minute;
int second;
}date_time;
typedef struct{
date_time D;//时间
char sta
www.eeworm.com/read/462140/7208683
c gps.c
#include
#include
#include
#include
#include
//#include "types.h"
#include "gps.h"
#define USE_BEIJING_TIMEZONE
static int GetComma(int num,c
www.eeworm.com/read/462140/7208684
h gps.h
#ifndef _GPS_H
#define _GPS_H
//#include "types.h"
typedef struct{
int year;
int month;
int day;
int hour;
int minute;
int second;
}date_time;
typedef struct{
date_time D;//时间
char sta
www.eeworm.com/read/324091/7217499
java gps.java
/*****************************************************************************
Description: This is the main class in this project. This MIDlet is used to connect
to a GPS receiver and
www.eeworm.com/read/461613/7223269
c gps.c
/*
GPS.c
*/
#include "globals.h"
/* and now a mutex to protect calls to the C library */
cyg_mutex_t cliblock;
//GPS MAIN FUNCTION
void GPS(void)
{
//GPS data