代码搜索:preserved

找到约 1,092 项符合「preserved」的源代码

代码结果 1,092
www.eeworm.com/read/453168/1642217

right var_preserved.right

a=b a=b a=b OK
www.eeworm.com/read/453168/1642227

tests var_preserved.tests

export a=b # external program a=c /bin/true env | grep ^a= # builtin a=d true env | grep ^a= # exec with redirection only # in bash, this leaks! a=e exec 1>&1 env | grep ^a= echo OK
www.eeworm.com/read/428548/1958603

right var_preserved.right

a=b a=b a=b OK
www.eeworm.com/read/428548/1958613

tests var_preserved.tests

export a=b # external program a=c /bin/true env | grep ^a= # builtin a=d true env | grep ^a= # exec with redirection only # in bash, this leaks! a=e exec 1>&1 env | grep ^a= echo OK
www.eeworm.com/read/415996/11045572

asm emb_f.asm

;************************************************************************** ;** ** ;** I N T E L P R O P R I
www.eeworm.com/read/365140/9877743

txt sha1_readme_v01.txt

// Paul Hartke, phartke@stanford.edu, Copyright (c)2002 // // The information and description contained herein is the // property of Paul Hartke. // // Permission is granted for any reuse of thi
www.eeworm.com/read/108242/6183855

c elvprsv.c

/* elvprsv.c */ /* Author: * Steve Kirkendall * 14407 SW Teal Blvd. #C * Beaverton, OR 97005 * kirkenda@cs.pdx.edu */ /* This file contains the portable sources for the "elvprsv" program. * "
www.eeworm.com/read/161040/5563907

txt key_preserve_table.txt

Key-Preserved Tables The concept of a key-preserved table is fundamental to understanding the restrictions on modifying join views. A table is key preserved if every key of the table can also be a
www.eeworm.com/read/161040/5564085

txt key_preserve_table.txt

Key-Preserved Tables The concept of a key-preserved table is fundamental to understanding the restrictions on modifying join views. A table is key preserved if every key of the table can also be a
www.eeworm.com/read/365140/9877746

v dffhr.v

/////////////////////////////////////////////////////////////// // dffhr.v version 0.1 // // Standard parameterizable synchronous reset D-type flipflop // // Paul Hartke, phartke@stanford.edu, Copy