代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/427960/8908412
h zzn.h
/*
* MIRACL C++ Header file zzn.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ZZn (Arithmetic mod n), using
* Montgomery's Method for modular multip
www.eeworm.com/read/382761/9000902
cpp prototype.cpp
namespace DesignPattern_Prototype
{
//定义抽象基类class Prototype
class Prototype {
public:
virtual Prototype* Clone() = 0 ;
} ;
//定义 class ConcretePrototype1
class ConcretePrototype1 : publ
www.eeworm.com/read/382131/9047102
cpp colmesh.cpp
#include "colmesh.h"
struct Vertex
{
float x,y,z;
//float nx,ny,nz;
//float tu,tv;
};
HRESULT CCollidableMesh::Create( LPDIRECT3DDEVICE8 pd3dDevice, TCHAR* strFilename )
{
HRESU
www.eeworm.com/read/377523/9272517
java compete.java
//: appendixa:Compete.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import java.io.*;
class Thing1 implements Serializable
www.eeworm.com/read/164767/10089579
cc fork.cc
#include
#include
#include
#include
#include
#include
#include "sched.h"
filesys_t * filesys_t::clone()
{
filesys_t * x
www.eeworm.com/read/160392/10536179
cc affine_addend.cc
/*
HYSDEL
Copyright (C) 1999-2002 Fabio D. Torrisi
This file is part of HYSDEL.
HYSDEL is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
www.eeworm.com/read/160392/10536663
cc terminal_expr.cc
#include "Terminal_expr.h"
Expr * Terminal_expr::clone() const {
Terminal_expr * n;
n = (Terminal_expr *) shallow_copy();
n->globals = globals;
n->source_line = source_line;
n->source = source;
www.eeworm.com/read/423593/10544569
cpp prototype.cpp
namespace DesignPattern_Prototype
{
//定义抽象基类class Prototype
class Prototype {
public:
virtual Prototype* Clone() = 0 ;
} ;
//定义 class ConcretePrototype1
class ConcretePrototype1 : publ
www.eeworm.com/read/421213/10750434
cpp colmesh.cpp
#include "colmesh.h"
struct Vertex
{
float x,y,z;
//float nx,ny,nz;
//float tu,tv;
};
HRESULT CCollidableMesh::Create( LPDIRECT3DDEVICE8 pd3dDevice, TCHAR* strFilename )
{
HRESU
www.eeworm.com/read/420885/10769498
h zzn.h
/*
* MIRACL C++ Header file zzn.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ZZn (Arithmetic mod n), using
* Montgomery's Method for modular multip