代码搜索:OPERATION

找到约 10,000 项符合「OPERATION」的源代码

代码结果 10,000
www.eeworm.com/read/125114/6033467

java suba.java

package com.javapatterns.doubledispatch.mixed; public class SubA extends Super { public void operation(SubA a) { System.out.println("This is SubA.operation(SubA);"); }
www.eeworm.com/read/125114/6033529

java client.java

package com.javapatterns.iterator.blackbox; public class Client { private Iterator it; private Aggregate agg = new ConcreteAggregate(); public void operation() { i
www.eeworm.com/read/125114/6033548

java client.java

package com.javapatterns.iterator.whitebox; public class Client { private Iterator it; private Aggregate agg = new ConcreteAggregate(); public void operation() { it
www.eeworm.com/read/124910/6039287

c flock.c

/* Copyright (C) 1992, 1994, 1995, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/124637/6043213

cs undostack.cs

// // // // //
www.eeworm.com/read/124637/6043217

cs iundoableoperation.cs

// // // // //
www.eeworm.com/read/124637/6043552

cs undostack.cs

// // // // //
www.eeworm.com/read/124400/6049340

java scepservlet.java

/************************************************************************* * * * EJBCA: The OpenSource Certificate Authority
www.eeworm.com/read/124399/6049876

exp drtest06.exp

TRUE CLIPS> (batch "drtest06.bat") TRUE CLIPS> (clear) ; DR0501 CLIPS> (defmessage-handler USER foo ()) ; DR0501 CLIPS> (clear) ; DR0501 CLIPS>
www.eeworm.com/read/123438/6059274

h errno.h

#ifndef _LINUX_ERRNO_H #define _LINUX_ERRNO_H #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #define