slovodefinícia
lazy
(mass)
lazy
- lenivý, záhaľčivý
lazy
(encz)
lazy,lenivý
lazy
(encz)
lazy,líný
lazy
(encz)
lazy,zahálčivý adj: Zdeněk Brož
Lazy
(gcide)
Lazy \La"zy\, a. [Compar. Lazier; superl. Laziest.] [OE.
lasie, laesic, of uncertain origin; cf. F. las tired, L.
lassus, akin to E. late; or cf. LG. losig, lesig.]
1. Disinclined to action or exertion; averse to labor; idle;
shirking work. --Bacon.
[1913 Webster]

2. Inactive; slothful; slow; sluggish; as, a lazy stream.
"The night owl's lazy flight." --Shak.
[1913 Webster]

3. Wicked; vicious. [Obs. or Prov. Eng.] --B. Jonson.
[1913 Webster]

Lazy tongs, a system of jointed bars capable of great
extension, originally made for picking up something at a
distance, now variously applied in machinery.

Syn: Idle; indolent; sluggish; slothful. See Idle.
[1913 Webster]
lazy
(wn)
lazy
adj 1: moving slowly and gently; "up a lazy river"; "lazy white
clouds"; "at a lazy pace"
2: disinclined to work or exertion; "faineant kings under whose
rule the country languished"; "an indolent hanger-on"; "too
lazy to wash the dishes"; "shiftless idle youth"; "slothful
employees"; "the unemployed are not necessarily work-shy"
[syn: faineant, indolent, lazy, otiose, slothful,
work-shy]
podobné slovodefinícia
lazybones
(mass)
lazybones
- lenoch
bone-lazy
(encz)
bone-lazy,líný jako veš Zdeněk Brož
lazy bones
(encz)
lazy bones,
lazy daisy stitch
(encz)
lazy daisy stitch, n:
lazy initialization
(encz)
lazy initialization,odložená inicializace n:
[it.] http://cs.wikipedia.org/wiki/Návrhový_vzor Ivan Masár
lazy susan
(encz)
lazy Susan,
lazybones
(encz)
lazybones,lenoch n: Zdeněk Brož
bone-lazy
(gcide)
bone-idle \bone-idle\ bone-lazy \bone-lazy\adj.
1. disinclined to work or exertion.

Syn: do-nothing(prenominal), faineant, indolent, lazy,
otiose, shiftless, slothful, workshy, work-shy.
[WordNet 1.5]
Glazy
(gcide)
Glazy \Glaz"y\, a.
Having a glazed appearance; -- said of the fractured surface
of some kinds of pin iron.
[1913 Webster]
Lazy
(gcide)
Lazy \La"zy\, a. [Compar. Lazier; superl. Laziest.] [OE.
lasie, laesic, of uncertain origin; cf. F. las tired, L.
lassus, akin to E. late; or cf. LG. losig, lesig.]
1. Disinclined to action or exertion; averse to labor; idle;
shirking work. --Bacon.
[1913 Webster]

2. Inactive; slothful; slow; sluggish; as, a lazy stream.
"The night owl's lazy flight." --Shak.
[1913 Webster]

3. Wicked; vicious. [Obs. or Prov. Eng.] --B. Jonson.
[1913 Webster]

Lazy tongs, a system of jointed bars capable of great
extension, originally made for picking up something at a
distance, now variously applied in machinery.

Syn: Idle; indolent; sluggish; slothful. See Idle.
[1913 Webster]
Lazy tongs
(gcide)
Lazy \La"zy\, a. [Compar. Lazier; superl. Laziest.] [OE.
lasie, laesic, of uncertain origin; cf. F. las tired, L.
lassus, akin to E. late; or cf. LG. losig, lesig.]
1. Disinclined to action or exertion; averse to labor; idle;
shirking work. --Bacon.
[1913 Webster]

2. Inactive; slothful; slow; sluggish; as, a lazy stream.
"The night owl's lazy flight." --Shak.
[1913 Webster]

3. Wicked; vicious. [Obs. or Prov. Eng.] --B. Jonson.
[1913 Webster]

Lazy tongs, a system of jointed bars capable of great
extension, originally made for picking up something at a
distance, now variously applied in machinery.

