代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/135582/5884690
h fbase.h
/* -*-C++-*-
"$Id: FBase.H,v 1.1.1.1 2003/08/07 21:18:37 jasonk Exp $"
Copyright 1999-2000 by the Flek development team.
This library is free software; you can redistribute it and/o
www.eeworm.com/read/135582/5884907
h krect.h
// KRect - (c) by Reginald Stadlbauer 1998
// Version: $Id: krect.h,v 1.1 2003/09/08 19:42:05 jasonk Exp $
#ifndef krect_h
#define krect_h
#include "kpoint.h"
#include "ksize.h"
cl
www.eeworm.com/read/135582/5884920
cpp ksize.cpp
// KSize - (c) by Reginald Stadlbauer 1998
// Version: 0.0.1
#ifndef min
#define min(a,b) ((a)(b)?(a):(b))
#endif
#include
www.eeworm.com/read/135582/5884927
h kpoint.h
// KPoint - (c) by Reginald Stadlbauer 1998
// Version: 0.0.1
#ifndef kpoint_h
#define kpoint_h
class QPoint;
/**
* Class for reperesenting a point by its X and Y coordinate. It's
www.eeworm.com/read/135582/5884942
h ksize.h
// KSize - (c) by Reginald Stadlbauer 1998
// Version: 0.0.1
#ifndef ksize_h
#define ksize_h
class QSize;
/**
* Class for reperesenting a size by its WIDTH and HEIGHT. It's sorce
www.eeworm.com/read/135582/5884949
cpp kpoint.cpp
// KPoint - (c) by Reginald Stadlbauer 1998
// Version: 0.0.1
#include
#include "kpoint.h"
//==========================================================
KPoint::KPoint()
www.eeworm.com/read/135153/5887294
h mwobjects.h
/*
Copyright (C) Chris Johns (ccj@acm.org)
MicroWindows C++ Wrappers.
*/
#if !defined (_MWOBJECTS_H_)
#define _MWOBJECTS_H_
extern "C"
{
#include "windows.h"
#include "wintern.h"
#include
www.eeworm.com/read/134898/5891608
h rgb.h
//
// rgb.h
//
// $Id: rgb.h,v 1.1.1.1 2001/02/28 00:28:38 cstolte Exp $
//
#ifndef SGL_RGB_H
#define SGL_RGB_H
#if 0
#include
#include
class RGB;
class RGB
www.eeworm.com/read/134898/5891620
cc color.cc
//
// Color.cc
//
// $Id: color.cc,v 1.1.1.1 2001/02/28 00:28:35 cstolte Exp $
//
#include
#include
#include
const Primary SMPTE_Primary(
Chroma
www.eeworm.com/read/134898/5891624
h color.h
//
// color.h
//
// $Id: color.h,v 1.1.1.1 2001/02/28 00:28:35 cstolte Exp $
//
#ifndef SGL_COLOR_H
#define SGL_COLOR_H
#if 0
#include
#include
#include