代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/398324/7994423
m polynomial.m
function ker = polynomial(arg)
% POLYNOMIAL
%
% Construct a polynomial kernel object,
%
% K(x1, x2) = (x1*x2' + 1).^d;
%
% Examples:
%
% % default constructor (quadratic kernel, d = 2
www.eeworm.com/read/398324/7994568
m polynomial.m
function ker = polynomial(arg)
% POLYNOMIAL
%
% Construct a polynomial kernel object,
%
% K(x1, x2) = (x1*x2' + 1).^d;
%
% Examples:
%
% % default constructor (quadratic kernel, d = 2
www.eeworm.com/read/245176/12813309
m polynomial.m
function ker = polynomial(arg)
% POLYNOMIAL
%
% Construct a polynomial kernel object,
%
% K(x1, x2) = (x1*x2' + 1).^d;
%
% Examples:
%
% % default constructor (quadratic kernel, d = 2
www.eeworm.com/read/331562/12820603
cpp door.cpp
#include
using std::cout;
using std::endl;
#include "door.h"
#include "person.h"
#include "floor.h"
#include "elevator.h"
Door::Door()
:open(false)
{
cout
www.eeworm.com/read/243691/12921967
h frustum.h
#ifndef _FRUSTUM_H_
#define _FRUSTUM_H_
class cFrustum
{
private:
D3DXPLANE m_Planes[6];
public:
BOOL Construct(cGraphics *Graphics, float ZDistance = 0.0f);
BOOL CheckPoin
www.eeworm.com/read/243691/12922426
h frustum.h
#ifndef _FRUSTUM_H_
#define _FRUSTUM_H_
class cFrustum
{
private:
D3DXPLANE m_Planes[6];
public:
BOOL Construct(cGraphics *Graphics, float ZDistance = 0.0f);
BOOL CheckPoin
www.eeworm.com/read/243691/12922904
h frustum.h
#ifndef _FRUSTUM_H_
#define _FRUSTUM_H_
class cFrustum
{
private:
D3DXPLANE m_Planes[6];
public:
BOOL Construct(cGraphics *Graphics, float ZDistance = 0.0f);
BOOL CheckPoin
www.eeworm.com/read/243691/12923144
h frustum.h
#ifndef _FRUSTUM_H_
#define _FRUSTUM_H_
class cFrustum
{
private:
D3DXPLANE m_Planes[6];
public:
BOOL Construct(cGraphics *Graphics, float ZDistance = 0.0f);
BOOL CheckPoin
www.eeworm.com/read/243691/12923165
h frustum.h
#ifndef _FRUSTUM_H_
#define _FRUSTUM_H_
class cFrustum
{
private:
D3DXPLANE m_Planes[6];
public:
BOOL Construct(cGraphics *Graphics, float ZDistance = 0.0f);
BOOL CheckPoin