DictionaryForumContacts

Terms containing generic | all forms | exact matches only
SubjectEnglishItalian
comp., MSclosed generic typetipo generico chiuso (A constructed generic type that has no unspecified generic type parameters, either of its own or of any enclosing types or methods. Closed generic types can be instantiated)
comp., MSconstructed generic typetipo generico costruito (A generic type whose generic type parameters have been specified. A constructed type or method can be an open generic type if some of its type arguments are type parameters of enclosing types or methods, or a closed generic type if all of its type arguments are real types)
commun.generic access profileprofilo di accesso generico
clim.generic adaptive capacitycapacità d'adattamento generica
chem.generic additiveadditivo generico
commun., ITgeneric addressindirizzo generico
scient.generic algorithmalgoritmo generico
ITgeneric applicationapplicazione generica
comp., MSGeneric ApplicationApplicazione generica (A user-defined application that supports user definable settings only)
comp., MSgeneric applicationapplicazione generica (A user-defined application that supports user definable settings only)
ITgeneric assembly systemsistema di assemblaggio generico
ITgeneric avionics scaleable architecturearchitettura evolutiva dell'avionica generica
ITgeneric building blockunità modulare generica
comp., MSGeneric C++ Class WizardCreazione guidata classe C++ generica (A wizard that adds a C++ class to a project. This generic C++ class does not inherit from ATL or MFC)
work.fl.generic chaincatena generica
med.generic charactercarattere genico
relig.generic characteristiccaratteristica di divisione
relig.generic characteristiccaratteristica generica
IT, dat.proc.generic codingmarcatura generica
IT, dat.proc.generic codingnote generiche
IT, dat.proc.generic codingcodifica generica
energ.ind.generic combustioncombustione generica
commun., ITGeneric Compiler or Interpretercompilatore o traduttore generico
chem.generic concentration limitlimite di concentrazione generico
IT, dat.proc.generic content portionporzione di contenuto generica
IT, dat.proc.generic content portion descriptiondescrizione di porzione di contenuto generico
gen.generic defectdifetto generico
comp., MSgeneric delegatedelegato generico (A delegate method that is declared with type parameters)
fin.generic descriptionvoce merceologica
gen.generic-documentdocumento generico
pharma.generic drugmedicinale generico
econ.generic drugfarmaco generico
ITGeneric Flow Controlcontrollo generico di flusso
IT, dat.proc.generic fontpolizza di caratteri generico
IT, dat.proc.generic fontfont generico
commun., ITgeneric functionsfunzioni generiche
work.fl.generic headingintestazione di classe
work.fl.generic headingintestazione generica
IT, dat.proc.generic identifieridentificatore generico
ITgeneric inference enginemotore di inferenza generico
ITgeneric instantiationistanziazione generica
IT, dat.proc.generic layout structurestruttura generica di presentazione
IT, dat.proc.generic logical structurestruttura logica generica
ITgeneric manufacturing technologytecnologia della produzione in generale
IT, dat.proc.generic markupcodifica generica
IT, dat.proc.generic markupmarcatura generica
IT, dat.proc.generic markupnote generiche
pharma.generic medicamentfarmaco generico
pharma.generic medicamentmedicinale generico
pharma.generic medicinal productfarmaco generico
pharma.generic medicinal productmedicinale generico
pharma.generic medicinefarmaco generico
pharma.generic medicinemedicinale generico
ITgeneric metaphormetafora generica
comp., MSgeneric methodmetodo generico (A method whose definition has placeholders, called generic type parameters, for one or more types used in the body of the method or as the types of the method's parameters. A user specifies real types (generic type arguments) for the type parameters when calling the generic method. Note that a method is not generic just because it is declared in a generic type. A method is generic only if it has type parameters of its own)
ITgeneric multimedia softwaresoftware generico multimediale
pharma.generic nameDenominazione comune internationale (denominatio internationalis communalis)
pharma.generic namedenominazione comune internazionale (denominatio internationalis communalis)
commun., transp.generic namenome generico
dialys.generic namenome farmacologico
pharma.generic namedenominazioni internazionali non brevettate (denominatio internationalis communalis)
nat.sc., agric.generic namenome del genere (nomen generis)
med.generic namedenominazione commune
lawgeneric name of the goods or servicesnome generico dei prodotti o dei servizi
IT, el.generic nature of the hardwarenatura generica dell'hardware
ITGEneric NEtwork for Satellite Interactive SystemsRete generica per i sistemi satellitari interattivi
ITgeneric neural networkrete neurale generale
pharma.generic pharmaceuticalfarmaco generico
pharma.generic pharmaceuticalmedicinale generico
pharma.generic pharmaceutical productfarmaco generico
pharma.generic pharmaceutical productmedicinale generico
gen.generic planningpianificazione generica
work.fl., ITgeneric postingindicizzazione a più livelli
IT, dat.proc.generic printer driverprogramma standard di gestione della stampante
IT, dat.proc.generic printer drivergestore della stampante generico
gen.generic productprodotto generico
comp., MSgeneric programmingprogrammazione generica (Programming using parametric polymorphism)
pwr.lines.generic pulse code modulationPCM generico
pwr.lines.generic pulse code modulationmodulazione a impulsi codificati generica
work.fl., ITgeneric referenceriferimento generico
work.fl., ITgeneric relationrelazione generica
mater.sc.generic researchricerca generica
comp., MSgeneric resourcerisorsa generica (A placeholder resource that is used to specify the skills required for a specific task)
comp., MSGeneric Route EncapsulationGeneric Routing Encapsulation (A protocol which allows an arbitrary network protocol A to be transmitted over any other arbitrary network protocol B, by encapsulating the packets of A within GRE packets, which in turn are contained within packets of B)
ITgeneric scan toolscanner generico
mater.sc.generic sciencescienza generica
comp., MSGeneric ScriptScript generico (A resource type in a failover cluster or server cluster that supports an application controlled by a script that runs in Windows Script Host)
comp., MSGeneric ServiceServizio generico (A resource type in a failover cluster or server cluster that supports a service that was not originally designed to run on a cluster)
commun., IT, R&D.generic technologiestecnologia generica
gen.generic technologiestecnologie diffusive
work.fl.generic termtermine generico generale
comp., MSgeneric testtest generico (A known Visual Studio test type that encapsulates an unknown test or tool and allows Visual Studio to treat it as a known type)
commun., ITgeneric Top-Level Domaindominio di primo livello generico
commun., ITGeneric Top-Level Domaindominio di primo livello generico
comp., MSgeneric typetipo generico (A class, interface, or structure whose definition has placeholders, called generic type parameters, for one or more types that are used in its member definitions. A user specifies real types (generic type arguments) for the type parameters when creating an instance of a generic type)
comp., MSgeneric type argumentargomento di tipo generico (The type that the user specifies when creating instances of a generic type or when calling a generic method)
comp., MSgeneric type definitiondefinizione di tipo generico (The definition of a generic type, in which type parameters act as placeholders for types that the user supplies when creating instances to use. These instances are not instances of the generic type definition, but of the constructed type formed by specifying type arguments)
comp., MSgeneric type parameterparametro di tipo generico (In a generic type definition, a placeholder for a type that the user specifies (generic type argument) when creating instances of a generic type or when calling a generic method)
comp., MSgeneric type parameter constraintvincolo di parametro di tipo generico (A way of limiting the types that can be specified for a generic type parameter. For example, types substituted for the type parameter can be constrained to inherit from a particular type, to implement a specific interface, to provide a parameterless constructor, and so on)
comp., MSgeneric type parameter listelenco dei parametri di tipo generico (The list of generic type parameters of a generic type or method, specified as part of the definition of the generic type or generic method)
ITgeneric unitunità generica
commun., ITgeneric video standardnorma video generica
med.generic worklavoro a carattere generale
life.sc.marine generic technologytecnologia generica marina
agric.name that has become genericdenominazione divenuta generica
comp., MSopen generic typetipo generico aperto (A constructed generic type in which one or more of the generic type arguments substituted for its generic type parameters is a type parameter of an enclosing generic type or method. Open generic types cannot be instantiated)
IT, dat.proc.save genericsalvataggio in formato generico
agric.semi-generic designationdenominazione semigenerica
lawthe generic name of the goods or services for which the trade mark is registeredil nome generico dei prodotti o dei servizi per i quali è registrato il marchio
commun.Trans-European generic telecommunications serviceservizio generale di telecomunicazione transeuropea
commun.Trans-European telecommunications generic serviceservizio generico transeuropeo di telecomunicazione

Get short URL