代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/453296/7422844
m conjugate_grads_method.m
function Conjugate_grads_method
%This function applies only the function like
%this:fx=X1^2+X2^2-X1*X2-10*X1-4*X2+60
syms X1 X2 real;
fx=X1^2+X2^2-X1*X2-10*X1-4*X2+60;
X0=[0;0];
e=0.0001;
k=0
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/453287/7422869
m conjugate_grads_method.m
function Conjugate_grads_method
%This function applies only the function like
%this:fx=X1^2+X2^2-X1*X2-10*X1-4*X2+60
syms X1 X2 real;
fx=X1^2+X2^2-X1*X2-10*X1-4*X2+60;
X0=[0;0];
e=0.0001;
k=0
www.eeworm.com/read/448049/7541038
m method_b4.m
function [ranking, load_x, cut_off] = method_B4(X, is_corrmatrix)
% -------------------------------------------------------------------------
% this code is part of the 'Reduction Testbench' sui
www.eeworm.com/read/448049/7541051
m method_r2.m
function [ranking, load_x, cut_off] = method_R2(X, method)
% -------------------------------------------------------------------------
% this code is part of the 'Reduction Testbench' suite
% d
www.eeworm.com/read/448049/7541055
m method_b2.m
function [ranking, load_x, cut_off] = method_B2(X, is_corrmatrix, method)
% -------------------------------------------------------------------------
% this code is part of the 'Reduction Testbe
www.eeworm.com/read/441228/7673777
txt input_convergence_method.txt
www.eeworm.com/read/299983/7815752
pdf the phase flow method.pdf
www.eeworm.com/read/398914/7910233
gif db_evaluatemodify_method.gif
www.eeworm.com/read/398914/7910248