代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/404226/11489834
bak parser.y.bak
/* File: parser.y
* --------------
* Yacc input file to generate the parser for the compiler.
*
* pp2: your job is to write a parser that will construct the parse tree
* and if no parse erro
www.eeworm.com/read/344640/11869939
m mexsvmtrain.m
function [AlphaY, SVs, Bias, Parameters] = mexSVMTrain(Samples, Labels, Parameters)
% [AlphaY, SVs, Bias, Parameters] = mexSVMTrain(Samples, Labels, Parameters)
%
% Construct a 2-class SVM classifi
www.eeworm.com/read/250350/12412881
h promptbox.h
#pragma once
#include "afxwin.h"
// CPromptBox dialog
class CPromptBox : public CDialog
{
DECLARE_DYNAMIC(CPromptBox)
public:
CPromptBox(CWnd* pParent = NULL); // standard construct
www.eeworm.com/read/128193/14311409
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/128193/14311521
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/223163/14651130
java application.java
import javax.swing.UIManager;
import java.awt.*;
public class Application {
boolean packFrame = false;
//Construct the application
public Application() {
MainMenu frame = new MainM