代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/116006/6114792
h data.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/116006/6114796
h mystring.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/116006/6115015
cxx delete.cxx
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/115886/6116668
java plsqltokenmarker.java
/*
* PLSQLTokenMarker.java - Oracle PL/SQL token marker
* Copyright (C) 2002 Oliver Henning
*
* adapted from:
* plsqlTokenMarker.java - Transact-SQL token marker
* Copyright (C) 1999 mike dillo
www.eeworm.com/read/113668/6126755
h lazycopyptr.h
/* $Id: lazycopyptr.h,v 1.4 2004/01/02 15:42:43 mbn Exp $
**
** ClanLib Game SDK
** Copyright (C) 2003 The ClanLib Team
** For a total list of contributers see the file CREDITS.
**
** This
www.eeworm.com/read/113165/6136586
h bitarray.h
#pragma once
class BitArray
{
private:
/** The number of bits in this array
*/
unsigned long arraysize;
/** The number of unsigned longs for storing at least arraysize bits
*/
unsigned
www.eeworm.com/read/113165/6136603
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/113165/6139903
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/113165/6140344
h icewatcher.h
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/113165/6141183
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