代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/363445/9951368
as sampleinterfaceinheritance.as
package org.kingda.book.basicoop.abstractclassandinterface
{
import flash.display.Sprite;
public class SampleInterfaceInheritance extends Sprite
{
public function SampleInterfaceInheritan
www.eeworm.com/read/363445/9951386
as iclonable.as
package org.kingda.book.basicoop.abstractclassandinterface
{
public interface IClonable
{
function clone():void;
}
}
www.eeworm.com/read/362517/9994469
txt 好文--jive 中的设计模式 (.txt
作者:jeru
email: jeru@163.net
日期:7/13/2001 5:48:02 PM
Jive 中的设计模式
(Design Pattern)
马旋
2001年 5月
摘要:Jive 是一个开放源码的论坛项目, 也就是我们所常见的 BBS, 采用了 SUN 公司的 JSP 技术, 相比起 j2ee 这个庞大的体系结构, 其整个
www.eeworm.com/read/361866/10031741
txt 好文--jive 中的设计模式 (转自ibm developerworks).txt
作者:jeru
email: jeru@163.net
日期:7/13/2001 5:48:02 PM
Jive 中的设计模式
(Design Pattern)
马旋
2001年 5月
摘要:Jive 是一个开放源码的论坛项目, 也就是我们所常见的 BBS, 采用了 SUN 公司的 JSP 技术, 相比起 j2ee 这个庞大的体系结构, 其整个
www.eeworm.com/read/361866/10032949
txt 好文--jive 中的设计模式 (转自ibm developerworks).txt
作者:jeru
email: jeru@163.net
日期:7/13/2001 5:48:02 PM
Jive 中的设计模式
(Design Pattern)
马旋
2001年 5月
摘要:Jive 是一个开放源码的论坛项目, 也就是我们所常见的 BBS, 采用了 SUN 公司的 JSP 技术, 相比起 j2ee 这个庞大的体系结构, 其整个
www.eeworm.com/read/359857/10120230
cpp rtppacket.cpp
#include "vtypes.h"
#include "cpLog.h"
#include "NtpTime.h"
#include "rtpTypes.h"
#include "rtpTools.h"
#include "rtpCodec.h"
/* -------------------------------------------------------------
www.eeworm.com/read/164194/10123139
htm chapter12.htm
Thinking in Java | Chinese Version by Trans Bot
www.eeworm.com/read/281000/10274166
cpp fig12_13.cpp
void printTree( ) const
{
if( header->right == nullNode )
cout
www.eeworm.com/read/355189/10287960
txt 三。★★★ghost怎么用 .txt
三。★★★GHOST怎么用?
系统备份
使用Ghost进行系统备份,有整个硬盘(Disk)和分区硬盘(Partition)两种方式。在菜单中点击Local(本地)项,在右面弹出的菜单中有3个子项,其中Disk表示备份整个硬盘(即克隆)、Partition表示备份硬盘的单个分区、Check表示检查硬盘或备份的文件,查看是否可能因分区、硬盘被破坏等造成备份或还原失败。分区备份作为个人用户 ...
www.eeworm.com/read/162314/10315018
cpp prototype.cpp
//Prototype.cpp
#include "Prototype.h"
#include
using namespace std;
Prototype::Prototype()
{
}
Prototype::~Prototype()
{
}
Prototype* Prototype::Clone() const
{
return