slovodefinícia
overload
(encz)
overload,přetížení n: joe@hw.cz
overload
(encz)
overload,přetížení n: [it.] (přetížení metody objektu) [Pecinovský,
2007] Ivan Masár
overload
(encz)
overload,přetížit v: joe@hw.cz
overload
(encz)
overload,přetížit v: [it.] (přetížit metodu objektu) [Pecinovský,
2007] Ivan Masár
Overload
(gcide)
Overload \O`ver*load"\, v. t. [imp. & p. p. Overloaded; p. pr.
& vb. n. Overloading.] [Cf. Overlade.]
To load or fill to excess; to load too heavily.
[1913 Webster]
Overload
(gcide)
Overload \O"ver*load`\, n.
An excessive load; the excess beyond a proper load.
[1913 Webster]
overload
(wn)
overload
n 1: an electrical load that exceeds the available electrical
power
2: an excessive burden [syn: overload, overburden]
v 1: become overloaded; "The aerator overloaded"
2: fill to excess so that function is impaired; "Fear clogged
her mind"; "The story was clogged with too many details"
[syn: clog, overload]
3: place too much a load on; "don't overload the car" [syn:
overload, surcharge, overcharge]
podobné slovodefinícia
iron overload
(encz)
iron overload, n:
overload
(encz)
overload,přetížení n: joe@hw.czoverload,přetížení n: [it.] (přetížení metody objektu) [Pecinovský,
2007] Ivan Masároverload,přetížit v: joe@hw.czoverload,přetížit v: [it.] (přetížit metodu objektu) [Pecinovský,
2007] Ivan Masár
overloaded
(encz)
overloaded,přetížený adj: Zdeněk Brož
overloading
(encz)
overloading,přetížení n: Zdeněk Brož
overladen overloaded
(gcide)
filled \filled\ adj.
1. containing as much or as many as is possible or normal;
as, filled to overflowing. Opposite of empty. [Narrower
terms: {abounding in(predicate), abounding
with(predicate), bristling with(predicate), full
of(predicate), overflowing, overflowing with(predicate),
rich in(predicate), rife with(predicate), thick
with(predicate)}; {brimful, brimful of(predicate),
brimfull, brimfull of(predicate), brimming, brimming
with(predicate)}; {chockablock(predicate),
chock-full(predicate), chockfull(predicate),
chockful(predicate), choke-full(predicate),
chuck-full(predicate), cram full}; congested, engorged;
{crawling with(predicate), overrun with, swarming,
swarming with(predicate), teeming, teeming
with(predicate)}; {flooded, inundated, swamped ; {glutted,
overfull}; {heavy with(predicate) ; {laden, loaded ;
overladen, overloaded ; {stuffed ; {stuffed; {well-lined
]

Syn: full.
[WordNet 1.5]

2. entirely of one substance with no holes inside. Opposite
of hollow.

Syn: solid.
[WordNet 1.5]

3. having appointments throughout the course of a period; --
of an appointment schedule; as, My calendar is filled for
the week. Opposite of unoccupied and free

Syn: occupied.
[WordNet 1.5]
Overloaded
(gcide)
Overload \O`ver*load"\, v. t. [imp. & p. p. Overloaded; p. pr.
& vb. n. Overloading.] [Cf. Overlade.]
To load or fill to excess; to load too heavily.
[1913 Webster]
Overloading
(gcide)
Overload \O`ver*load"\, v. t. [imp. & p. p. Overloaded; p. pr.
& vb. n. Overloading.] [Cf. Overlade.]
To load or fill to excess; to load too heavily.
[1913 Webster]
iron overload
(wn)
iron overload
n 1: pathology in which iron accumulates in the tissues;
characterized by bronzed skin and enlarged liver and
diabetes mellitus and abnormalities of the pancreas and the
joints [syn: hemochromatosis, iron-storage disease,
iron overload, bronzed diabetes]
overload
(wn)
overload
n 1: an electrical load that exceeds the available electrical
power
2: an excessive burden [syn: overload, overburden]
v 1: become overloaded; "The aerator overloaded"
2: fill to excess so that function is impaired; "Fear clogged
her mind"; "The story was clogged with too many details"
[syn: clog, overload]
3: place too much a load on; "don't overload the car" [syn:
overload, surcharge, overcharge]
overloaded
(wn)
overloaded
adj 1: loaded past capacity [syn: overladen, overloaded]
information overload
(foldoc)
information overload

When a person feels unable to read all the
information that is presented or available to them,
particularly where they need to make decisions based on that
information but can't because there is just too much to take
in in the time available.

(2005-01-09)
operator overloading
(foldoc)
overloading
ad-hoc polymorphism
operator overloading

(Or "Operator overloading"). Use of a single
symbol to represent operators with different argument types,
e.g. "-", used either, as a monadic operator to negate an
expression, or as a dyadic operator to return the difference
between two expressions. Another example is "+" used to add
either integers or floating-point numbers. Overloading is
also known as ad-hoc polymorphism.

User-defined operator overloading is provided by several
modern programming languages, e.g. C++'s class system and
the functional programming language Haskell's {type
class}es.

Ad-hoc polymorphism (better described as overloading) is the
ability to use the same syntax for objects of different types,
e.g. "+" for addition of reals and integers or "-" for unary
negation or diadic subtraction. Parametric polymorphism
allows the same object code for a function to handle arguments
of many types but overloading only reuses syntax and requires
different code to handle different types.

(2014-01-05)
overloading
(foldoc)
overloading
ad-hoc polymorphism
operator overloading

(Or "Operator overloading"). Use of a single
symbol to represent operators with different argument types,
e.g. "-", used either, as a monadic operator to negate an
expression, or as a dyadic operator to return the difference
between two expressions. Another example is "+" used to add
either integers or floating-point numbers. Overloading is
also known as ad-hoc polymorphism.

User-defined operator overloading is provided by several
modern programming languages, e.g. C++'s class system and
the functional programming language Haskell's {type
class}es.

Ad-hoc polymorphism (better described as overloading) is the
ability to use the same syntax for objects of different types,
e.g. "+" for addition of reals and integers or "-" for unary
negation or diadic subtraction. Parametric polymorphism
allows the same object code for a function to handle arguments
of many types but overloading only reuses syntax and requires
different code to handle different types.

(2014-01-05)

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