代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/133648/14031446
java deepcopy.java
//: appendixa:DeepCopy.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Cloning a composed object.
class DepthReading impl
www.eeworm.com/read/133177/14052871
htm chapter12.htm
Thinking in Java | Chinese Version by Trans Bot
www.eeworm.com/read/132541/14085424
java quiz7_5.java
public class Quiz7_5 implements Cloneable {
StringBuffer sb
= new StringBuffer( "Good morning!" );
public Object clone()
throws CloneNotSupportedException {
Quiz7_5
www.eeworm.com/read/132541/14085450
java debug7_1.java
package questions.c7;
public class Debug7_1 implements Cloneable {
StringBuffer sb
= new StringBuffer( "Sales Report for " );
public Debug7_1 clone()
throws CloneNotSupp
www.eeworm.com/read/204830/15333073
cpp tzobject.cpp
// tzObject.cpp: implementation of the tzObject class.
//
//////////////////////////////////////////////////////////////////////
#include
#include "stdafx.h"
#include "tzObject.h"
//
www.eeworm.com/read/204300/15341766
cpp tinyxml.cpp
/*
Copyright (c) 2000 Lee Thomason (www.grinninglizard.com)
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
dama
www.eeworm.com/read/202782/15373448
java ersbox.java
/**
* File: ErsBox.java
* User: 隋国丞
* Date: 2004.12.3
* Describe: 俄罗斯方块的 Java 实现
*/
package ersblock;
import java.awt.*;
/**
* 方格类,是组成块的基本元素,用自己的颜色来表示块的外观
*/
class ErsBox implement
www.eeworm.com/read/111511/15511401
cpp tzobject.cpp
// tzObject.cpp: implementation of the tzObject class.
//
//////////////////////////////////////////////////////////////////////
#include
#include "stdafx.h"
#include "tzObject.h"
//
www.eeworm.com/read/111367/15514096
cpp tinyxml.cpp
/*
www.sourceforge.net/projects/tinyxml
Original code (2.0 and earlier )copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com)
This software is provided 'as-is', without any express or implied