代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/306083/13752966
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/306083/13752968
aps gps.aps
www.eeworm.com/read/306083/13752970
rc gps.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/304815/13786250
pdf gps测量.pdf
www.eeworm.com/read/303946/13806107
m gps.m
%这是一个读取卫星导航电文的程序
%首先申明矩阵gps,GPS
clear;clc;
gps=[];
GPS=[];
[filename1,pathname1]=uigetfile('*.*N','读取gps导航电文');
fit1=fopen(strcat(pathname1,filename1),'rt');
if(fit1==-1)
msgbox('Input
www.eeworm.com/read/303311/13818507
asv gps.asv
clc
clear
out=CA_gen(); % 伪随机序列产生,n=10
num=1023;
message=randint(1,3); % 信息序列产生
for i=1:length(message)
if message(i)==0
message(i)=-1;
end
end
sign1=[];
for i=1
www.eeworm.com/read/303311/13818510
m gps.m
clc
clear
out=CA_gen(); % 伪随机序列产生,n=10
num=1023;
message=randint(1,3); % 信息序列产生
for i=1:length(message)
if message(i)==0
message(i)=-1;
end
end
sign1=[];
for i=1
www.eeworm.com/read/302038/13844178
rcv_gps
:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE5805F20B9F0FF1FE518F09FE51D
:10002000980000004000000044000000480000006C
:100030004C00000000000000000000005000000024
:10
www.eeworm.com/read/301819/13847836
c gps.c
#define GPS_GLOBAL 1
#include "includes.h"
#pragma ROM MONTHS[]
const uchar MONTHS[][12]={
{31,28,31,30,31,30,31,31,30,31,30,31},
{31,29,31,30,31,30,31,31,30,31,30,31}
};
www.eeworm.com/read/301819/13847855
h gps.h
#ifndef GPS_H
#define GPS_H 1
#ifdef GPS_GLOBAL
#define GPS_EXT
#else
#define GPS_EXT extern
#endif
#define _WAKE 0x55
#define _SLEEP 0xaa
#define _NORMAL 0x00
#define _