代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/113856/15446894
java~1~ ipassignapp.java~1~
package tsinghuaip;
import javax.swing.UIManager;
import java.awt.*;
public class IPAssignApp {
boolean packFrame = false;
//Construct the application
public IPAssignApp() {
IPA
www.eeworm.com/read/111594/15509550
java greedsnake.java
package gameproject;
import javax.swing.UIManager;
import java.awt.*;
public class GreedSnake {
boolean packFrame = false;
//Construct the application
public GreedSnake() {
GreedSnakeFram
www.eeworm.com/read/105622/15663711
pas lexpos.pas
{
Construct the position table, as well as first position sets.
The position table stores symbol positions in regular expressions of
the Lex grammar. It also allows to store the correspondi
www.eeworm.com/read/289680/8534967
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/289680/8535153
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/188324/8550711
m tspdem.m
%% The Tensor Product Construct
%
% Illustrate approximation to data on rectangular grid.
% Copyright 1987-2005 C. de Boor and The MathWorks, Inc.
% $Revision: 1.18.4.2 $
%%
% Since the
www.eeworm.com/read/188280/8552099
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/188280/8552297
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/287159/8715760
cpp bluetoothdevicesearcher.cpp
// Includes
#include "BluetoothDeviceSearcher.h"
#include "BluetoothDefinitions.h"
#include "BluetoothObserver.h"
/**
* Factory Constructor.
* Only available way to construct class.
* T
www.eeworm.com/read/381133/9108140
cpp tscore.cpp
#include "TScore.h"
// construct
TScore::TScore()
{
iName = KTextBase;
iValue= 0;
}
TScore::TScore(TInt aValue)
{
iName = KTextBase;
iValue= -aValue;
}
TScore::TScore(TInt aValue