代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/151159/5685750
h object.h
/*------------------------------------------------------------------------*/
/* */
/* OBJECT.H
www.eeworm.com/read/151159/5685760
h strng.h
/*------------------------------------------------------------------------*/
/* */
/* STRNG.H
www.eeworm.com/read/150726/5689464
h llongint.h
class LLongInt
{
public:
LLongInt();
LLongInt(__int64 i64);
LLongInt(char *strDec);
LLongInt(unsigned int *strHex, int intCount, int sign);
LLongInt(LLongInt &another);
~LLongInt( );
www.eeworm.com/read/150634/5689840
cpp jstring.cpp
/*******************************************
Downloaded from: http://www.mike95.com
Copyright (c)1997 Michael Olivero
All Rights Reserved
********************************************/
#i
www.eeworm.com/read/149876/5696230
cc templates.cc
/* This test code is from Wendell Baker (wbaker@comet.berkeley.edu) */
#include
int a_i;
char a_c;
double a_d;
typedef void *Pix;
int
f(int i)
{ return 0; }
int
f(int i, char c)
{ retu
www.eeworm.com/read/149652/5698179
h newran.h
// newran.h ------------------------------------------------------------
// NEWRAN02B - 22 July 2002
#ifndef NEWRAN_LIB
#define NEWRAN_LIB 0
//******************* utilities and definitions *
www.eeworm.com/read/149476/5698835
hpp timefn.hpp
#ifndef _RAR_TIMEFN_
#define _RAR_TIMEFN_
struct RarLocalTime
{
uint Year;
uint Month;
uint Day;
uint Hour;
uint Minute;
uint Second;
uint Reminder;
uint wDay;
uint yDay;
};
class
www.eeworm.com/read/148694/5711669
cc templates.cc
/* This test code is from Wendell Baker (wbaker@comet.berkeley.edu) */
#include
int a_i;
char a_c;
double a_d;
typedef void *Pix;
int
f(int i)
{ return 0; }
int
f(int i, char c)
{ retu
www.eeworm.com/read/148359/5715995
h color.h
// This may look like C code, but it is really -*- C++ -*-
//
// Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
//
// Color Implementation
//
#if !defined (Magick_Color_header)
#define Magick
www.eeworm.com/read/148359/5715999
h drawable.h
// This may look like C code, but it is really -*- C++ -*-
//
// Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002
//
// Definition of Drawable (Graphic objects)
//
// The technique used for instantia