代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/127116/14376285
java subb.java
package com.javapatterns.doubledispatch.mixed;
public class SubB extends Super
{
public void operation(SubB b)
{
System.out.println("This is SubB.operation(SubB);");
}
www.eeworm.com/read/127116/14376289
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/127116/14376413
java client.java
package com.javapatterns.iterator.blackbox;
public class Client
{
/**
* @directed
*/
private Iterator it;
/**
* @directed
*/
private Aggregate agg =
www.eeworm.com/read/127116/14376453
java client.java
package com.javapatterns.iterator.whitebox;
public class Client
{
/**
* @directed
*/
private Iterator it;
/**
* @directed
*/
private Aggregate agg =
www.eeworm.com/read/227822/14410868
h fpsr.h
/*
NetWinder Floating Point Emulator
(c) Rebel.com, 1998-1999
Direct questions, comments to Scott Bambrough
This program is free software; you can redistribute
www.eeworm.com/read/227740/14414498
h backupfile.h
//To set the Reset pin low automatically
//Because we need set the RST to low before a new DS operation
//So I add a reset command after the origin command
//And this will make the function call re