代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/173971/9618993
ico object.ico
www.eeworm.com/read/171367/9759451
h object.h
/******************************************************************
* SEAL 2.0 *
* Copyright (c) 1999-2002 SEAL Developers. All Rights Reserve
www.eeworm.com/read/171367/9759684
c object.c
/******************************************************************
* SEAL 2.0 *
* Copyright (c) 1999-2002 SEAL Developers. All Rights Reserve
www.eeworm.com/read/269167/11107619
h object.h
#ifndef __OBJECT_H
#define __OBJECT_H
#include "tree.h"
#include "vector.h"
#include "camera.h"
class CObject : public CNode
{
protected:
// perform basic physics on the object
www.eeworm.com/read/414608/11107878
h object.h
class Object {
public :
int ID; //id of the Object
int priority; //priority of the Object
Object(){ID=0;priority=0;}
Object(int i,int p) {ID=i;priority = p;}
};
www.eeworm.com/read/267782/11162787
cpp object.cpp
/*******************************************************************************
模 块: 图形对象模块.
功 能: 能够定义一个图形方块为对象并显示和隐藏,是所有图形对象的基类.
程序员: 雷中南.
版 本: v1.1
时 间: 1999-05-05
******************
www.eeworm.com/read/267782/11162936
h object.h
/*
模 块: 图形对象模块.
功 能: 能够定义一个图形方块为对象并显示和隐藏,是所有图形对象的基类.
程序员: 雷中南.
版 本: v1.1
时 间: 1999-05-05
*/
#ifndef _OBJECT
#define _OBJECT
#include "scrkeep.h"
//对象类模块.
class Object : public
www.eeworm.com/read/267782/11163003