代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/406636/11438570
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/347945/11623500
m lpbmitighten.m
function [p,feasible,lower] = lpbmitighten(p,lower,upper,lpsolver,xmin)
% Construct problem with only linear terms
% and add cuts from lower/ upper bounds
p_test = p;
p_test.F_struc = p.lpcuts
www.eeworm.com/read/157453/11703988
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/150749/12267165
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/150749/12267301
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/132141/14107414
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/119681/14824439
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/214923/15082917
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/211316/15183052
txt see5sam.txt
To run See5Sam.exe from a command prompt window:
* Make sure that you have run See5 on your application to construct
the kind of classifier that you want to use.
* Put See5Sam.exe in the
www.eeworm.com/read/205673/15310090
java datamining.java
软件学院 王玉馥(1291403166)03级4班
package dataSmall ;
import javax.swing.UIManager;
import java.awt.*;
/*java的main函数。
*/
public class dataSmall {
boolean packFrame = false;
//Construct th