代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/101130/6239102
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/6239104
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/6239105
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/6239106
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/6239112
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
www.eeworm.com/read/101130/6239113
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/6239118
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/6239119
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/6239124
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/6239130
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