代码搜索:operation
找到约 10,000 项符合「operation」的源代码
代码结果 10,000
www.eeworm.com/read/128604/5982030
java operation.java
/*
Copyright (c) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/119694/6082738
java operation.java
/*
*
* The DbUnit Database Testing Framework
* Copyright (C)2002-2004, DbUnit.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU L
www.eeworm.com/read/116971/6112123
java operation.java
// Serializable, extensible typesafe enum with attached behaviors - Page 111
import java.io.*;
public abstract class Operation implements Serializable {
private final transient String name;
www.eeworm.com/read/116971/6112128
java operation.java
// Typesafe enum with behaviors attached to constants
public abstract class Operation {
private final String name;
Operation(String name) { this.name = name; }
public String toSt
www.eeworm.com/read/112742/6144009
java operation.java
// Serializable, extensible typesafe enum with attached behaviors - Page 111
import java.io.*;
public abstract class Operation implements Serializable {
private final transient String name;
www.eeworm.com/read/112742/6144014
java operation.java
// Typesafe enum with behaviors attached to constants
public abstract class Operation {
private final String name;
Operation(String name) { this.name = name; }
public String toSt
www.eeworm.com/read/105889/6197279
java operation.java
/*$************************************************************************************************
**
** $Id: Operation.java,v 1.1 2004/05/06 15:51:51 desruisseaux Exp $
**
** $Source: /cvsroot/g
www.eeworm.com/read/105889/6197340
java operation.java
/*$************************************************************************************************
**
** $Id: Operation.java,v 1.5 2004/04/29 21:56:14 desruisseaux Exp $
**
** $Source: /cvsroot/g
www.eeworm.com/read/104260/6205158
java operation.java
/*
* Copyright (c) 1996, 1997, 1998, 1999
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license-lesser.terms" for information on usage and
* redistribution of th
www.eeworm.com/read/103771/6212442
cpp operation.cpp
#include
#include "Errors.h"
#include "Parser.h"
#include "Registry.h"
#include "EventCmd.h"
COperation::COperation(tOperation operation)
{
m_Operation = operation;
m_pNex