代码搜索:clone
找到约 4,459 项符合「clone」的源代码
代码结果 4,459
www.eeworm.com/read/417857/2097806
usage descseq.usage
Here is a sample session with descseq
Set the name of a sequence to "myclone23"
% descseq -seq dna.text -out clone23.seq -n
www.eeworm.com/read/372858/2768809
h sys.h
#ifndef _LINUX_SYS_H
#define _LINUX_SYS_H
/*
* system call entry points
*/
#define sys_clone sys_fork
#ifdef __cplusplus
extern "C" {
#endif
extern int sys_setup(); /* 0 */
extern int sys
www.eeworm.com/read/111023/15520041
def osipparser.def
LIBRARY "osipparser.dll"
EXPORTS
MD5Final @1
MD5Init @2
MD5Update @3
accept_encoding_2char @6
accept_encoding_clone @7
accept_encoding_free
www.eeworm.com/read/105179/15676078
h sys.h
#ifndef _LINUX_SYS_H
#define _LINUX_SYS_H
/*
* system call entry points
*/
#define sys_clone sys_fork
#ifdef __cplusplus
extern "C" {
#endif
extern int sys_setup(); /* 0 */
extern int sys
www.eeworm.com/read/103200/15740671
todo
-- new entries from wta
* clone doesn't work; cloned processes can hang
* partially done: finish up change_syscall using new setargs
* do setargs for non-ia64
* generate syscallent.h from the kernel s
www.eeworm.com/read/382802/8999637
txt 克隆admin!ca.exe使用方法.txt
利用SA.exe 将Iusr_victim克隆为Administrator。
C:\>ca \\192.168.0.1 test test iusr_victim password
Clone Administrator, by netXeyes 2002/04/06
Written by netXeyes 2002, dansnow@21cn.com
Connect 19
www.eeworm.com/read/381901/9066716
m optd1.m
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/381901/9066720
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/381901/9066733
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/365329/9869530
r new.r
#ifndef CLASS_R
#define CLASS_R
#include
#include
struct Class {
size_t size;
void * (* ctor) (void * self, va_list * app);
void * (* dtor) (void * self);
void * (* clone) (