代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/111067/15519613
htm chapter12.htm
Thinking in Java | Chinese Version by Trans Bot
www.eeworm.com/read/110765/15526340
java product.java
package jsp_paper;
public class Product implements Cloneable {
private int sku_ = 0;
private String name_ = null;
private double price_ = 0;
private double pounds_ = 0.0;
www.eeworm.com/read/110378/15535158
java graphic.java
/*
* An Abstract Graphic Class ( Prototype )
*/
import java.lang.*;
import java.io.*;
public abstract class Graphic implements IGraphic {
private String name;
public Object cl
www.eeworm.com/read/107827/15599266
txt javascript的prototype(原型)方式实现.txt
CSDN - 文档中心 - 网站制作技术
标题 JavaScript的Prototype(原型)方式实现 liuruhong(原作)
关键字 JavaScript,Design Pattern,Prototype
写在前面:
这是我前段时间和Jeff.Yan的一些讨论搞,主要关于JavaScript的Desi
www.eeworm.com/read/104413/15694834
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/104290/15700076
txt readme.txt
======================================================================
下载网站:中国程序员网站
网址:http://chinaprog.yeah.net
=======================================
www.eeworm.com/read/103423/15733332
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, Re
www.eeworm.com/read/103200/15740772
makefile
#
# $Id: Makefile,v 1.4 2000/04/10 22:22:33 wakkerma Exp $
#
all: vfork fork sig skodic clone
clean distclean:
rm -f clone vfork fork sig *.o core
www.eeworm.com/read/102981/15751453
java solarsystem.java
/*
* SolarSystem.java
*
* Copyright (C) 2000 Jason M. Hanley
* Released under the GNU General Public License (GPL)
* See license.txt for additional information.
*
* Created on August 4,
www.eeworm.com/read/102981/15751460
java galaxy.java
/*
* Galaxy.java
*
* Copyright (C) 2000 Jason M. Hanley
* Released under the GNU General Public License (GPL)
* See license.txt for additional information.
*
* Created on July 30, 2000,