代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/139382/13159150
h handle.h
#ifndef GUARD_Handle_h
#define GUARD_Handle_h
template class Handle {
public:
Handle(): p(0) { }
Handle(const Handle& s): p(0) { if (s.p) p = s.p->clone(); }
Handle& operator=(con
www.eeworm.com/read/132747/5910385
c ne2k-pci.c
/* ne2k-pci.c: A NE2000 clone on PCI bus driver for Linux. */
/*
A Linux device driver for PCI NE2000 clones.
Authorship and other copyrights:
1992-1998 by Donald Becker, NE2000 core and various m
www.eeworm.com/read/101007/6262544
cpp gun.cpp
#include "..\..\lib\Fly3D.h"
#include "weapon.h"
bsp_object *gun::clone()
{
gun *tmp=new gun;
*tmp=*this;
tmp->source=this;
return tmp;
}
int gun::get_custom_param_desc(int i,param_de
www.eeworm.com/read/124608/14557510
txt @psc_readme_3850_3.txt
Title: Space Invaders (Clone From Z80)
Description: Windows Space Invader Game cloned from a Z80 program I wrote in 1982. Please note README.HTM to get sound effects.
This file came from Planet-Sour
www.eeworm.com/read/479151/1340226
c ne2k-pci.c
/* ne2k-pci.c: A NE2000 clone on PCI bus driver for Linux. */
/*
A Linux device driver for PCI NE2000 clones.
Authors and other copyright holders:
1992-2000 by Donald Becker, NE2000 core and vario
www.eeworm.com/read/209559/4966854
c ne2k-pci.c
/* ne2k-pci.c: A NE2000 clone on PCI bus driver for Linux. */
/*
A Linux device driver for PCI NE2000 clones.
Authors and other copyright holders:
1992-2000 by Donald Becker, NE2000 core and vario
www.eeworm.com/read/209211/4985763
c aux.c
#include
#include
#include
int
plumb(char *dir, char *dest, int *efd, char *here)
{
char buf[128];
char name[128];
int n;
sprint(name, "%s/clone", dir);
efd[0] =
www.eeworm.com/read/208399/4993346
cpp gun.cpp
#include "..\..\lib\Fly3D.h"
#include "weapon.h"
bsp_object *gun::clone()
{
gun *tmp=new gun;
*tmp=*this;
tmp->source=this;
return tmp;
}
int gun::get_custom_param_desc(int i,param_de
www.eeworm.com/read/179911/5296768
c ne2k-pci.c
/* ne2k-pci.c: A NE2000 clone on PCI bus driver for Linux. */
/*
A Linux device driver for PCI NE2000 clones.
Authors and other copyright holders:
1992-2000 by Donald Becker, NE2000 core and vario
www.eeworm.com/read/174092/5365525
h handle.h
#ifndef GUARD_Handle_h
#define GUARD_Handle_h
template class Handle {
public:
Handle(): p(0) { }
Handle(const Handle& s): p(0) { if (s.p) p = s.p->clone(); }
Handle& operator=(con