代码搜索:Structured
找到约 952 项符合「Structured」的源代码
代码结果 952
www.eeworm.com/read/202482/15382125
c ping.c
/* Ping utility */
#define VERSION "0.18"
/* Debug option to use structured data (alphabetic chars 'a'-'w') */
#define ASCDATA 1 /* Set non-zero to use ASCII (not random) data in ping */
#
www.eeworm.com/read/183589/9151695
lua appletree.lua
--[[
--
-- Earth Tree
--
-- An easy way of rendering structured data.
--
-- by Alexander Brazie
--
--]]
EARTHTREE_MAXTITLE_COUNT = 20;
EARTHTREE_TITLE_HEIGHT = 16;
EARTHTREE_EXPAND_INDENT = 16;
EA
www.eeworm.com/read/321827/13397630
c sehsupp.c
/***
*sehsupp.c - helper functions for Structured Exception Handling support
*
* Copyright (C) 1993-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Contains _rt_probe
www.eeworm.com/read/16273/667185
c sehsupp.c
/***
*sehsupp.c - helper functions for Structured Exception Handling support
*
* Copyright (C) 1993-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Contains _rt_probe
www.eeworm.com/read/461822/1550724
java servicefaultcatchtest.java
package org.apache.ode.axis2;
/**
* Tests that a fault thrown by a called service can be caught and is properly
* structured so that an assign on a fault sub-element will succeed.
*
* @author Mat
www.eeworm.com/read/229812/4751794
gml sloop.gml
.section LOOP Statement
.*
.mext begin
LOOP [:block-label]
.mext end
.np
The
.kw LOOP
statement is used in conjunction with the structured
.kw END LOOP
or
.kw UNTIL
statement.
Th
www.eeworm.com/read/229812/4751803
gml sendloop.gml
.section END LOOP Statement
.*
.mext begin
END LOOP
.mext end
.np
The
.kw END LOOP
statement is used in conjunction with the structured
.kw LOOP
statement.
The
.kw END LOOP
statemen
www.eeworm.com/read/229812/4751863
gml sendgues.gml
.section END GUESS Statement
.*
.mext begin
END GUESS
.mext end
.np
The
.kw END GUESS
statement is used in conjunction with the structured
.kw GUESS
statement.
The
.kw END GUESS
sta
www.eeworm.com/read/229812/4751913
gml fstruct.gml
.chap *refid=fstruct Program Structure Control Statements
.*
.if &e'&dohelp eq 0 .do begin
.section Introduction
.do end
.*
.np
The use of structured programming statements has been found to
e
www.eeworm.com/read/229812/4751916
gml sendwhil.gml
.section END WHILE Statement
.*
.mext begin
END WHILE
.mext end
.np
The
.kw END WHILE
statement is used in conjunction with the structured
.kw WHILE
statement.
The
.kw END WHILE
sta