代码搜索:STATION
找到约 2,179 项符合「STATION」的源代码
代码结果 2,179
www.eeworm.com/read/313277/13591088
cpp main.cpp
/*我真诚地保证:
我自己独立地完成了整个程序从分析、设计到编码的所有工作。
如果在上述过程中,我遇到了什么困难而求教于人,那么,我将在程序实习报告中
详细地列举我所遇到的问题,以及别人给我的提示。我的程序里中凡是引用到其他程序或文档之处,
例如教材、课堂笔记、网上的源代码以及其他参考书上的代码段,我都已经在程序的注释里很清楚地注明了引用的出处。
我从未抄袭过别人的程序, ...
www.eeworm.com/read/479375/6692821
h ap.h
/*
* hostapd / Station table data structures
* Copyright (c) 2002-2008, Jouni Malinen
* Copyright (c) 2007-2008, Intel Corporation
*
* This program is free software; you can redistribut
www.eeworm.com/read/479375/6693068
h nl80211_copy.h
#ifndef __LINUX_NL80211_H
#define __LINUX_NL80211_H
/*
* 802.11 netlink interface public header
*
* Copyright 2006, 2007, 2008 Johannes Berg
* Copyright 2008 Michael Wu
www.eeworm.com/read/479074/6698981
m cpdops.m
function [gdop,pdop,tdop,hdop,fdop,ldop,vdop] = ...
cpdops (tsat,xsat,ysat,zsat,station,elev,cutoff,rotmat);
%CPDOPS: Compute the different existing DOP's
%
% The function computes the different exis
www.eeworm.com/read/479074/6698982
m cpdesign1.m
function [amat] = cpdesign1 (xsat,ysat,zsat,station,m);
%CPDESIGN1: Create the design-matrix
%
% The function creates the design-matrix, which is necessary for the
% computation of DOP-values and reli
www.eeworm.com/read/479074/6698986
m cpdops1.m
function [gdop,pdop,tdop] = ...
cpdops1 (xsat,ysat,zsat,station);
%CPDOPS: Compute the different existing DOP's
%
% The function computes the different existing DOP'values, including
% GDOP, PDOP, TD
www.eeworm.com/read/479074/6699003
m cpdesignpl.m
function [amatpl] = cpdesignpl (xsat,ysat,zsat,station,npl);
%CPDESIGN: Create the design-matrix for pseudolite-case
%
% The function creates the design-matrix, which is necessary for the
% computatio
www.eeworm.com/read/479074/6699017
m amatrix.m
function [amat] = Amatrix (xsat,ysat,zsat,station,m);
%CPDESIGN1: Create the design-matrix
%
% The function creates the design-matrix, which is necessary for the
% computation of DOP-values and reliab
www.eeworm.com/read/405819/11456136
m sac2segy.m
% Sac2Segy : Reads SAC formatted data into a SegyMAT (SGY) structure
%
% CALL :
% [Data,SegyTraceHeader,SegyHeader]=Sac2Segy(files_in,segyfile_out,varargin)
%
% files_in : Either a single fil