代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/479074/6698973
m cpaziele.m
function [xsat,ysat,zsat,azim,elev,rotmat] = cpaziele (tsat,eph,station);
%CPAZIELE: Compute satellite positions and elevation/azimuth
%
% This routine computes satellite positions in an erath-fixed W
www.eeworm.com/read/479074/6699015
m example1.m
%EXAMPLE1: Demonstrate capabilities of SkyPlot (Matlab-version)
%
% This script demonstrates some of the capabilities of the Matlab version
% of SkyPlot. This demo reads an ephemeris-file, computes
%
www.eeworm.com/read/407047/11430845
m msread.m
%MSREAD MSREAD reads the mobile station parameter file specified as msParamFile
% in npswini.m
%
%Inputs:
%Outputs:
%
%Authors: Achim Wacker (AWa), Kari Sipil
www.eeworm.com/read/407047/11430906
m bsdefault.m
%BSDEFAULT DEFAULTBS = BSDEFAULT() returns a base station having default parameters
%
%Inputs:
% none
%Outputs:
% DEFAULTBS: default BS
%
%Authors: Achim Wacker (AWa), Kari Sipil
www.eeworm.com/read/405819/11456168
m sac2mat.m
function [SACdata,SeisData,sacfiles]=sac2mat(varargin)
% [SACdata,SeisData,filenames] = SAC2MAT('file1','file2',..., 'filen',endian )
%
% reads n SAC files file1, file2, filen
% and converts them
www.eeworm.com/read/405112/11471558
cpp cmsgreceiver.cpp
//
// CMsgReceiver.h
//
/*-----------------------------------------------------*\
HQ Tech, Make Technology Easy!
More information, please go to http://hqtech.nease.net.
/*----------
www.eeworm.com/read/261892/11617394
h abcommsprocessor.h
/////////////////////////////////////////////////////////////////////////////
//
// FILE: ABCommsProcessor.h : headder file
//
// See _README.CPP
//
// Interface for the CMODCommsProcessor class
www.eeworm.com/read/261677/11629527
h xneobus.h
#pragma once
#include "XLines.h"
class XNeobus
{
public:
XNeobus();
virtual ~XNeobus();
int ToXML (CMarkup& markup);
int FromXML (CMarkup& markup);
public:
XLines lines;
public
www.eeworm.com/read/261677/11629542
h xpassage.h
#pragma once
class XPassage
{
public:
XPassage (CString vStation = "", PointF position = PointF (-1, -1), CString vLine1 = "", CString vLine2 = "");
virtual ~XPassage();
public:
CString