代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/355063/10297942
res sasol.res
Coefficient correlation
1.000 0.846 0.431 -0.092 -0.551 -0.804 -0.770 -0.482 -0.060 0.358
0.640 0.694 0.511
White spectrum
0.079406
Red spectrum
63E+00.31E+00.12E+00
www.eeworm.com/read/421190/10751213
res sasol.res
Coefficient correlation
1.000 0.846 0.431 -0.092 -0.551 -0.804 -0.770 -0.482 -0.060 0.358
0.640 0.694 0.511
White spectrum
0.079406
Red spectrum
63E+00.31E+00.12E+00
www.eeworm.com/read/273177/10923943
res sasol.res
Coefficient correlation
1.000 0.846 0.431 -0.092 -0.551 -0.804 -0.770 -0.482 -0.060 0.358
0.640 0.694 0.511
White spectrum
0.079406
Red spectrum
63E+00.31E+00.12E+00
www.eeworm.com/read/453303/7422738
m jacobi_iterative_method.m
function Jacobi_iterative_method
format long;
A=input('please input coefficient matrix row by row: ');
b=input('please input the right value of the function by column: ');
X0=input('please input
www.eeworm.com/read/453296/7422848
m jacobi_iterative_method.m
function Jacobi_iterative_method
format long;
A=input('please input coefficient matrix row by row: ');
b=input('please input the right value of the function by column: ');
X0=input('please input
www.eeworm.com/read/443857/7621710
res sasol.res
Coefficient correlation
1.000 0.846 0.431 -0.092 -0.551 -0.804 -0.770 -0.482 -0.060 0.358
0.640 0.694 0.511
White spectrum
0.079406
Red spectrum
63E+00.31E+00.12E+00
www.eeworm.com/read/439686/7702972
m ncosine.m
function [MultPhi,Phis] = ncosine(factor1,factor2);
%NCOSINE multiple cosine/Tuckers congruence coefficient
%
% [MultPhi,Phis] = ncosine(factor1,factor2,DimX,Fac);
%
% ----------------------INP
www.eeworm.com/read/433870/7905675
m gaussseidel.m
function x=GaussSeidel(A,b,es)
%A=coefficient matrix
%b=right hand side vector
%es=stop critartion
%maxit=max iterations
%output:
%x=solution vector
maxit=100;
lambda=0.5; %underrelaxation p
www.eeworm.com/read/433868/7905699
m gaussseidel.m
function x=GaussSeidel(A,b,es)
%A=coefficient matrix
%b=right hand side vector
%es=stop critartion
%maxit=max iterations
%output:
%x=solution vector
maxit=100;
lambda=0.5; %underrelaxation p
www.eeworm.com/read/245849/12777353
m s_log2reflectivity.m
function reflect=s_log2reflectivity(wlog,step,varargin)
% Create reflection coefficient series in time from well log in
% depth or time. An impedance curve to use can be specified via the
% "redefine