代码搜索:structured
找到约 952 项符合「structured」的源代码
代码结果 952
www.eeworm.com/read/136989/5834970
makefile
#----------------------------------------------------------------------------
#
# Makefile,v 1.6 2003/04/09 20:08:03 pradeep Exp
#
#----------------------------------------------------------------
www.eeworm.com/read/16910/702902
h sehmap.h
/*
SEHMAP.H - Map old-style structured exception handling to correct names.
The mapping of structured exception handling statements from {try, except,
finally, leave} to their proper name
www.eeworm.com/read/26953/861857
h sehmap.h
/*
SEHMAP.H - Map old-style structured exception handling to correct names.
The mapping of structured exception handling statements from {try, except,
finally, leave} to their proper name
www.eeworm.com/read/229812/4751902
gml senddo.gml
.section END DO Statement
.*
.mext begin
END DO
.mext end
.np
The
.kw END DO
statement is used to terminate the range of a "structured"
.kw DO
statement.
A structured
.kw DO
stateme
www.eeworm.com/read/180137/5289934
readme
Zebra server,
Copyright (c) 1995-2003, Index Data ApS
Introduction
------------
Zebra is a high-performance, general-purpose structured text indexing
and retrieval engine. It reads structured record
www.eeworm.com/read/434177/1874210
h htstruct.h
/*
W3C Sample Code Library libwww Structured Stream Class
!
Structured Stream Class
!
*/
/*
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COP
www.eeworm.com/read/408009/2255534
h htstruct.h
/*
W3C Sample Code Library libwww Structured Stream Class
!
Structured Stream Class
!
*/
/*
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COP
www.eeworm.com/read/136989/5835036
cpp relay_consumer.cpp
// Relay_Consumer.cpp,v 1.4 2003/08/24 13:50:14 jwillemsen Exp
#include "Relay_Consumer.h"
ACE_RCSID(Notify, TAO_Notify_Tests_Relay_Consumer, "Relay_Consumer.cpp,v 1.4 2003/08/24 13:50:14 jwille
www.eeworm.com/read/144216/5752507
t goto.t
#!./perl
# "This IS structured code. It's just randomly structured."
print "1..16\n";
while ($?) {
$foo = 1;
label1:
$foo = 2;
goto label2;
} continue {
$foo = 0;
goto label4