代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/243691/12923330
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/12923412
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/12923554
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/140850/13059633
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/140700/13065899
txt alg036.txt
> restart;
> # BEZIER CURVE ALGORITHM 3.6
> #
> # To construct the cubic Bezier curves C0, ..., Cn-1 in
> # parameter form, where Ci is represented by
> #
> # (xi(t),yi(t)) = ( a0(i) + a1(i)*t +
www.eeworm.com/read/140700/13066206
txt alg036.txt
> restart;
> # BEZIER CURVE ALGORITHM 3.6
> #
> # To construct the cubic Bezier curves C0, ..., Cn-1 in
> # parameter form, where Ci is represented by
> #
> # (xi(t),yi(t)) = ( a0(i) + a1(i)*t +
www.eeworm.com/read/140007/13114716
java application1.java
package untitled1;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = false;
/**Construct the application*/
public Application1() {
Frame1 fr
www.eeworm.com/read/305141/13778380
h matrix.h
// 2003/04/14
// name : Matrix.h
// construct a simple Matrix
// updated latest on 04/15/2003
// update on 05/06/2003
#ifndef MATRIX_H
#define MATRIX_H
#include
#include
www.eeworm.com/read/147422/5729516
m plot_formant.m
% To plot the formants
% Author: Albert Hsiao 2/97
%Changes by Karthik
% construct the formant polynomial
rts=ff2root(Ff1(segment_no,:),Fb1(segment_no,:));
pcofa=real( poly(rts) );
www.eeworm.com/read/146508/5737019
java application1.java
package untitled1;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1() {
Frame1 frame