代码搜索:clone

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

代码结果 4,459
www.eeworm.com/read/304657/3786934

frag config.frag

# # s390/Linux configuration (clone from i386/linux/config.frag by ROSSP) # if test x"$with_threads" = x"unix-pthreads" ; then CPPFLAGS="$CPPFLAGS -D_REENTRANT" fi # if we use cross environment, fol
www.eeworm.com/read/276787/4163818

control rxvt-unicode.control

Package: rxvt-unicode Version: 7.9-r1 Description: rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct
www.eeworm.com/read/405479/2289475

java custom.java

//$Id: Custom.java 7275 2005-06-22 18:58:16Z oneovthafew $ package org.hibernate.test.legacy; public class Custom implements Cloneable { String id; private String name; public Object clone() {
www.eeworm.com/read/389922/2530477

readme

A small AWK clone for the 16-bit Minix We have written this program for the Minix 1.2 to fit into 64K+64K memory. When compiling this program, you need the Peter S. Housel's Floating Math Package
www.eeworm.com/read/362572/2929923

frag config.frag

# # s390/Linux configuration (clone from i386/linux/config.frag by ROSSP) # if test x"$with_threads" = x"unix-pthreads" ; then CPPFLAGS="$CPPFLAGS -D_REENTRANT" fi # if we use cross environment, fol
www.eeworm.com/read/259229/4345392

hx point.hx

package flash.geom; extern class Point { function new(?x : Float, ?y : Float) : Void; function add(v : flash.geom.Point) : flash.geom.Point; function clone() : flash.geom.Point; function equals(t
www.eeworm.com/read/267427/11179148

java clonetest2.java

/* * 测试包含子对象的克隆及clone方法的重写 */ import java.util.GregorianCalendar; import java.util.Date; public class CloneTest { public static void main(String[] args) { Student tom = new Studen
www.eeworm.com/read/102720/15761233

9 elvis.9

.CD "elvis \(en clone of the Berkeley vi editor" .SX "elvis \fR[\fB\(enRerv\fR] [\fB\(ent \fItag\fR] \fR[\fIfile\fR] ..." .FL "\(enR" "Set the read-only option" .FL "\(ene" "Start up emulating \fIex\f
www.eeworm.com/read/385664/8792995

c window.c

/* $Id: window.c,v 1.1.1.1 2004/02/15 23:24:44 pfalcon Exp $ * * WINDOW.C - activate & window internal commands. * * clone from 4nt activate command * * 10 Sep 1999 (Paolo Pantaleo) * start
www.eeworm.com/read/365329/9869522

h new.h

#ifndef NEW_H #define NEW_H #include void * new (const void * class, ...); void delete (void * item); void * clone (const void * self); int differ (const void * self, const void * b); s