代码搜索:海事卫星
找到约 406 项符合「海事卫星」的源代码
代码结果 406
www.eeworm.com/read/187489/8635959
m gps_sat.m
function [xs,ys,zs]=gps_sat(t);
%*********************************
% ** gps 星座(地心地固坐标)
% **********************************
%得出时刻t的卫星坐标
a = 26559800*ones(6,4); % a 轨道面半长轴
% ne=0.01*ones(6,4
www.eeworm.com/read/403261/11520226
asv gps_sat.asv
function [xs,ys,zs]=gps_sat(t);
%*********************************
% ** gps 星座(地心地固坐标)
% **********************************
%得出时刻t的卫星坐标
a = 26559800*ones(6,4); % a 轨道面半长轴
% ne=0.01*ones(6,4
www.eeworm.com/read/403261/11520245
m gps_sat.m
function [xs,ys,zs]=gps_sat(t);
%*********************************
% ** gps 星座(地心地固坐标)
% **********************************
%得出时刻t的卫星坐标
a = 26559800*ones(6,4); % a 轨道面半长轴
% ne=0.01*ones(6,4
www.eeworm.com/read/227333/14431714
h gps.h
//
//
// gps.h
//
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define HEAD_LENGTH 6
// 卫星状态
#define GPS_NORMAL 0
#define GPS_NO
www.eeworm.com/read/375119/9372134
wrd 上教精读第二册.wrd
[W]planet[T]'pl9nit[M]n.行星
[W]Venusian[T][M]adj. [天]金星的, 太白星的
[W]land[T]l9nd[M]n.陆地 vt, vi(常与at连用)着陆; 登陆
[W]satellite[T]'s9t2lait[M]n.附属物;卫星;人造卫星
[W]signal[T]'sign2l[M]n.信号 vi.发信号
[W]photograph[T
www.eeworm.com/read/424661/10429889
m drawsatellite.m
function DrawSatellite(moveX,moveY,moveZ,color);
%绘制两个立方体(代替卫星)。
Length=500;
Width=500;
Height=500;
BoxPlot3(moveX,moveY,moveZ,Length,Width,Height,color);
BoxPlot3(moveX,moveY,moveZ,Length,Width