代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/124619/6043866
h orthodox.h
#ifndef CPPUNIT_ORTHODOX_H
#define CPPUNIT_ORTHODOX_H
#ifndef CPPUNIT_TESTCASE_H
#include "TestCase.h"
#endif
/*
* Orthodox performs a simple set of tests on an arbitary
* class to make
www.eeworm.com/read/124590/6045110
java operatorconfig.java
package com.csbook.restaurant;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.sql.*;
import com.csbook.restaurant.utility.*;
import com.borland.dbswing.*;
impor
www.eeworm.com/read/124347/6050550
demangle-expected
# This file holds test cases for the demangler.
# Each test consists of three lines in succession.
# The first line is arguments to pass to the test filter program.
# The second line is the mangled st
www.eeworm.com/read/123026/6063950
cpp rowvalues.cpp
// File: RowValues.cpp
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Classes Reference and related elect
www.eeworm.com/read/121298/6068842
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
www.eeworm.com/read/120487/6073013
h typcache.h
/*-------------------------------------------------------------------------
*
* typcache.h
* Type cache definitions.
*
* The type cache exists to speed lookup of certain information about data
www.eeworm.com/read/120487/6073511
out errors.out
--
-- ERRORS
--
-- bad in postquel, but ok in postsql
select 1;
?column?
----------
1
(1 row)
--
-- UNSUPPORTED STUFF
-- doesn't work
-- attachas nonesuch
--
-- doesn't work
-- notify p
www.eeworm.com/read/120487/6073597
sql drop.sql
--
-- drop.source
--
--
-- this will fail if the user is not the postgres superuser.
-- if it does, don't worry about it (you can turn usersuper
-- back on as "postgres"). too many people don't foll
www.eeworm.com/read/120251/6074678
h bitarray.h
#ifndef _BITARRAY_H_
#define _BITARRAY_H_
class BitArray
{
private:
/** The number of bits in this array
*/
unsigned long arraysize;
/** The number of unsigned longs for storing at leas