代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/370047/9621504
m demogeom.m
function demogeom
% Demonstration of how to construct a 2D geometric
% shape from a piece-wise set of NURBSs
%
% D.M. Spink
% Copyright (c) 2000.
coefs = [0.0 7.5 15.0 25.0 35.0 30.0 27.5
www.eeworm.com/read/369421/9648963
cpp restore.cpp
//Restore.cpp
//This function is to construct a BiTree
# include
# include
# include
# include
# define LENGTH 7
# define OK 1
# define ERROR 0
t
www.eeworm.com/read/369219/9659160
m cluster.m
function T = cluster(Z, cutoff, depth)
%CLUSTER Construct clusters from LINKAGE output.
% T = CLUSTER(Z, CUTOFF) constructs clusters from cluster tree Z. Z
% is a matrix of size M-1 by 3, gene
www.eeworm.com/read/334675/12580992
m cluster.m
function T = cluster(Z, cutoff, depth)
%CLUSTER Construct clusters from LINKAGE output.
% T = CLUSTER(Z, CUTOFF) constructs clusters from cluster tree Z. Z
% is a matrix of size M-1 by 3, gene
www.eeworm.com/read/133946/14016988
m cluster.m
function T = cluster(Z, cutoff, depth)
%CLUSTER Construct clusters from LINKAGE output.
% T = CLUSTER(Z, CUTOFF) constructs clusters from cluster tree Z. Z
% is a matrix of size M-1 by 3, gene
www.eeworm.com/read/235380/14072971
m demogeom.m
function demogeom
% Demonstration of how to construct a 2D geometric
% shape from a piece-wise set of NURBSs
%
% D.M. Spink
% Copyright (c) 2000.
coefs = [0.0 7.5 15.0 25.0 35.0 30.0 27.5
www.eeworm.com/read/112941/15473637
java~6~ application1.java~6~
package untitled1;
import javax.swing.UIManager;
import java.awt.*;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
private boolean packFrame = false;
//Construct
www.eeworm.com/read/391686/8391189
m ld2quin.m
function [h0, h1] = ld2quin(beta)
% LD2QUIN Quincunx filters from the ladder network structure
%
% Construct the quincunx filters from an allpass filter (beta) using the
% ladder network struct
www.eeworm.com/read/190459/8443046
m kernel_matrix.m
function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt)
% Construct the positive (semi-) definite and symmetric kernel matrix
%
% >> Omega = kernel_matrix(X, kernel_fct, sig2)
%
% This ma