代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/425392/10359128
java main.java
import javax.swing.*;
import java.awt.*;
public class Main
{
boolean packFrame = false;
//Construct the application
public Main()
{
MainFrame frame = new MainFrame();
//Vali
www.eeworm.com/read/353337/10453873
m test_combination.m
function test_combination()
% Construct a toy problem where the scale of the data is not the same
% at different location in space. Ideally, one should combine two RBF kernels with
% different
www.eeworm.com/read/351797/10609629
m svc.m
function net = svc(arg, sv, w, bias)
% SVC
%
% Construct a support vector classification (SVC) network object.
%
% Examples:
%
% % default constructor (linear, hardmargin SVC with no suppo
www.eeworm.com/read/351797/10609859
m pairwise.m
function net = pairwise(arg)
% PAIRWISE
%
% Construct a pairwise multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class pairwise network!)
%
www.eeworm.com/read/333744/6969338
java student.java
import javax.swing.UIManager;
import java.awt.*;
public class Student {
boolean packFrame = false;
//Construct the application
public Student() {
MainFrame frame = new MainFrame();
www.eeworm.com/read/466324/7032625
java mytablemodel.java
import javax.swing.*;
import javax.swing.table.*;
import java.util.*;
public class MyTableModel extends DefaultTableModel {
/** Default constructor */
public MyTableModel() {
}
/** Construct
www.eeworm.com/read/462872/7193827
java student.java
import javax.swing.UIManager;
import java.awt.*;
public class Student {
boolean packFrame = false;
//Construct the application
public Student() {
MainFrame frame = new MainFrame();
www.eeworm.com/read/456187/7355356
java mytablemodel.java
import javax.swing.*;
import javax.swing.table.*;
import java.util.*;
public class MyTableModel extends DefaultTableModel {
/** Default constructor */
public MyTableModel() {
}
/** Construct
www.eeworm.com/read/447462/7550780
f drotg.f
SUBROUTINE DROTG(DA,DB,C,S)
* .. Scalar Arguments ..
DOUBLE PRECISION C,DA,DB,S
* ..
*
* Purpose
* =======
*
* construct givens plane rotation.
* jack dongarra, linpack,
www.eeworm.com/read/445211/7597974
m test_combination.m
function test_combination()
% Construct a toy problem where the scale of the data is not the same
% at different location in space. Ideally, one should combine two RBF kernels with
% different