代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/314179/13572541
m opengps.m
function [gps, pid, version, text, protocols] = OpenGPS(port)
global pid_product_rqst
% Initialize global constants
constants;
%try
gps = serial(port);
www.eeworm.com/read/314179/13572544
m sendbeginpacket.m
function SendBeginPacket(gps, count)
% SENDBEGINPACKET Send the standard begin command packet
WritePacketHeader(gps, pid_records, 2)
fwrite(gps, count, 'int16');
WritePacketTerminator(gps);
www.eeworm.com/read/314179/13572548
m readtracks.m
function tracks = ReadTracks(gps)
% ReadTracks Read all the track data from the GPS
global pid_command_data cmd_transfer_trk pid_xfer_cmplt pid_trk_hdr
global pid_ack_byte pid_nak_byte pid_trk_da
www.eeworm.com/read/306635/13740786
bak main.c.bak
/************************************************
* GPS read demo ,use com2
* by Zou jian guo
* 2004-10-22
*
*************************************************/
#include
www.eeworm.com/read/306635/13740788
c main.c
/************************************************
* GPS read demo ,use com2
* 2004-10-22
*
*************************************************/
#include
#include
#include
www.eeworm.com/read/493546/6395243
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/493546/6395251
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/403261/11520217
m test3.m
clear all;
close all;
clc;
[long0,lat0,h0]=usercontrail(0)
[long1,lat1,h1]=usercontrail(1)
[xs0,ys0,zs0]=gps_sat(0)
sqrt(xs0.^2+ys0.^2+zs0.^2)
www.eeworm.com/read/403261/11520239
m get_fd.m
function Fd=get_Fd(k,H,y,sysnum)
%*********************************
% ** parity检测 统计检测量
% ** sysnum 组合系统数目,exp:gps sysnum=1; gps/galileo sysnum = 2; gps/galileo/bd sysnum = 3
% ****************
www.eeworm.com/read/403261/11520244
m solve_yy.m
function y=solve_yy(k,xs,ys,zs,xu,yu,zu,H,b,e,sysnum,sigma)
%*********************************
% ** 量测向量y
% ** sysnum 组合系统数目,exp:gps sysnum=1; gps/galileo sysnum = 2; gps/galileo/bd sysnum = 3