| | slovo | definícia |  | modular (encz)
 | modular,modulární	adj: |  | Modular (gcide)
 | Modular \Mod"u*lar\, a. Of or pertaining to mode, modulation, module, or modius; as,
 modular arrangement; modular accent; modular measure.
 [1913 Webster]
 |  | modular (wn)
 | modular adj 1: constructed with standardized units or dimensions
 allowing flexibility and variety in use; "modular
 furniture"; "modular homes"
 | 
 | | podobné slovo | definícia |  | modular (encz)
 | modular,modulární	adj: |  | modularisation (encz)
 | modularisation,modularizace	n:		Zdeněk Brož |  | modularise (encz)
 | modularise,modularizovat	v:		Zdeněk Brož |  | modularised (encz)
 | modularised, |  | modularising (encz)
 | modularising, |  | modularity (encz)
 | modularity,modularita	n:		Zdeněk Brož |  | modularization (encz)
 | modularization,modularizace	n:		Zdeněk Brož |  | modularize (encz)
 | modularize,modularizovat	v:		Zdeněk Brož |  | modularized (encz)
 | modularized,modularizovaný	adj:		Zdeněk Brož |  | modularizes (encz)
 | modularizes,modularizuje	v:		Zdeněk Brož |  | modularizing (encz)
 | modularizing,modularizující	adj:		Zdeněk Brož |  | modularly (encz)
 | modularly,modulárně	adv:		Zdeněk Brož |  | modular algorithm concept evaluation tool (czen)
 | Modular Algorithm Concept Evaluation Tool,MACET[zkr.] [voj.]		Zdeněk Brož a automatický překlad
 |  | modularita (czen)
 | modularita,modularityn:		Zdeněk Brož |  | modularizace (czen)
 | modularizace,modularisationn:		Zdeněk Brožmodularizace,modularizationn:		Zdeněk Brož |  | modularizovaný (czen)
 | modularizovaný,modularizedadj:		Zdeněk Brož |  | modularizovat (czen)
 | modularizovat,modularisev:		Zdeněk Brožmodularizovat,modularizev:		Zdeněk Brož |  | modularizuje (czen)
 | modularizuje,modularizesv:		Zdeněk Brož |  | modularizující (czen)
 | modularizující,modularizingadj:		Zdeněk Brož |  | Accentor modularis (gcide)
 | Hedge \Hedge\, n. [OE. hegge, AS. hecg; akin to haga an inclosure, E. haw, AS. hege hedge, E. haybote, D. hegge, OHG.
 hegga, G. hecke. [root]12. See Haw a hedge.]
 A thicket of bushes, usually thorn bushes; especially, such a
 thicket planted as a fence between any two portions of land;
 and also any sort of shrubbery, as evergreens, planted in a
 line or as a fence; particularly, such a thicket planted
 round a field to fence it, or in rows to separate the parts
 of a garden.
 [1913 Webster]
 
 The roughest berry on the rudest hedge.  --Shak.
 [1913 Webster]
 
 Through the verdant maze
 Of sweetbrier hedges I pursue my walk.   --Thomson.
 [1913 Webster]
 
 Note: Hedge, when used adjectively or in composition, often
 means rustic, outlandish, illiterate, poor, or mean;
 as, hedge priest; hedgeborn, etc.
 [1913 Webster]
 
 Hedge bells, Hedge bindweed (Bot.), a climbing plant
 related to the morning-glory (Convolvulus sepium).
 
 Hedge bill, a long-handled billhook.
 
 Hedge garlic (Bot.), a plant of the genus Alliaria. See
 Garlic mustard, under Garlic.
 
 Hedge hyssop (Bot.), a bitter herb of the genus Gratiola,
 the leaves of which are emetic and purgative.
 
 Hedge marriage, a secret or clandestine marriage,
 especially one performed by a hedge priest. [Eng.]
 
 Hedge mustard (Bot.), a plant of the genus Sisymbrium,
 belonging to the Mustard family.
 
 Hedge nettle (Bot.), an herb, or under shrub, of the genus
 Stachys, belonging to the Mint family. It has a
 nettlelike appearance, though quite harmless.
 
 Hedge note.
 (a) The note of a hedge bird.
 (b) Low, contemptible writing. [Obs.] --Dryden.
 
 Hedge priest, a poor, illiterate priest. --Shak.
 
 Hedge school, an open-air school in the shelter of a hedge,
 in Ireland; a school for rustics.
 
 Hedge sparrow (Zool.), a European warbler ({Accentor
 modularis}) which frequents hedges. Its color is reddish
 brown, and ash; the wing coverts are tipped with white.
 Called also chanter, hedge warbler, dunnock, and
 doney.
 
 Hedge writer, an insignificant writer, or a writer of low,
 scurrilous stuff. [Obs.] --Swift.
 
 To breast up a hedge. See under Breast.
 
 To hang in the hedge, to be at a standstill. "While the
 business of money hangs in the hedge." --Pepys.
 [1913 Webster]
 |  | modular (wn)
 | modular adj 1: constructed with standardized units or dimensions
 allowing flexibility and variety in use; "modular
 furniture"; "modular homes"
 |  | prunella modularis (wn)
 | Prunella modularis n 1: small brownish European songbird [syn: hedge sparrow,
 sparrow, dunnock, Prunella modularis]
 |  | modular arithmetic (foldoc)
 | modular arithmetic modulo arithmetic
 
 (Or "clock arithmetic") A kind of integer
 arithmetic that reduces all numbers to one of a fixed set
 [0..N-1] (this would be "modulo N arithmetic") by effectively
 repeatedly adding or subtracting N (the "modulus") until the
 result is within this range.
 
 The original mathematical usage considers only __equivalence__
 modulo N.  The numbers being compared can take any values,
 what matters is whether they differ by a multiple of N.
 Computing usage however, considers modulo to be an operator
 that returns the remainder after integer division of its first
 argument by its second.
 
 Ordinary "clock arithmetic" is like modular arithmetic except
 that the range is [1..12] whereas modulo 12 would be [0..11].
 
 (2003-03-28)
 
 |  | modular c (foldoc)
 | Modular C 
 A preprocessor-based extension to C allowing modules.
 
 [Article by Stowe Boyd, Azrex Inc, SIGPLAN Notices, ca 1980].
 
 (1994-10-25)
 
 |  | modular language (foldoc)
 | MODUlar LAnguage Modula
 
 (Modula) Wirth's 1977 predecessor of Modula-2.
 The original Modula was, more oriented toward concurrent
 programming, but otherwise quite similar.
 
 ["Modula - A Language for Modular Multiprogramming", N. Wirth,
 Soft Prac & Exp 7(1):3-35, Jan 1977].
 
 (1999-07-12)
 
 |  | modular prolog (foldoc)
 | Modular Prolog Modular SB-Prolog
 
 An interpreter for SB-Prolog version 3.1 extended with
 ML-style modules.  Runs on SPARC.  Distributed under
 GNU General Public License.
 
 (ftp://ftp.dcs.ed.ac.uk/pub/dts/mod-prolog.tar.Z).  E-mail:
 Brian Paxton .
 
 ["A Calculus for the Construction of Modular Prolog Programs",
 D. Sannella et al, J Logic Prog 12:147-177 (1992)].
 
 (1994-10-25)
 
 |  | modular sb-prolog (foldoc)
 | Modular Prolog Modular SB-Prolog
 
 An interpreter for SB-Prolog version 3.1 extended with
 ML-style modules.  Runs on SPARC.  Distributed under
 GNU General Public License.
 
 (ftp://ftp.dcs.ed.ac.uk/pub/dts/mod-prolog.tar.Z).  E-mail:
 Brian Paxton .
 
 ["A Calculus for the Construction of Modular Prolog Programs",
 D. Sannella et al, J Logic Prog 12:147-177 (1992)].
 
 (1994-10-25)
 
 | 
 |