-
1 mode
[məʊd]1) (style) modo m.mode of dress, of expression — modo di vestire, di esprimersi
2) (method)3) (state) (of equipment) fase f., modalità f.; (of person) vena f., disposizione f.* * *[məud]1) (a manner of doing something: an unusual mode of expression.) modo, maniera2) (a kind or type: modes of transport.) modo, mezzo3) (a fashion: Large hats are the latest mode.) moda•- modish- modishly* * *[məʊd]1) (style) modo m.mode of dress, of expression — modo di vestire, di esprimersi
2) (method)3) (state) (of equipment) fase f., modalità f.; (of person) vena f., disposizione f. -
2 ♦ large
♦ large /lɑ:dʒ/A a.1 grande; ampio; grosso; esteso; spazioso; vasto; numeroso: a large office, un ufficio spazioso; a large flat, un appartamento grande; a large sum of money, una grossa somma di denaro; a large manufacturer, un grande industriale; large companies, grosse aziende; large understanding, ampia comprensione; a large family, una famiglia numerosa2 (lett.) largo (fig.); generoso; munifico; liberale: large views, vedute larghe; a large heart, un cuore generosoB n.1 (mus., stor.) massima● large-breasted, dall'ampio seno □ (fin.) large-cap (o large capitalization), ad alta capitalizzazione ( detto di società) □ large expenditures, spese ingenti; forti (o grandi) spese □ (fis. nucl.) large hadron collider ( LHC), (acceleratore) LHC; grande collisore di adroni □ large-handed, generoso; munifico □ large-hearted, magnanimo; generoso □ large-heartedness, magnanimità; generosità □ (anat.) large intestine, intestino crasso □ large-minded, di larghe vedute; di mente aperta □ large-mindedness, larghezza di vedute; apertura mentale □ a large-print Bible, una Bibbia a caratteri grandi □ (stat.) large sampling method, metodo per grandi campioni □ large-scale, ( di mappa) in grande scala; (fig.) su vasta scala, in grande: (econ.) large-scale production, produzione su grande scala □ large size, formato grande; ( d'abito) taglia forte □ a large-type book, un libro a caratteri grandi □ as large as life, (pitt.) a grandezza naturale; (fig., scherz.) in persona: Here he is, as large as life!, eccolo in persona! □ larger than life, ( di statua, ecc.) più grande del naturale; (fig.: di persona, ecc.) straripante, esuberante □ at large, in libertà (spec. di criminali); ( USA: di un ambasciatore, ecc.) a disposizione ( in attesa di assegnazione a una sede); diffusamente, curando tutti i particolari; in generale, nell'insieme; a casaccio, a caso: to be at large, essere in libertà; to talk [to write] at large, parlare [scrivere] diffusamente; people at large, la gente in generale □ by and large, in complesso; nell'insieme □ in large, su grande scala; ampiamente □ on a large scale, su vasta scala NOTA D'USO: - big, grand, great o large?-.
См. также в других словарях:
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
Method overriding — Method overriding, in object oriented programming, is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes. The… … Wikipedia
Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… … Wikipedia
Type signature — is a term that is used in computer programming.A type signature defines the inputs and outputs for a function or method. A type signature includes at least the function name and the number of its parameters. In some programming languages, it may… … Wikipedia
Method overriding (programming) — Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides… … Wikipedia
method — method, mode, manner, way, fashion, system are comparable when they denote the means taken or the plan or procedure followed in doing a kind of work or in achieving an end. Method may denote either an abstraction or a concrete procedure, but in… … New Dictionary of Synonyms
Type design — is the art of designing typefaces. Although the technology of printing text using movable type was invented in China, and despite the esteem which calligraphy held in that civilization, the vast number of Chinese characters meant that few… … Wikipedia
Type generalization — is a technique commonly used in refactoring. The idea is to draw on the benefits of object orientation and make more generalized types, thus enabling more code sharing, leading to better maintainability as there is less code to write. Too general … Wikipedia
Type polymorphism — In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface. The concept of parametric polymorphism applies to both data types and functions. A function… … Wikipedia
Method (computer programming) — In object oriented programming, a method is a subroutine (or procedure or function) associated with a class. Methods define the behavior to be exhibited by instances of the associated class at program run time. Methods have the special property… … Wikipedia
Method signature — In computer programming, especially object oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.[1] A method signature is… … Wikipedia