代码搜索:clone

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

代码结果 4,459
www.eeworm.com/read/216802/4881922

c delay.c

/* * DELAY.C - internal command. * * clone from 4nt delay command * * 30 Aug 1999 * started - Paolo Pantaleo * * */ #include #include "reso
www.eeworm.com/read/205824/5016829

c delay.c

/* * DELAY.C - internal command. * * clone from 4nt delay command * * 30 Aug 1999 * started - Paolo Pantaleo * * */ #include #include "reso
www.eeworm.com/read/190666/5181253

java cloneable.java

/* Cloneable.java -- Interface for marking objects cloneable by Object.clone() Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is f
www.eeworm.com/read/174805/5356772

c mkdir.c

/* Simple mkdir clone for DOS/WIN32 * * Note: * Use the MinGW GCC compiler to compile this file. * * This file is part of pico]OS. License: modified BSD */ #include #inclu
www.eeworm.com/read/340665/3282878

java cloneable.java

/* Cloneable.java -- Interface for marking objects cloneable by Object.clone() Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpat
www.eeworm.com/read/337848/3326531

java point.java

package clone; public class Point implements Cloneable{ private int x; private int y; public Point(){} public Point(int x,int y){ this.x=x; this.y=y; } pub
www.eeworm.com/read/323581/3513577

exp default.exp

# Dejagnu test wrapper for [incr tcl] test suite # Copyright 1997 Cygnus Solutions # Extract and print version number. proc itcl_version {} { # No way to extract this in version 1.5. clone_output
www.eeworm.com/read/314688/3629936

java card.java

/* Card.java - a simple class for cards - part of clone demo * Copyright (c) 2001, Bruce E. Wampler */ public class Card implements Cloneable { public static final int CLUB = 1; // constants for
www.eeworm.com/read/313224/3645082

pm base.pm

package Digest::base; use strict; use vars qw($VERSION); $VERSION = "1.00"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = sh
www.eeworm.com/read/295117/3912015

c printenv.c

/* printenv -- minimal clone of BSD printenv(1). usage: printenv [varname] Chet Ramey chet@po.cwru.edu */ /* Copyright (C) 1997-2002 Free Software Foundation, Inc. This file is part of