代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/481356/6639282
asv optd1.asv
function [Ab] = optd1()%(ts,N,Nc,beta,gen)
% function [M] = optd1(ts,N,Nc,beta,gen)
% M -> matrix of memory cells 记忆细胞矩阵
% ts -> suppression threshold 抑制阈值
% N -> clone number mult
www.eeworm.com/read/481356/6639286
m optd2.m
function [Ab] = optd2(ts,N,Nc,beta,gen)
% function [M] = optd2(ts,N,Nc,beta,gen)
% M -> matrix of memory cells 记忆细胞矩阵
% ts -> suppression threshold 抑制极限
% N -> clone number multipli
www.eeworm.com/read/472280/1411992
h md.h
/*
* s390/linux/md.h
* Linux s390 configuration information (clone from i386/linux/md.h by ROSSP).
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* Copyr
www.eeworm.com/read/242732/4538046
c window.c
/* $Id: window.c 28065 2007-08-01 10:17:13Z weiden $
*
* WINDOW.C - activate & window internal commands.
*
* clone from 4nt activate command
*
* 10 Sep 1999 (Paolo Pantaleo)
* starte
www.eeworm.com/read/216802/4881934
c window.c
/* $Id: window.c 21387 2006-03-25 15:53:01Z peterw $
*
* WINDOW.C - activate & window internal commands.
*
* clone from 4nt activate command
*
* 10 Sep 1999 (Paolo Pantaleo)
* starte
www.eeworm.com/read/209211/4985835
c ether8390.c
/*
* National Semiconductor DP8390 and clone
* Network Interface Controller.
*/
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "io.h"
#include "
www.eeworm.com/read/209211/4986196
c ether8390.c
/*
* National Semiconductor DP8390 and clone
* Network Interface Controller.
*/
#include "u.h"
#include "lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "io.h"
#include "etherif
www.eeworm.com/read/205824/5016842
c window.c
/* $Id: window.c 21387 2006-03-25 15:53:01Z peterw $
*
* WINDOW.C - activate & window internal commands.
*
* clone from 4nt activate command
*
* 10 Sep 1999 (Paolo Pantaleo)
* starte
www.eeworm.com/read/167133/5466279
h md.h
/*
* s390/linux/md.h
* Linux s390 configuration information (clone from i386/linux/md.h by ROSSP).
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* Copyr
www.eeworm.com/read/316872/3598274
h sched.h
#ifndef _LINUX_SCHED_H
#define _LINUX_SCHED_H
/*
* cloning flags:
*/
#define CSIGNAL 0x000000ff /* signal mask to be sent at exit */
#define CLONE_VM 0x00000100 /* set if VM shared between process