代码搜索:Operator

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

代码结果 10,000
www.eeworm.com/read/101130/6239158

h imushort.h

#ifndef IMUSHORT_H #define IMUSHORT_H #include "imagbase.h" #include "imagfile.h" class mgcImageUshort : public mgcImage { // object information public: // image creation mgcImageUshort
www.eeworm.com/read/101130/6239159

h imagbase.h

#ifndef IMAGBASE_H #define IMAGBASE_H #include "lattice.h" #include "elements.h" #include "imagfile.h" class mgcImage : public mgcLattice { public: // image construction and destruction
www.eeworm.com/read/101130/6239164

h imfloat.h

#ifndef IMFLOAT_H #define IMFLOAT_H #include "imagbase.h" #include "imagfile.h" class mgcImageFloat : public mgcImage { // object information public: // image creation mgcImageFloat ();
www.eeworm.com/read/101130/6239165

h ellong.h

#ifndef ELLONG_H #define ELLONG_H #include "element.h" class mgcLong : public mgcElement { // object information public: mgcLong () : mgcElement(type,&value) { value = 0; } mgcLong (c
www.eeworm.com/read/101130/6239167

h elshort.h

#ifndef ELSHORT_H #define ELSHORT_H #include "element.h" class mgcShort : public mgcElement { // object information public: mgcShort () : mgcElement(type,&value) { value = 0; } mgcSho
www.eeworm.com/read/101130/6239168

h eldouble.h

#ifndef ELDOUBLE_H #define ELDOUBLE_H #include "element.h" class mgcDouble : public mgcElement { // object information public: mgcDouble () : mgcElement(type,&value) { value = 0; } mg
www.eeworm.com/read/101130/6239169

h elrgb5.h

#ifndef ELRGB5_H #define ELRGB5_H #include "element.h" class mgcRGB5 : public mgcElement { // object information public: mgcRGB5 () : mgcElement(type,&value) { value = 0; } mgcRGB5 (c
www.eeworm.com/read/101130/6239170

h elushort.h

#ifndef ELUSHORT_H #define ELUSHORT_H #include "element.h" class mgcUshort : public mgcElement { // object information public: mgcUshort () : mgcElement(type,&value) { value = 0; } mg
www.eeworm.com/read/101130/6239171

h imshort.h

#ifndef IMSHORT_H #define IMSHORT_H #include "imagbase.h" #include "imagfile.h" class mgcImageShort : public mgcImage { // object information public: // image creation mgcImageShort ();
www.eeworm.com/read/101130/6239173

h imdouble.h

#ifndef IMDOUBLE_H #define IMDOUBLE_H #include "imagbase.h" #include "imagfile.h" class mgcImageDouble : public mgcImage { // object information public: // image creation mgcImageDouble