代码搜索:entity
找到约 10,000 项符合「entity」的源代码
代码结果 10,000
www.eeworm.com/read/117227/6105636
java entity.java
/*
* 09/14/2001 - 13:17:31
*
* Entity.java - Completes entities
* Copyright (C) 2001 Romain Guy
* romain.guy@jext.org
* www.jext.org
*
* This program is free software; you can redistribute it
www.eeworm.com/read/113186/6133079
java entity.java
package org.springframework.samples.petclinic;
/**
* Simple JavaBean domain object with an id property.
* Used as a base class for objects needing this property.
*
* @author Ken Krebs
* @
www.eeworm.com/read/113165/6137037
cpp entity.cpp
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "OgrePythonLink.h"
using namespace boost::python;
using namespace Ogre;
void exportEntity()
{
class_
www.eeworm.com/read/113165/6139766
java entity.java
/* Ogre4J
Copyright (C) 2002 macross
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as publishe
www.eeworm.com/read/113165/6141443
pyste entity.pyste
Include('OgreLight.h')
Include('OgreEdgeListBuilder.h')
Include('OgreNode.h')
Include('OgreUserDefinedObject.h')
Include('OgreMesh.h')
Include('OgreSkeletonInstance.h')
Include('OgreSubEntity.h'
www.eeworm.com/read/108165/6184268
java entity.java
package org.springframework.samples.petclinic;
/**
* Simple JavaBean domain object with an id property.
* Used as a base class for objects needing this property.
*
* @author Ken Krebs
* @
www.eeworm.com/read/104329/6204747
java entity.java
package mobileRPG.client;
import javax.microedition.lcdui.*;
import mobileRPG.*;
public class Entity {
static public int DIR_UP = -1;
static public int DIR_DOWN = -2;
static public int
www.eeworm.com/read/162611/6338552
h entity.h
#ifndef _ENTITY_H_
#define _ENTITY_H_
#include "POSITION.H"
#define PICK_RADIUS 0.1 // 选取半径
#define ENTITY_NUM 9 // 图元的种类数
enum EEntityType // 图元的类型
{
etUnknow = 0,
etPoint = 1,
www.eeworm.com/read/162611/6338560
cpp entity.cpp
#include "stdafx.h"
#include "math.h"
#include "MyPaint.h"
#include "MyPaintDoc.h"
#include "MyPaintView.h"
#include "Entity.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
www.eeworm.com/read/482098/6626386