代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/120251/6074695
cpp bitarray.cpp
#include "BitArray.h"
BitArray::BitArray(unsigned long newsize)
{
arraysize = newsize;
bitlongs = ((arraysize - 1) >> 5) + 1;
bits = new unsigned long[bitlongs];
}
BitArray::BitArray(con
www.eeworm.com/read/120251/6077889
h ptypes.h
/*
*
* C++ Portable Types Library (PTypes)
* Version 1.8.3 Released 25-Aug-2003
*
* Copyright (c) 2001, 2002, 2003 Hovik Melikyan
*
* http://www.melikyan.com/ptypes/
* http://pty
www.eeworm.com/read/120251/6078330
h icewatcher.h
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/120251/6079169
patch ogremainincludes.patch
diff -Naur 014/OgreCamera.h py014/OgreCamera.h
--- 014/OgreCamera.h Wed May 12 01:29:30 2004
+++ py014/OgreCamera.h Wed Jun 30 07:49:53 2004
@@ -408,8 +408,9 @@
SceneNode* getAutoTrackTar
www.eeworm.com/read/120251/6079428
pyste hardwareindexbuffer.pyste
##Include('OgreEdgeListBuilder.h')
##Include('OgreLight.h') # sound wrong
##Include('OgreNode.h') # ?
##Include('OgreTechnique.h')
##Include('OgreUserDefinedObject.h')
Include('OgreHardwareBuffe
www.eeworm.com/read/118801/6094358
h metatranslator.h
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of Qt Linguist.
**
** This file may be di
www.eeworm.com/read/117181/6110528
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/117096/6111666
map inherit__graph__204.map
rect $structsigc_1_1lambda__operator__convert_1_1deduce__result__type.html 17,5 831,23
www.eeworm.com/read/117096/6111788
map inherit__graph__205.map
rect $structsigc_1_1lambda__operator__unary_1_1deduce__result__type.html 19,5 781,23
www.eeworm.com/read/116008/6114215
h global.h
/* Global.h, Uros Platise (c) 1999 */
#ifndef __GLOBAL
#define __GLOBAL
#include
typedef unsigned char TByte;
typedef unsigned TAddr;
/* Smart Pointer Class
*/
template
c