代码搜索:entity
找到约 10,000 项符合「entity」的源代码
代码结果 10,000
www.eeworm.com/read/260790/11701918
c entity.c
#include
#include "entity.h"
__inline static unsigned int entity_hash(const char *str, unsigned int len)
{
static unsigned short asso_values[] = {
466, 466, 466, 466, 466, 466, 466, 46
www.eeworm.com/read/346193/11762737
h entity.h
#ifndef __ENTITY_H
#define __ENTITY_H
/*
ENTITY.H
The CEntity class
Author: Kevin Hawkins
Date: 3/29/2001
Description: The CEntity class is derived from CMD2Model and
provides
www.eeworm.com/read/346193/11762817
cpp entity.cpp
#include "entity.h"
CEntity::CEntity()
{
interpol = 3.0f;
stateStart = 0;
stateEnd = 39;
animSpeed = 7.0f;
direction = 0.0f;
entitySound = NULL;
position = CVector(0,0,0);
veloci
www.eeworm.com/read/346071/11770312
cpp entity.cpp
#include "stdafx.h"
#include "Entity.h"
#include "Relation.h"
Redata::Redata()
{
data=NULL;
next=NULL;
}
MyEntity::MyEntity(CString name,int x1,int y1,int x2,int y2,int f)
{
this->selecti
www.eeworm.com/read/346071/11770317
h entity.h
#ifndef ENTITY_H
#define ENTITY_H
#include "StdAfx.h"
#include "Element.h"
#include "Attribute.h"
class Relation;
class Redata
{
public:
Relation* data;
Redata* next;
Redata();
};
cla
www.eeworm.com/read/254009/12169317
cpp entity.cpp
// CEntity.cpp: implementation of the Entity class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Entity.h"
#ifdef _DEBUG
#undef THI
www.eeworm.com/read/254009/12169320
h entity.h
#pragma once
#include "Ado.h" //ADO数据访问封装类可从VC知识库网站下载,这里不再提供
#include
using std::vector;
class CEntity
{
public:
CEntity();
CEntity(const CString& strName);
virtual ~CEnt