代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

mr2.m

function [X,rho,eta] = mr2(A,b,k,reorth) %MR2 Solution of symmetric indefinite problems by the MR-II algorithm % % [X,rho,eta] = mr2(A,b,k,reorth) % % MR-II is a variant of the MINRES algorithm for sy

id3inducer.java

package id3; import java.lang.*; import java.util.*; import shared.*; import shared.Error; /** The ID3Class is the Java implementation of the ID3 algorithm. The * ID3 algorithm is a top-down

id3inducer.java

package id3; import java.lang.*; import java.util.*; import shared.*; import shared.Error; /** The ID3Class is the Java implementation of the ID3 algorithm. The * ID3 algorithm is a top-down

id3inducer.java

package id3; import java.lang.*; import java.util.*; import shared.*; import shared.Error; /** The ID3Class is the Java implementation of the ID3 algorithm. The * ID3 algorithm is a top-down

id3inducer.java

package id3; import java.lang.*; import java.util.*; import shared.*; import shared.Error; /** The ID3Class is the Java implementation of the ID3 algorithm. The * ID3 algorithm is a top-down

id3inducer.java

package id3; import java.lang.*; import java.util.*; import shared.*; import shared.Error; /** The ID3Class is the Java implementation of the ID3 algorithm. The * ID3 algorithm is a top-down

geneticalgorithm.m

% Genetic algorithm for solving simple optimization problem % f(x)=x1^2+x2^2, -5≤x1≤5, -5≤x2≤5 %The stategy of optimal maintaince is applied in the algorithm clear all; clc; format long; Popu

sectors.c

# include # include # include # include # define RAID5_ALGORITHM_LEFT_ASYMMETRIC (0) # define RAID5_ALGORITHM_RIGHT_ASYMMETRIC (1) # define RAID5_ALGORITH

prconv.c

# include # include # include # include # define RAID5_ALGORITHM_LEFT_ASYMMETRIC (0) # define RAID5_ALGORITHM_RIGHT_ASYMMETRIC (1) # define RAID5_ALGORITH

mr2.m

function [X,rho,eta] = mr2(A,b,k,reorth) %MR2 Solution of symmetric indefinite problems by the MR-II algorithm % % [X,rho,eta] = mr2(A,b,k,reorth) % % MR-II is a variant of the MINRES algorithm for sy