代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/466896/7022924
m svc.m
%
% SVC: Construct a support vector classifier.
%
% Constructs a support vector classifier based on the data points 'xo'
% (stored rowwise) and labels 'yo', which should be either -1 or 1.
%
% Returns
www.eeworm.com/read/466324/7033049
java loan.java
package chapter27;
public class Loan {
private double annualInterestRate;
private int numberOfYears;
private double loanAmount;
private java.util.Date loanDate;
/** Construct a loan with i
www.eeworm.com/read/458414/7296767
m rayleigh_1.m
% BERFADING Bit error rate (BER) for Rayleigh fading channels.
% RAYLEIGHCHAN Construct a Rayleigh fading channel object.
% commblkfadingchan2.m: % COMMBLKFADINGCHAN Rayleigh/Rician channel helper
www.eeworm.com/read/456187/7355652
java loan.java
package chapter27;
public class Loan {
private double annualInterestRate;
private int numberOfYears;
private double loanAmount;
private java.util.Date loanDate;
/** Construct a loan with i
www.eeworm.com/read/450945/7474329
java controlline.java
package controlline;
import javax.swing.UIManager;
import java.awt.*;
public class ControlLine {
boolean packFrame = false;
//Construct the application
public ControlLine() {
Frame1 frame
www.eeworm.com/read/436802/7762428
cpp solutionea.cpp
#include "SolutionEA.h"
using namespace std;
// Construct a solution for EA and a pointer to initialized problem data.
SolutionEA::SolutionEA( Random* rnd, Control& control, Problem* p ) :
Soluti
www.eeworm.com/read/398324/7994461
m dagsvm.m
function net = dagsvm(arg)
% PAIRWISE
%
% Construct a dag-svm multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class dagsvm network!)
%
%
www.eeworm.com/read/398324/7994627
m dagsvm.m
function net = dagsvm(arg)
% PAIRWISE
%
% Construct a dag-svm multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class dagsvm network!)
%
%
www.eeworm.com/read/245176/12813338
m dagsvm.m
function net = dagsvm(arg)
% PAIRWISE
%
% Construct a dag-svm multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class dagsvm network!)
%
%
www.eeworm.com/read/330957/12859665
c serverpacket.c
/* serverpacket.c
*
* Construct and send DHCP server packets
*
* Russ Dill July 2001
*
* This program is free software; you can redistribute it and/or modify
* it under the