代码搜索:entity

找到约 10,000 项符合「entity」的源代码

代码结果 10,000
www.eeworm.com/read/234649/14102610

cpp entity.cpp

#include "Entity.h" Entity::Entity(string n,string id) { this->name = n; this->ID = id; } void Entity::setID(string id) { this->ID = id; } string Entity::getID() const { return t
www.eeworm.com/read/234649/14102612

h entity.h

#pragma once #ifndef INCLUDE_ENTITY_H #define INCLUDE_ENTITY_H #include using namespace std; class Entity { string name; string ID; public: Entity(string n,string id);
www.eeworm.com/read/234649/14102666

o entity.o

www.eeworm.com/read/230394/14290741

cs entity.cs

using System; using System.Collections; using System.Data; namespace EntityMapping { /// /// Entity 的摘要说明。 /// public class Entity { public Entity() {
www.eeworm.com/read/125638/14481457

java entity.java

package istarion.core; public abstract class Entity { public static int IS_MOBILE = 0; public static int IS_ITEM = 1; protected String __name; private char __symbol; private int __c
www.eeworm.com/read/225702/14523376

cpp entity.cpp

// Entity.cpp: implementation of the CEntity class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "OpenGLtest.h" #include "Entity.h"
www.eeworm.com/read/225702/14523377

h entity.h

// Entity.h: interface for the CEntity class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_ENTITY_H__531B3F84_72B7_443E_B1B2_AF110717240F__INCLUDED_)
www.eeworm.com/read/221293/14749755

class entity.class

www.eeworm.com/read/207479/15270622

html entity.html

www.eeworm.com/read/486812/1246887

java entity.java

/* * XML Type: ENTITY * Namespace: http://schemas.xmlsoap.org/soap/encoding/ * Java type: org.xmlsoap.schemas.soap.encoding.ENTITY * * Automatically generated - do not modify. */ package