代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/166678/10008618
h object.h
/*
* Copyright 2002-2004, Mersad Team, Allame Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/166678/10008619
cpp object.cpp
/*
* Copyright 2002-2004, Mersad Team, Allame Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/361930/10028014
h object.h
#ifndef OBJECT_H
#define OBJECT_H
#include "CppConst.h"
class Object
{
protected:
ObjectTypeT objectType; /*!< Type of this object */
VecPosition pos;
www.eeworm.com/read/361930/10028027
cpp object.cpp
#include "Object.h"
void Object::setType(ObjectTypeT o)
{
objectType = o;
}
ObjectTypeT Object::getType() const
{
return objectType;
}
void Object::setPosition(VecPosition p)
{
pos
www.eeworm.com/read/165080/10077386
h object.h
www.eeworm.com/read/358191/10194512
h object.h
#ifndef Object_
#define Object_
class Object {
friend int Knapsack(int *, int *, int, int);
public:
int operator= a.d);}
private:
www.eeworm.com/read/162604/10291779
m object.m
/* The implementation of class Object for Objective-C.
Copyright (C) 1993, 1994, 1995, 1997, 2002 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribu
www.eeworm.com/read/162604/10291873
h object.h
/* Interface for the Object class for Objective-C.
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or mod