代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/303023/13823850
cpp font.cpp
//
// Cross-platform free Puyo-Puyo clone.
// Copyright (C) 2006, 2007 Emma's Software
//
// Based on SFont, which is Copyright (c) 2003 Karl Bartel
// http://www.linux-games.com/sfont/
//
// This pro
www.eeworm.com/read/7569/122574
txt 24速刻龙刻录机.txt
文件类型:24速(smart-clone)刻龙刻录机 CDR-2440MB 5SG3 FIRMWARE更新
文件大小:96.6KB
发布时间:2002.1.11
www.eeworm.com/read/492368/1176027
java custom.java
//$Id: Custom.java,v 1.1.2.1 2003/11/08 02:25:29 oneovthafew Exp $
package org.hibernate.test;
public class Custom implements Cloneable {
long id;
String name;
public Object clone() {
try {
www.eeworm.com/read/483551/1277433
java custom.java
//$Id: Custom.java,v 1.1.2.1 2003/11/08 02:25:29 oneovthafew Exp $
package org.hibernate.test;
public class Custom implements Cloneable {
long id;
String name;
public Object clone() {
try {
www.eeworm.com/read/472167/1418681
ix autosplit.ix
# Index created by AutoSplit for ./blib/lib/LWP/UserAgent.pm (file acts as timestamp)
package LWP::UserAgent;
sub clone ;
sub is_protocol_supported ;
sub mirror ;
sub proxy ;
sub env_proxy ;
sub no_pr
www.eeworm.com/read/466839/1509071
java custom.java
//$Id: Custom.java,v 1.1.2.1 2003/11/08 02:25:29 oneovthafew Exp $
package org.hibernate.test;
public class Custom implements Cloneable {
long id;
String name;
public Object clone() {
try {
www.eeworm.com/read/213496/4916388
java custom.java
//$Id: Custom.java,v 1.1.2.1 2003/11/08 02:25:29 oneovthafew Exp $
package org.hibernate.test;
public class Custom implements Cloneable {
long id;
String name;
public Object clone() {
try {
www.eeworm.com/read/195408/5111500
cpp language.cpp
// Copyright 2000 by Kevin Atkinson under the terms of the LGPL
#include "settings.h"
#include
#include
#include "asc_ctype.hpp"
#include "clone_ptr-t.hpp"
#include "config.hpp"
www.eeworm.com/read/179906/5301010
java localcopy.java
//: appendixa:LocalCopy.java
// Creating local copies with clone().
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import co
www.eeworm.com/read/174092/5365535
h str.h
#ifndef GUARD_Str_h
#define GUARD_Str_h
#include
#include
#include "Ptr.h"
#include "Vec.h"
template
Vec* clone(const Vec*);
// does this version wor