代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/188414/5209379
java prog9_8.java
public class Prog8_14
{
public static void main(String argv[])
{
MyObject obj1 = new MyObject(1);
MyObject obj2 = (MyObject)obj1.clone();
System.out.println("obj1's data="+obj1.
www.eeworm.com/read/316491/3611156
java clonearray.java
public class CloneArray {
public static void main(String[] args){
int ia1[] = {1,2};
int ia2[];
ia2 = (int[] )ia1.clone();
System.out.println("ia1==ia2 是 "+(ia
www.eeworm.com/read/315382/3621588
java prog9_8.java
public class Prog8_14
{
public static void main(String argv[])
{
MyObject obj1 = new MyObject(1);
MyObject obj2 = (MyObject)obj1.clone();
System.out.println("obj1's data="+obj1.
www.eeworm.com/read/306178/3744865
c eat7.c
// 毛笋 /clone/eat/food/mao_sun.c
// by lala, 1997-12-16
#include
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name(CYN"蛇肉"NOR, ({"liewu7"}));
set_weight(50000);
set("long"
www.eeworm.com/read/306178/3744867
c eat8.c
// 毛笋 /clone/eat/food/mao_sun.c
// by lala, 1997-12-16
#include
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name(HIM"熊肉"NOR, ({"liewu8"}));
set_weight(50000);
set("long"
www.eeworm.com/read/306178/3744868
c eat6.c
// 毛笋 /clone/eat/food/mao_sun.c
// by lala, 1997-12-16
#include
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name(HIC"牛肉"NOR, ({"liewu6"}));
set_weight(50000);
set("long"
www.eeworm.com/read/306178/3744883
c eat7.c
// 毛笋 /clone/eat/food/mao_sun.c
// by lala, 1997-12-16
#include
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name(CYN"海参"NOR, ({"yu7"}));
set_weight(30000);
set("long", "
www.eeworm.com/read/306178/3744886
c eat8.c
// 毛笋 /clone/eat/food/mao_sun.c
// by lala, 1997-12-16
#include
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name(HIM"螃蟹"NOR, ({"yu8"}));
set_weight(30000);
set("long", "
www.eeworm.com/read/306178/3744887
c eat6.c
// 毛笋 /clone/eat/food/mao_sun.c
// by lala, 1997-12-16
#include
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name(HIC"海鳝"NOR, ({"yu6"}));
set_weight(30000);
set("long", "
www.eeworm.com/read/306178/3749566
c yaodan.c
// z-dan.c
// 星星(lywin)炼丹任务附属道具
#include
inherit ITEM;
void setup()
{}
void init()
{
add_action("do_eat", "eat");
}
void create()
{
set_name("治病理气丸", ({"yao dan", "yaodan"}));
if (clone