代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/316300/13525630
cpp vanilla2.cpp
//
//
//
// Vanilla2.cpp
//
//
//
#include
VanillaOption::VanillaOption(const PayOff& ThePayOff_, double Expiry_)
: Expiry(Expiry
www.eeworm.com/read/316300/13525640
cpp payoffbridge.cpp
//
//
// PayOffBridge.cpp
//
//
#include
PayOffBridge::PayOffBridge(const PayOffBridge& original)
{
ThePayOffPtr = original.ThePayOffPtr->clone();
}
P
www.eeworm.com/read/313083/13596960
java clonetest.java
/**
@version 1.10 2002-07-01
@author Cay Horstmann
*/
import java.util.*;
public class CloneTest
{
public static void main(String[] args)
{
try
{
Em
www.eeworm.com/read/302252/13838420
java anff.java
import java.io.*;
public class anff
{
static float result,result1,result2;
static int sign=0;
static String o,o1,o2,o3;
static void op(float a,float b,int c)//加减乘除运算;
{
sw
www.eeworm.com/read/144227/5751541
java clonetest.java
/**
@version 1.10 2002-07-01
@author Cay Horstmann
*/
import java.util.*;
public class CloneTest
{
public static void main(String[] args)
{
try
{
Em
www.eeworm.com/read/142648/5764135
readme
$Id: README,v 1.1 2000/03/04 00:35:46 apr Exp $
ISOMsg is the most intensively used class within jPOS's iso package.
It's a Composite in terms of the "Composite pattern"; a container
that can hold I
www.eeworm.com/read/142179/5765974
java copyable.java
//File Interface
package apriori;
/**
public Object clone()
* Makes a copy of this CertStoreParameters.
*
* A deep copy implementation of clone is safer and more robust,
* as it prevents the call
www.eeworm.com/read/142179/5765985
java~5~ copyable.java~5~
package apriori;
/**
* Interface implemented by classes that can produce "shallow" copies
* of their objects. (As opposed to clone(), which is supposed to
* produce a "deep" copy.)
*
* public Obj
www.eeworm.com/read/142179/5765999
java~6~ copyable.java~6~
package apriori;
/**
* Interface implemented by classes that can produce "shallow" copies
* of their objects. (As opposed to clone(), which is supposed to
* produce a "deep" copy.)
*
* public Obj
www.eeworm.com/read/142179/5766029
java~7~ copyable.java~7~
package apriori;
/**
public Object clone()
* Makes a copy of this CertStoreParameters.
*
* A deep copy implementation of clone is safer and more robust,
* as it prevents the caller from corruptin