代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/222301/14697739
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/222301/14697840
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/218885/14903796
java mainproxy.java
import javax.swing.UIManager;
import java.awt.*;
public class mainProxy {
boolean packFrame = false;
//Construct the application
public mainProxy() {
loginFrame frame = new logi
www.eeworm.com/read/116193/14983412
cpp datastru.cpp
#include
#include "ap.h"
using namespace std;
// The datastruct class member functions
// Construct a datastruct from scratch: size, allocated data
// Possibly fill the rest of
www.eeworm.com/read/214865/15085878
cpp binarysearchtree.cpp
#include "BinarySearchTree.h"
#include "Except.h"
// Construct the tree.
template
BinarySearchTree::BinarySearchTree( ) : root( NULL )
{
}
// Copy constructor.
templa
www.eeworm.com/read/13911/286878
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/13911/286953
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/16772/687338
cs registryutil.cs
using System;
using Microsoft.Win32;
namespace UtilityLibrary.Win32
{
///
/// Summary description for Registry.
///
public class RegistryUtil
{
#region Construct
www.eeworm.com/read/16772/687480
cs registryutil.cs
using System;
using Microsoft.Win32;
namespace UtilityLibrary.Win32
{
///
/// Summary description for Registry.
///
public class RegistryUtil
{
#region Construct
www.eeworm.com/read/16772/687559
cs registryutil.cs
using System;
using Microsoft.Win32;
namespace UtilityLibrary.Win32
{
///
/// Summary description for Registry.
///
public class RegistryUtil
{
#region Construct