Syn: Idle; indolent; sluggish; slothful. See Idle.
[1913 Webster]
Lazyback
(gcide)
Lazyback \La"zy*back`\ (l[=a]"z[y^]*b[a^]k`), n.
A support for the back, attached to the seat of a carriage.
[Colloq.]
[1913 Webster]
Lazybones
(gcide)
Lazybones \La"zy*bones`\, n.
A lazy person. [Colloq.]
[1913 Webster]
slazy
(gcide)
Sleazy \Slea"zy\ (sl[=e]"z[y^]), a. [Cf. G. schleissig worn out,
threadbare, from schleissen to slit, split, decay, or E.
leasy.]
Lacking firmness of texture or substance; thin; flimsy; as,
sleazy silk or muslin. [Spelt also slazy.]
[1913 Webster]Slazy \Sla"zy\ (sl[=a]"z[y^]), a.
See Sleazy.
[1913 Webster]
Slazy
(gcide)
Sleazy \Slea"zy\ (sl[=e]"z[y^]), a. [Cf. G. schleissig worn out,
threadbare, from schleissen to slit, split, decay, or E.
leasy.]
Lacking firmness of texture or substance; thin; flimsy; as,
sleazy silk or muslin. [Spelt also slazy.]
[1913 Webster]Slazy \Sla"zy\ (sl[=a]"z[y^]), a.
See Sleazy.
[1913 Webster]
bone-lazy
(wn)
bone-lazy
adj 1: constitutionally lazy or idle [syn: bone-idle, {bone-
lazy}]
lazy daisy stitch
(wn)
lazy daisy stitch
n 1: long chain stitches arranged in flower patterns
lazy susan
(wn)
lazy Susan
n 1: a revolving tray placed on a dining table [syn:
turntable, lazy Susan]
lazybones
(wn)
lazybones
n 1: a lazy person
fully lazy lambda lifting
(foldoc)
fully lazy lambda lifting

John Hughes's optimisation of lambda lifting to give {full
laziness}. Maximal free expressions are shared to minimise
the amount of recalculation. Each inner sub-expression is
replaced by a function of its maximal free expressions
(expressions not containing any bound variable) applied to
those expressions. E.g.

f = \ x . (\ y . (+) (sqrt x) y)

((+) (sqrt x)) is a maximal free expression in
(\ y . (+) (sqrt x) y) so this inner abstraction is replaced
with

(\ g . \ y . g y) ((+) (sqrt x))

Now, if a partial application of f is shared, the result of
evaluating (sqrt x) will also be shared rather than
re-evaluated on each application of f. As Chin notes, the
same benefit could be achieved without introducing the new
higher-order function, g, if we just extracted out (sqrt x).

This is similar to the code motion optimisation in
procedural languages where constant expressions are moved
outside a loop or procedure.

(1994-12-01)
known lazy bastard
(foldoc)
Known Lazy Bastard
KLB

(KLB) A term, used among technical support staff, for
a user who repeatedly asks for help with problems whose
solutions are clearly explained in the documentation, and
persists in doing so after having been told to RTFM.

KLBs are singled out for special treatment (i.e. ridicule),
especially if they have been heard to say "It's so boring to
read the manual! Why don't you just tell me?". The deepest
pit in Hell is reserved for KLBs whose questions reveal total
ignorance of the basic concepts (e.g., "How do I make a font
in Excel?", "Where do I turn on my RAM?"), and who refuse
to accept that their questions are neither simple nor
well-formed.

(1998-09-07)
lazy evaluation
(foldoc)
lazy evaluation
laziness

An evaluation strategy combining {normal order
evaluation} with updating. Under normal order evaluation
(outermost or call-by-name evaluation) an expression is
evaluated only when its value is needed in order for the
program to return (the next part of) its result. Updating
means that if an expression's value is needed more than once
(i.e. it is shared), the result of the first evaluation is
remembered and subsequent requests for it will return the
remembered value immediately without further evaluation. This
is often implemented by graph reduction. An unevaluated
expression is represented as a closure - a data structure
containing all the information required to evaluate the
expression.

Lazy evaluation is one evaluation strategy used to implement
non-strict functions. Function arguments may be infinite
data structures (especially lists) of values, the components
of which are evaluated as needed.

According to Phil Wadler the term was invented by Jim Morris.

Opposite: eager evaluation.

A partial kind of lazy evaluation implements lazy data
structures or especially lazy lists where function arguments
are passed evaluated but the arguments of data constructors
are not evaluated.

Full laziness is a program transformation which aims to
optimise lazy evaluation by ensuring that all subexpressions
in a function body which do not depend on the function's
arguments are only evaluated once.

(1994-12-14)
lazy list
(foldoc)
lazy list

A list which is built using a non-strict constructor. Any
head or tail of the list may be an unevaluated closure. Also
known as streams since they may be used to carry a sequence of
values from the output of one function to an input of another.
See also Lazy evaluation.
lazy sml
(foldoc)
Lazy Standard ML
Lazy SML
LSML

(LSML) A lazy varient of SML, allowing cyclic
val definitions, by Prateek Mishra .

Not to be confused with LML.

(ftp://sbcs.sunysb.edu/pub/lsml).

(1999-08-30)
lazy sml2c
(foldoc)
lazy sml2c

A lazy version sml2c. Portable, written in SML.
Language extensions include first-class continuations,
asynchronous signal handling.

E-mail: .
(ftp://dravido.soar.cs.cmu.edu/usr/nemo/sml2c).
lazy standard ml
(foldoc)
Lazy Standard ML
Lazy SML
LSML

(LSML) A lazy varient of SML, allowing cyclic
val definitions, by Prateek Mishra .

Not to be confused with LML.

(ftp://sbcs.sunysb.edu/pub/lsml).

(1999-08-30)

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