代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/274791/4182280
cpp object.cpp
#include "global.h"
#include "object.h"
//-----------------------------------------------------------------------------
// Name:
// Desc:
//-----------------------------------------------
www.eeworm.com/read/274791/4182295
h object.h
#ifndef _ASIDER_TANK_ALPHA3_OBJECT_H_
#define _ASIDER_TANK_ALPHA3_OBJECT_H_
#define BULLET_MAXCHANG 4
#define MAXSPEEDONICE 8
#define MAXTANKSPEED 8
#define DEFTANKSPEED 4
#define DE
www.eeworm.com/read/273525/4205410
class object.class
/* object
Base class for all objects
*/
*! version 1.0.1 02jul2003
version 8
class {
class:
class dbstyle dbstyle
}
/* --------------------------
www.eeworm.com/read/440906/1784622
h object.h
// Object.h - Header file for java.lang.Object. -*- c++ -*-
/* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work lice
www.eeworm.com/read/440906/1784644
java object.java
// Object.java - The root of all evil.
/* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
www.eeworm.com/read/438717/1823233
object_tail
static char $Abbrev$type__doc__[] =
""
;
static PyTypeObject $Abbrev$type = {
PyObject_HEAD_INIT(&PyType_Type)
0, /*ob_size*/
"$name$", /*tp_name*/
sizeof($abbrev$object), /*tp_basicsize*
www.eeworm.com/read/438717/1823238
object_mlist
static struct PyMethodDef $abbrev$_methods[] = {
$methodlist$
{NULL, NULL} /* sentinel */
};
/* ---------- */