代码搜索:Operator

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

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

h imuchar.h

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

h eluchar.h

#ifndef ELUCHAR_H #define ELUCHAR_H #include "element.h" class mgcUchar : public mgcElement { // object information public: mgcUchar () : mgcElement(type,&value) { value = 0; } mgcUch
www.eeworm.com/read/101130/6239178

h eluint.h

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

h elint.h

#ifndef ELINT_H #define ELINT_H #include "element.h" class mgcInt : public mgcElement { // object information public: mgcInt () : mgcElement(type,&value) { value = 0; } mgcInt (const
www.eeworm.com/read/101130/6239181

h elulong.h

#ifndef ELULONG_H #define ELULONG_H #include "element.h" class mgcUlong : public mgcElement { // object information public: mgcUlong () : mgcElement(type,&value) { value = 0; } mgcUlo
www.eeworm.com/read/101130/6239182

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/6239183

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/6239185

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/6239187

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/6239188

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