代码搜索:Structured
找到约 952 项符合「Structured」的源代码
代码结果 952
www.eeworm.com/read/319609/13448314
inc dxfcver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/318470/13477898
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/307341/13723869
ksc ckedemo.ksc
COMMENT - File CKEDEMO.KSC
;
; Exercises Kermit's programming constructs.
; Converted to block-structured format, March 1996.
;
; Usage: tell Kermit to "take ckedemo.ksc"
;
; echo If you don't see the
www.eeworm.com/read/253602/12210246
cpp ms05-012.cpp
// by Cesar Cerrudo - Argeniss - www.argeniss.com
// MS05-012 - COM Structured Storage Vulnerability - CAN-2005-0047 Exploit
//
// More exploits at www.argeniss.com/products.html
//
// Works on W
www.eeworm.com/read/253095/12245185
inc dxfcver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/128826/14277780
inc cxpcver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/231546/4714859
pod perlfaq.pod
=head1 NAME
perlfaq - frequently asked questions about Perl ($Date: 1999/05/23 20:38:02 $)
=head1 DESCRIPTION
The perlfaq is structured into the following documents:
=head2 perlfaq: Structural ov
www.eeworm.com/read/229812/4740974
mh excpt.mh
/*
* excpt.h Structured Exception Handling types, defines and routines
*
:include crwat.sp
*/
#ifndef _EXCPT_H_INCLUDED
#define _EXCPT_H_INCLUDED
#define _INC_EXCPT
:include cpluspro.s
www.eeworm.com/read/191809/5161789
s repeat.s
; Test MRI structured repeat pseudo-op.
xdef foo
foo
repeat
until
clr d1
repeat
add #1,d1
until d1 #10
nop
nop
www.eeworm.com/read/190682/5171104
s repeat.s
; Test MRI structured repeat pseudo-op.
xdef foo
foo
repeat
until
clr d1
repeat
add #1,d1
until d1 #10
nop
nop