代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/101130/6239132
h imchar.h
#ifndef IMCHAR_H
#define IMCHAR_H
#include "imagbase.h"
#include "imagfile.h"
class mgcImageChar : public mgcImage
{
// object information
public:
// image creation
mgcImageChar ();
m
www.eeworm.com/read/101130/6239134
h imlong.h
#ifndef IMLONG_H
#define IMLONG_H
#include "imagbase.h"
#include "imagfile.h"
class mgcImageLong : public mgcImage
{
// object information
public:
// image creation
mgcImageLong ();
m
www.eeworm.com/read/101130/6239138
h elfloat.h
#ifndef ELFLOAT_H
#define ELFLOAT_H
#include "element.h"
class mgcFloat : public mgcElement
{
// object information
public:
mgcFloat () : mgcElement(type,&value)
{ value = 0.0f; }
mgc
www.eeworm.com/read/101130/6239140
cpp coord.cpp
#include
#include
#include "coord.h"
// error handling
int mgcCoordinate::verbose = 0;
unsigned mgcCoordinate::error = 0;
const unsigned mgcCoordinate::allocation_failed
www.eeworm.com/read/101130/6239142
h elrgb8.h
#ifndef ELRGB8_H
#define ELRGB8_H
#include "element.h"
class mgcRGB8 : public mgcElement
{
// object information
public:
mgcRGB8 () : mgcElement(type,&value)
{ value = 0; }
www.eeworm.com/read/101130/6239145
h imint.h
#ifndef IMINT_H
#define IMINT_H
#include "imagbase.h"
#include "imagfile.h"
class mgcImageInt : public mgcImage
{
// object information
public:
// image creation
mgcImageInt ();
mgcIm
www.eeworm.com/read/101130/6239147
h elchar.h
#ifndef ELCHAR_H
#define ELCHAR_H
#include "element.h"
class mgcChar : public mgcElement
{
// object information
public:
mgcChar () : mgcElement(type,&value)
{ value = 0; }
mgcChar (c
www.eeworm.com/read/101130/6239152
h imuint.h
#ifndef IMUINT_H
#define IMUINT_H
#include "imagbase.h"
#include "imagfile.h"
class mgcImageUint : public mgcImage
{
// object information
public:
// image creation
mgcImageUint ();
m
www.eeworm.com/read/101130/6239153
h imulong.h
#ifndef IMULONG_H
#define IMULONG_H
#include "imagbase.h"
#include "imagfile.h"
class mgcImageUlong : public mgcImage
{
// object information
public:
// image creation
mgcImageUlong ();
www.eeworm.com/read/101130/6239156
h coord.h
#ifndef COORD_H
#define COORD_H
#include
#include
class mgcCoordinate
{
public:
// constructors and destructor
mgcCoordinate (int _dimensions=0, const int* initia