代码搜索:clone

找到约 4,459 项符合「clone」的源代码

代码结果 4,459
www.eeworm.com/read/150914/12245497

java deepcopy.java

//: appendixa:DeepCopy.java // Cloning a composed object. // {Depends: junit.jar} // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.
www.eeworm.com/read/251092/12365331

txt 好文--jive 中的设计模式 (转自ibm developerworks).txt

作者:jeru email: jeru@163.net 日期:7/13/2001 5:48:02 PM Jive 中的设计模式 (Design Pattern) 马旋 2001年 5月 摘要:Jive 是一个开放源码的论坛项目, 也就是我们所常见的 BBS, 采用了 SUN 公司的 JSP 技术, 相比起 j2ee 这个庞大的体系结构, 其整个
www.eeworm.com/read/250860/12381073

c tinyxml.c

/* * Copyright(C) 2000 EASTCOM-BUPT Inc. * * Filename : $RCSfile: tinyxml.C,v $ * Last Revision : $Revision: 1.1.1.1 $ * Last Revision Date : $Date: 2006/07/15 06:43:34 $ * Desc
www.eeworm.com/read/249894/12456249

htm cwp4449.htm

Perst.Version.Clone
www.eeworm.com/read/131111/14160442

cpp tzobject.cpp

// tzObject.cpp: implementation of the tzObject class. // ////////////////////////////////////////////////////////////////////// #include #include "stdafx.h" #include "tzObject.h" //
www.eeworm.com/read/128696/14281591

java zcmdclear.java

/* * Copyright 2002 EZCell , Inc. All rights reserved. * Version 1.0. * Author W.John */ package ezcell; import java.util.Enumeration; import java.util.Vector; /** * DOCUMENT ME
www.eeworm.com/read/128635/14285455

htm chapter12.htm

Thinking in Java | Chinese Version by Trans Bot
www.eeworm.com/read/127981/14322760

java clonedemo.java

//cloneDemo.Java import java.awt.*; import java.applet.Applet; class DrawCircle implements Cloneable { int x,y,width,height; public void setPosition(int x1, int y1) { x=x1; y=
www.eeworm.com/read/127767/14336739

txt e056. cloning an object.txt

class MyClass implements Cloneable { public MyClass() { } public Object clone() { Cloneable theClone = new MyClass(); // Initialize theClone.
www.eeworm.com/read/127651/14343842

java swiminfo.java

import java.awt.*; import java.awt.event.*; public class SwimInfo extends Frame implements ActionListener { SwimData sdata, sxdata = null; List swList, cloneList; Button Clone, Ref