代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/104449/15692406
plg object.plg
Build Log
--------------------Configuration: object - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zzz1\L
www.eeworm.com/read/104449/15692409
cpp object.cpp
// Object.cpp: implementation of the CObject class.
#include "Object.h"
CObject::CObject()
{
}
CObject::~CObject()
{
}
void CObject::HeartBeat()
{
}
// 取得物体的ID
long CObject
www.eeworm.com/read/104449/15692410
opt object.opt
www.eeworm.com/read/104094/15710291
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/103453/15731435
txt object.txt
Each object represents a table or collecion of tables.
There is an array of uniqueid's in the main object representing every
row in the record set result, these are only create on a per read basis.
www.eeworm.com/read/100333/15876968
c object.c
/*
Little Smalltalk
object memory management
timothy a. budd, 10/84
*/
/*
The source code for the Little Smalltalk System may be freely
copied provided that the source
www.eeworm.com/read/100333/15877032
h object.h
/*
Little Smalltalk object definitions
*/
# include "env.h"
/*
for objects the inst_var array is actually made as large as
necessary (as large as the size field). since C does not do