代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/493190/1168948
cpp frustum.cpp
#include "Core_Global.h"
#include "Frustum.h"
BOOL cFrustum::Construct(cGraphics *Graphics, float ZDistance)
{
D3DXMATRIX Matrix, matView, matProj;
float ZMin, Q;
// Error checkin
www.eeworm.com/read/493190/1168955
cpp frustum.cpp
#include "Core_Global.h"
#include "Frustum.h"
BOOL cFrustum::Construct(cGraphics *Graphics, float ZDistance)
{
D3DXMATRIX Matrix, matView, matProj;
float ZMin, Q;
// Error checkin
www.eeworm.com/read/493190/1168996
cpp frustum.cpp
#include "Core_Global.h"
#include "Frustum.h"
BOOL cFrustum::Construct(cGraphics *Graphics, float ZDistance)
{
D3DXMATRIX Matrix, matView, matProj;
float ZMin, Q;
// Error checkin
www.eeworm.com/read/493190/1169021
cpp frustum.cpp
#include "Core_Global.h"
#include "Frustum.h"
BOOL cFrustum::Construct(cGraphics *Graphics, float ZDistance)
{
D3DXMATRIX Matrix, matView, matProj;
float ZMin, Q;
// Error checkin
www.eeworm.com/read/493190/1169073
cpp frustum.cpp
#include "Core_Global.h"
#include "Frustum.h"
BOOL cFrustum::Construct(cGraphics *Graphics, float ZDistance)
{
D3DXMATRIX Matrix, matView, matProj;
float ZMin, Q;
// Error checkin
www.eeworm.com/read/481405/1296935
h warlogengine.h
/** Logger object
*
* Construct one such object in a application that use
* the logging classes.
*/
#ifndef WAR_LOG_ENGINE_H
#define WAR_LOG_ENGINE_H
/* SYSTEM INCLUDES */
#ifndef WAR_LIST_IN
www.eeworm.com/read/470437/1470899
java pieceworker.java
// PieceWorker.java
// PieceWorker类是由 Employee继承
public final class PieceWorker extends Employee {
private double wagePerPiece; // 生产量
private int quantity; // 工作周数
// Construct
www.eeworm.com/read/460691/1558587
pm assubs.pm
package HTML::AsSubs;
=head1 NAME
HTML::AsSubs - functions that construct a HTML syntax tree
=head1 SYNOPSIS
use HTML::AsSubs;
$h = body(
h1("This is the heading"),
p("This is