代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/245316/4504410
java operation.java
package javax.jmi.model;
public interface Operation extends BehavioralFeature {
public boolean isQuery();
public void setQuery(boolean newValue);
public java.util.List getExcepti
www.eeworm.com/read/245316/4505046
java operation.java
/*
* Java(TM) OLAP Interface
*/
package org.omg.java.cwm.objectmodel.behavioral;
public interface Operation
extends org.omg.java.cwm.objectmodel.behavioral.BehavioralFeature {
// -
www.eeworm.com/read/240162/4591077
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/233448/4688925
java operation.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
www.eeworm.com/read/224989/4800052
java operation.java
/*
Copyright (c) 2004-2005, Dennis M. Sosnoski.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditi
www.eeworm.com/read/224691/4802947
java operation.java
package lift.component.type;
public enum Operation {
OPEN, CLOSE;
public String toString(){
String temp;
switch(this.ordinal()){
case 0:
www.eeworm.com/read/221464/4830013
hpp operation.hpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/218651/4855863
java operation.java
//author:lihuoming
package com.foshanshop.ejb3;
public interface Operation {
public int Add(int a, int b);
}
www.eeworm.com/read/218254/4863384
c operation.c
/* operation.c - deal with operation subsystem */
/* $OpenLDAP: pkg/ldap/servers/slapd/back-monitor/operation.c,v 1.36.2.6 2007/01/02 21:44:05 kurt Exp $ */
/* This work is part of OpenLDAP Software