代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/417215/10999876
h object.h
#ifndef __OBJECT_H
#define __OBJECT_H
/*********************************************************************
$Id: Object.h,v 1.2 1999/08/31 02:22:05 cullen Exp $
*********************************
www.eeworm.com/read/469751/6926191
h object.h
#pragma once
//Specifies that the file will be included (opened) only once by the compiler when compiling a source code file.
#include "Global.h"
class Object
{
private:
static UINT32 O
www.eeworm.com/read/469751/6926196
cpp object.cpp
#include "StdAfx.h"
#include "Object.h"
#if (DEBUG==1)
#include
#endif
Object::Object(void)
{
ObjNum++;
ObjSN=ObjNum;
#if (DEBUG==1)
std::cout
www.eeworm.com/read/467912/6996917
gif object.gif
www.eeworm.com/read/465544/7049593
h object.h
// Object.h: interface for the CObject class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_OBJECT_H__53191BA7_14CA_4FF8_B947_D3006C827CE0__INCLUDED_)
www.eeworm.com/read/465544/7049606
cpp object.cpp
// Object.cpp: implementation of the CObject class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Object.h"
/////////////////////////
www.eeworm.com/read/465670/7051591
bmp object.bmp
www.eeworm.com/read/114193/7067930
cpp as_object.cpp
#include "Invasion.h"
FLOAT3 fTextCoordTemp[3] = {{0.0f, 0.0f}, {1.0f, 0.0f}, {1.0f, 1.0f}};
AS_OBJECT::AS_OBJECT(void)
{ // begin AS_OBJECT::AS_OBJECT()
memset(this, 0, sizeof(AS_OBJECT)