代码搜索:MUR
找到约 100 项符合「MUR」的源代码
代码结果 100
www.eeworm.com/read/447112/7557865
jpg mur.jpg
www.eeworm.com/read/442608/7648814
m mur.m
function MUR=mur(PRI)
% MUR Maximum Unambiguous Range (pulsed radar)
%
% R=mur(PRI)
%
% PRI = pulse repetition interval [s]
% MUR = max unambiguous range [m]
%
% AIM: To determine the maxim
www.eeworm.com/read/442608/7648904
m ._mur.m
www.eeworm.com/read/287361/8689889
mds mur_shpigel.mds
www.eeworm.com/read/427976/8906672
txt mur matlab.txt
clear,clc
tic
IE=100;
JE=100;
ic=IE/2;
jc=JE/2;
X=1:IE;
Y=1:JE;
n0=50;
spread=12;
Ez=zeros(IE,JE);
Hx=zeros(IE-1,JE);
Hy=zeros(IE,JE-1);
% Matrices for the Mur ABCs
Ez_prev=Ez;
www.eeworm.com/read/362879/9977599
f90 mur.f90
! mur.f90
!
! Mur ABC 1. und 2. Ordnung
!
! (adapted Mur 2. order from the DR. RAYMOND J. LUEBBERS code)
! Copyright (C) 2007 Paul Panserrieu, < peutetre@cs.tu-berlin.de >
!
! This program
www.eeworm.com/read/272681/6958598
h mur100.h
//---------------------------------------------------------------------------
#ifndef MUR100H
#define MUR100H
#include
//-------------------------------------------------------------------
www.eeworm.com/read/272681/6958610
cpp mur100.cpp
//---------------------------------------------------------------------------
#pragma hdrstop
#include "MUR100.h"
#include
#include
#pragma package(smart_init)
//-
www.eeworm.com/read/452919/7096196
f mr_mur.f
www.eeworm.com/read/193428/8227041