代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/449679/7498366
nec isotrop.nec
CM Isotropic Approximation
CE
SY X = 9.09488
SY Z1 = 10.33939
SY Z2 = Z1 - .25
SY Z3 = Z1 + .25
SY D = #12/in
GW 1 5 0 -X -Z1 0 X -Z1 D
GW 2 7 0 X -Z1 0 X Z1 D
GW 3 5 0 -X Z1 0 X Z1 D
GW 4 7
www.eeworm.com/read/449504/7502855
html contents.html
Spatial econometrics functions library
[Return to Master Index]
-------- log determinant functions -----
www.eeworm.com/read/449504/7502914
m far_gd2.m
% PURPOSE: An example of using far_g() on a large dataset
% 1st order spatial autoregressive model
%
%---------------------------------------------------
% U
www.eeworm.com/read/398178/8000701
m diffr.m
%this file compares diffraction for the Fresnel and
%Fraunhoffer approximations
l=1e-6; %wavelength
Wx=100e-6; %slit width
%NF1=10;
%z=Wx^2/(l*NF1);
z=0.05; %for Fresnel z=0.0022
www.eeworm.com/read/296231/8115799
pin wavelet_lifting_pld.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/139332/5802695
hpp acosh.hpp
// boost asinh.hpp header file
// (C) Copyright Eric Ford 2001 & Hubert Holin.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
www.eeworm.com/read/131315/5931397
s sqrt.s
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/488412/6494772
m romberg_integration.m
%% maryam-mahmoudi S.N:870874022
%%
clc;clear;close all;
digits(9);
a = input('please enter a ');
b = input('please enter b ');
n = input('please enter n ');
fx= input('please enter f
www.eeworm.com/read/152068/12146606
lst 例08-07计算结果.lst
The SAS System 20:55 Wednesday, April 3, 2002 43
N P A R 1 W A Y P R O C E D U R E
Wilcoxon Sc
www.eeworm.com/read/251851/12315317
m psim_lin.m
function R = psim_lin(A,b,X0,T,N)
% Compute flow pipe approximations for the `linear` (affine) dynamics
% "dx/dt = A*x + b".
%
% Syntax:
% "R = psim_lin(A,b,X0,T,N)"
%
% Description:
% T