代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/256721/11977124
txt psa-chapter02.txt
Example code from Perl for System Administration by David N. Blank-Edelman
O'Reilly and Associates, 1st Edition, ISBN 1-56592-609-9
Chapter Two
===========
#*
#* construct an OS independent p
www.eeworm.com/read/153678/12013517
cpp constructororder.cpp
//: C24:ConstructorOrder.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Order of construct
www.eeworm.com/read/152597/12100147
m gflineq.m
function [x, vld] = gflineq(a, b, p)
vld = 0;
% construct an [A, B] matrix and assign initial value
aa = [a b];
x = aa(:);
if ((max(x) >=p) | (min(x) < 0) | ~isempty(find(floor(x) ~= x)))
error('E
www.eeworm.com/read/251835/12317874
m scmap.m
function M = scmap(poly,opt)
%SCMAP Construct generic Schwarz-Christoffel map object.
% SCMAP(P) creates a generic parent scmap object whose target polygon
% is given by P. SCMAP(P,OPTIONS) acc
www.eeworm.com/read/132141/14107450
h vector.h
#ifndef Vector_
#define Vector_
#include
#include "xcept.h"
template
class Vector {
public:
Vector(int size = 0);
Vector(const Vector& v); //copy construct
www.eeworm.com/read/128193/14311508
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/122684/14675176
cpp constructororder.cpp
//: C24:ConstructorOrder.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Order of construct
www.eeworm.com/read/222301/14697826
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/121716/14740130
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/4074/27874
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