代码搜索:construct

找到约 6,584 项符合「construct」的源代码

代码结果 6,584
www.eeworm.com/read/429504/8804767

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
www.eeworm.com/read/429074/8820394

c ts.c

/* $Id: ts.c,v 1.1 1996/10/04 13:37:05 calvert Exp $ * * ts.c -- routines to construct transit-stub graphs * using the Stanford GraphBase tools. * * This code calls the routines in geog.
www.eeworm.com/read/187222/8840448

java blips.java

//: Blips.java // Simple use of Externalizable & a pitfall import java.io.*; import java.util.*; class Blip1 implements Externalizable { public Blip1() { System.out.println("Blip1 Construct
www.eeworm.com/read/428451/8867197

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
www.eeworm.com/read/427586/8931942

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
www.eeworm.com/read/381133/9108082

h cgametetris.h

#ifndef __CGAMETETRIS_H #define __CGAMETETRIS_H #include #include "TGrid.h" #include "TBlock.h" const TUint8 COLORNUM = 9; class CGameTetris : public CBase { // construct
www.eeworm.com/read/183445/9158637

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
www.eeworm.com/read/374698/9388833

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
www.eeworm.com/read/372507/9507263

cpp lpt.cpp

// machine scheduling using LPT rule #include #include "hsort.h" #include "minheap.h" #include "lptnodes.h" template void LPT(T a[], int n, int m) {// Construct an m
www.eeworm.com/read/168218/9932476

cpp lpt.cpp

// machine scheduling using LPT rule #include #include "hsort.h" #include "minheap.h" #include "lptnodes.h" template void LPT(T a[], int n, int m) {// Construct an m