slovodefinícia
structured
(encz)
structured,členěný adj: luke
structured
(encz)
structured,strukturovaný adj: luke
Structured
(gcide)
Structured \Struc"tured\, a. (Biol.)
Having a definite organic structure; showing differentiation
of parts.
[1913 Webster]

The passage from a structureless state to a structured
state is itself a vital process. --H. Spencer.
[1913 Webster]
structured
(wn)
structured
adj 1: having definite and highly organized structure; "a
structured environment" [ant: unstructured]
2: resembling a living organism in organization or development;
"society as an integrated whole" [syn: integrated,
structured]
podobné slovodefinícia
restructured
(encz)
restructured,restrukturalizovaný adj: Zdeněk Brož
unstructured
(encz)
unstructured,nestrukturovaný adj: Zdeněk Brož
well-structured
(encz)
well-structured,
Structured
(gcide)
Structured \Struc"tured\, a. (Biol.)
Having a definite organic structure; showing differentiation
of parts.
[1913 Webster]

The passage from a structureless state to a structured
state is itself a vital process. --H. Spencer.
[1913 Webster]
unstructured
(wn)
unstructured
adj 1: lacking definite structure or organization; "an
unstructured situation with no one in authority"; "a
neighborhood gang with a relatively unstructured system";
"children in an unstructured environment often feel
insecure"; "unstructured inkblots" [ant: structured]
2: lacking the system or structure characteristic of living
bodies [syn: amorphous, unstructured]
block-structured
(foldoc)
block-structured
structured language

Any programming language in which sections of
source code contained within pairs of matching delimiters
such as "" and "" (e.g. in C) or "begin" and "end"
(e.g. Algol) are executed as a single unit. A block of code
may be the body of a subroutine or function, or it may be
controlled by conditional execution (if statement) or
repeated execution (while statement, for statement, etc.).

In all but the most primitive block structured languages a
variable's scope can be limited to the block in which it
is declared.

Block-structured languages support structured programming
where each block can be written without detailed knowledge of
the inner workings of other blocks, thus allowing a {top-down
design} approach.

See also abstract data type, module.

(2004-09-29)
proposition of a language useable for structured specifications
(foldoc)
Proposition of a Language Useable for Structured Specifications

(PLUSS)
An algebraic specification language, built on top of ASL.

["A First Introduction to PLUSS", M.C. Gaudel, TR, U Paris
Sud, Orsay 1984].

(2006-03-14)
real-time structured analysis
(foldoc)
real-time structured analysis
RTSA

(RTSA) Any version of structured analysis
capable of modelling real-time aspects of software.

(1995-04-06)
restructured extended executor
(foldoc)
Restructured EXtended eXecutor
REXX
System Product Interpreter

(REXX, or "System Product Interpreter", originally
known as "REX") A scripting language for IBM VM and MVS
systems, developed by M. Cowlishaw at IBM ca. 1979,
replacing EXEC2.

Versions: PC-Rexx for MS-DOS, AREXX for the Amiga, the
OS/2 implementation from IBM, WINREXX (Rexx for Windows,
from Quercus systems) and Personal Rexx (Rexx for MS-DOS,
from Quercus systems).

See also Regina, freerexx, imc.

REXXWARE is an implementation of REXX for {Novell
NetWare}.

Usenet newsgroup: news:comp.lang.rexx.

["The REXX Language: A Practical Approach to Programming",
M.F. Cowlishaw, 1985].

(1992-05-13)
structured analysis
(foldoc)
structured analysis

One of a number of requirements analysis methods used in
software engineering.
structured analysis and design technique
(foldoc)
Structured Analysis and Design Technique
SADT

(SADT) A function modeling method for analysing
and communicating the functional perspective of a system.
SADT was commissioned by The United States Air Force.

IDEF0 was derived from SADT.

(2007-01-08)
structured design
(foldoc)
structured design

(SD) One of a number of systematic {top-down
design} techniques used in software engineering, usually
after structured analysis.

(1995-04-28)
structured language
(foldoc)
block-structured
structured language

Any programming language in which sections of
source code contained within pairs of matching delimiters
such as "" and "" (e.g. in C) or "begin" and "end"
(e.g. Algol) are executed as a single unit. A block of code
may be the body of a subroutine or function, or it may be
controlled by conditional execution (if statement) or
repeated execution (while statement, for statement, etc.).

In all but the most primitive block structured languages a
variable's scope can be limited to the block in which it
is declared.

Block-structured languages support structured programming
where each block can be written without detailed knowledge of
the inner workings of other blocks, thus allowing a {top-down
design} approach.

See also abstract data type, module.

(2004-09-29)
structured programming
(foldoc)
structured programming

Any software development technique that includes
structured design and results in the development of a
program consisting of blocks of code whose internal details
are independent. Structured programming is usually done in a
block-structured language.

(2004-09-29)
structured query language
(foldoc)
SQL
Structured Query Language

/S Q L/ An industry-standard
language for creating, updating and, querying {relational
database management systems}.

SQL was developed by IBM in the 1970s for use in System R.
It is the de facto standard as well as being an ISO and
ANSI standard. It is often embedded in general purpose
programming languages.

The first SQL standard, in 1986, provided basic language
constructs for defining and manipulating tables of data; a
revision in 1989 added language extensions for {referential
integrity} and generalised integrity constraints. Another
revision in 1992 provided facilities for schema manipulation
and data administration, as well as substantial enhancements
for data definition and data manipulation.

Development is currently underway to enhance SQL into a
computationally complete language for the definition and
management of persistent, complex objects. This includes:
generalisation and specialisation hierarchies, {multiple
inheritance}, user defined data types, triggers and
assertions, support for knowledge based systems,
recursive query expressions, and additional data
administration tools. It also includes the specification of
abstract data types (ADTs), object identifiers, methods,
inheritance, polymorphism, encapsulation, and all of the
other facilities normally associated with object data
management.

The emerging SQL3 standard is expected to be complete in
1998.

According to Allen G. Taylor, SQL does __not__ stand for
"Structured Query Language". That, like "SEQUEL" (and its
pronunciation /see'kw*l/), was just another unofficial name
for a precursor of SQL. However, the IBM SQL Reference manual
for DB2 and Craig Mullins's "DB2 Developer's Guide" say SQL
__does__ stand for "Structured Query Language".

SQL Standards (http://jcc.com/sql_stnd.html).

{An SQL parser
(ftp://ftp.ora.com/published/oreilly/nutshell/lexyacc/)} is
described in "Lex & Yacc", by Levine, Mason & Brown published
by O'Reilly.

{The 1995 SQL Reunion: People, Projects, and Politics
(http://mcjones.org/System_R/SQL_Reunion_95/)}.

["A Guide to the SQL Standard", C.J. Date, A-W 1987].

["SQL for Dummies", Allen G. Taylor, IDG Books Worldwide].

(2005-11-17)

Nenašli ste slovo čo ste hľadali ? Doplňte ho do slovníka.

na vytvorenie tejto webstránky bol pužitý dictd server s dátami z sk-spell.sk.cx a z iných voľne dostupných dictd databáz. Ak máte klienta na dictd protokol (napríklad kdict), použite zdroj slovnik.iz.sk a port 2628.

online slovník, sk-spell - slovníkové dáta, IZ Bratislava, Malé Karpaty - turistika, Michal Páleník, správy, údaje o okresoch V4