代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/240686/13204827
h dsearch.h
#ifndef DATATYPE_SEARCH_METHODS
#define DATATYPE_SEARCH_METHODS
// search the n element arrray a for a match with key
// using the sequential search. return the index of the
// matching array el
www.eeworm.com/read/324119/13284379
h operation.h
/*
*
*
*
*/
#ifndef __OPERATION_H
#define __OPERATION_H
#include
#include "item.h"
//
//
//
class Operation: public Item
{
public:
int code, arity;
//
Operation(int opc, std:
www.eeworm.com/read/324119/13284383
h calculator.h
/*
*
*
*
*/
#ifndef __CALCULATOR_H
#define __CALCULATOR_H
#include
#include "stack.h"
#include "symboltable.h"
#include "operation.h"
class Calculator
{
private:
// Private method
www.eeworm.com/read/137723/13302891
h wave.h
//-----------------------------------------------------------------
// Wave Object
// C++ Header - Wave.h
//-----------------------------------------------------------------
#ifndef __WAVE_H__
www.eeworm.com/read/314201/13571659
h worldmodel.h
/*
Copyright (c) 2000-2002, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provide
www.eeworm.com/read/313102/13596797
h vectext.h
///////////////////////////////////////////////////////////////////
// Header : VECTEXT.H
//
// Purpose : Header for the VECTEXT program.
//
// Author : Rob McGregor, rob_mcgregor@compuserve
www.eeworm.com/read/146084/5740089
optimizing
/*
* Copyright © 2002 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
* California 95054, U.S.A. All rights reserved. Sun Microsystems, Inc. has
* intellectual property rights relating
www.eeworm.com/read/146056/5740753
in db2.in
#!/bin/sh
#
# $Id: db2.in,v 1.1 2004/08/27 09:34:14 lars Exp $
#
# db2
#
# Description: Manages a DB2 Universal Database as a High-Availability
# resource
#
#
# Author: Alan Robertson
# Support: li
www.eeworm.com/read/146056/5740777
in db2.in
#!/bin/sh
#
# $Id: db2.in,v 1.1 2004/12/20 16:19:37 sunjd Exp $
#
# db2
#
# Description: Manages a DB2 Universal Database as a High-Availability
# resource
#
#
# Author: Alan Robertson
# Support: l
www.eeworm.com/read/140727/5781326
cc dbgl_02.cc
// file: $isip/class/shell/DebugLevel/dbgl_02.cc
// version: $Id: dbgl_02.cc,v 1.7 2001/11/16 22:27:27 gao Exp $
//
// isip include files
//
#include "DebugLevel.h"
// method: diagnose
//
// argumen