代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/350657/3123959
h ide.h
/*
* linux/include/asm-arm/arch-anakin/ide.h
*
* Copyright 2001 Blue Mug Inc. for Acunia N.V.
*
* 08-jun-2001: Initial clone of arch-sa1100/ide.h by Jon McClintock
* (jonm@bluemug.c
www.eeworm.com/read/264095/4297295
h ide.h
/*
* linux/include/asm-arm/arch-anakin/ide.h
*
* Copyright 2001 Blue Mug Inc. for Acunia N.V.
*
* 08-jun-2001: Initial clone of arch-sa1100/ide.h by Jon McClintock
* (jonm@bluemug.c
www.eeworm.com/read/161121/5560461
h ide.h
/*
* linux/include/asm-arm/arch-anakin/ide.h
*
* Copyright 2001 Blue Mug Inc. for Acunia N.V.
*
* 08-jun-2001: Initial clone of arch-sa1100/ide.h by Jon McClintock
* (jonm@bluemug.c
www.eeworm.com/read/187617/8618677
76505
Xref: cantaloupe.srv.cs.cmu.edu misc.forsale.computers.other:5403 misc.forsale.computers.pc-clone:8391 misc.forsale:76505
Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!uunet!europa
www.eeworm.com/read/131315/5939641
el bg.el
;; BBN bitgraph terminal.
(load (concat term-file-prefix "vt100") nil t) ;BG keyboard is VT100 clone
(autoload 'bg-mouse-report "bg-mouse")
(global-set-key "\e:" 'bg-mouse-report)
(send-string-to-ter
www.eeworm.com/read/487286/6518647
java person.java
package class_object;
/*
* Object类是所有Java类的最高层次父类,该类提供了
* 面向对象编程技术的基本机制。重要方法包括:
* hashCode(), toString(), equals(), finalize(), clone(),
* wait(), notify(), notifyAll()
*/
public class
www.eeworm.com/read/212549/15154162
h kernel.h
#pragma once
#include
typedef float Qfloat;
template inline void swap(T& x, T& y) { T t=x; x=y; y=t; }
template inline void clone(T*& dst, S* src, int n)
{