代码搜索:azimuth
找到约 1,010 项符合「azimuth」的源代码
代码结果 1,010
www.eeworm.com/read/332327/12763721
cpp azimuth.cpp
//--已知A(Ja,Wa)、B(Jd,Wd)两点,求A测B的球面方位角[0,360)-----------------
double trua(double Ja, double Wa, double Jd, double Wd)
{
int m;
double ta, Lx;
Lx=atan(cos(Jd-Ja)*tan(Wa));
m=
www.eeworm.com/read/205721/15308898
html azimuth.html
/
[Master Index]
[Index for ./main]
azimuth
(./main/azimuth.m)
Function Synopsis
data
www.eeworm.com/read/205721/15309048
m azimuth.m
function dataout=azimuth(datain)
%function dataout=azimuth(datain)
%
%This program computes the receiver-to-shot azimuth angle
%and puts the corresponding angle (in degrees) in header word 9
%
%DSI
www.eeworm.com/read/339873/3293290
java azimuth.java
// **********************************************************************
//
//
//
// BBN Technologies
// 10 Moulton Street
// Cambridge, MA 02138
// (617) 873-8000
//
// Copyright
www.eeworm.com/read/161513/5551856
java azimuth.java
// **********************************************************************
//
//
//
// BBN Technologies
// 10 Moulton Street
// Cambridge, MA 02138
// (617) 873-8000
//
// Copyright
www.eeworm.com/read/241836/13113743
m azimuth1.m
function bet=azimuth1(x1,y1,x2,y2)
dx=x2-x1;
dy=y2-y1;
bet=alfa(dx,dy);
return
www.eeworm.com/read/241836/13113995
m azimuth1.m
function bet=azimuth1(x1,y1,x2,y2)
dx=x2-x1;
dy=y2-y1;
bet=alfa(dx,dy);
return
www.eeworm.com/read/205721/15309034
m,v azimuth.m,v
head 3.0;
access;
symbols;
locks; strict;
comment @// @;
3.0
date 2000.06.13.19.19.47; author gilles; state Exp;
branches;
next 2.0;
2.0
date 99.05.21.18.45.10; author mah; state Exp;
branches;
nex
www.eeworm.com/read/284529/8921380
m sun_azimuth_data.m
%SUN_AZIMUTH_DATA Generate an ASCII File (Report) containing Sun
% Azimuth Data.
%
% Using this script, you can generate a set of data regarding Sun
% Azimuth Positions at va
www.eeworm.com/read/284529/8921382