代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/277399/10641303
cpp lvtetrismenu.cpp
#include
#include
#include
#include
#include "LvtetrisMenu.h"
#include
#include
// Construct and destruct
// N
www.eeworm.com/read/421962/10674093
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/420934/10767019
m heigth2d.m
%Construct test surface
x=[-4:0.08:4];
y=[-4:0.08:4];
pixelx=length(x) ;
pixely=length(y) ;
hinitial=zeros(length(x),length(y));
for i=1:length(x)
for j=1:length(y)
www.eeworm.com/read/271450/10994625
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/270492/11035019
c main.c
/*
* Embedded SMTP Client Examples
*
* ./software/ch4/emsmtpc/main.c
*
* mtj@cogitollc.com
*
*/
#include
#include
#include "emsmtpc.h"
/*
* Example 1:
* Construct
www.eeworm.com/read/469695/6925435
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/469695/6925478
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/273052/7102997
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/449807/7496303
txt paper4.txt
.EQ
delim $$
.EN
.ls 1
.ce
PROGRAMMING BY EXAMPLE REVISITED
.sp
.ce
by John G. Cleary
.ce
Man-Machine Systems Laboratory
.ce
University of Calgary.
.sp
.sh "Introduction"
.pp
Efforts to construct an a
www.eeworm.com/read/449504/7503070
m beta_prior.m
function out = beta_prior(rvec,a1,a2)
% PURPOSE: construct beta-prior for rho over -1,1 interval
%-----------------------------------------------------------
% USAGE: out = beta_prior(a1,a2,rvec);