DictionaryForumContacts

Terms containing Generic | all forms | exact matches only
SubjectEnglishPortuguese
comp., MSclosed generic typetipo genérico fechado (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 genérico construído (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 profileperfil de acesso genérico
chem.generic additiveaditivo genérico
commun., ITgeneric addressendereço genérico
scient.generic algorithmalgoritmo genérico
comp., MS, Braz.generic applicationaplicativo genérico (A user-defined application that supports user definable settings only)
ITgeneric applicationaplicação genérica
comp., MSGeneric ApplicationAplicação Genérica (A user-defined application that supports user definable settings only)
comp., MS, Braz.Generic ApplicationAplicativo Genérico (A user-defined application that supports user definable settings only)
comp., MSgeneric applicationaplicação genérica (A user-defined application that supports user definable settings only)
IMF.generic assessment frameworkquadro genérico
IMF.generic assessment frameworkquadro genérico de avaliação da qualidade dos dados
ITgeneric building blocksubsistemas genéricos
comp., MS, Braz.Generic C++ Class WizardAssistente da Classe C++ Genérica (A wizard that adds a C++ class to a project. This generic C++ class does not inherit from ATL or MFC)
med.generic charactercaráter génico
el.generic clock cardplaca de relógio genérica
radiogeneric codingcodificação genérica
energ.ind.generic combustioncombustão genérica
commun., ITGeneric Compiler or Interpretercompilador ou tradutor genérico
chem.generic concentration limitlimite de concentração genérico
IT, dat.proc.generic content portionporção de conteúdo genérico
IT, dat.proc.generic content portion descriptiondescrição da porção do conteúdo genérico
IMF.generic data quality assessment frameworkquadro genérico
IMF.generic data quality assessment frameworkquadro genérico de avaliação da qualidade dos dados
gen.generic defectdefeito genérico
comp., MS, Braz.generic delegatedelegado genérico (A delegate method that is declared with type parameters)
pharma.generic druggenérico
econ.generic drugmedicamento genérico
IMF.generic frameworkquadro genérico
IMF.generic frameworkquadro genérico de avaliação da qualidade dos dados
commun., ITgeneric functionsfunções genéricas
IT, dat.proc.generic identifieridentificador genérico
ITgeneric inference enginemotor de inferência genérico
ITgeneric instantiationinstanciação genérica
IT, dat.proc.generic layout structureestrutura de implantação genérica
IT, dat.proc.generic logical structureestrutura lógica genérica
pharma.generic medicamentgenérico
pharma.generic medicamentmedicamento genérico
pharma.generic medicinal productgenérico
pharma.generic medicinal productmedicamento genérico
pharma.generic medicinegenérico
pharma.generic medicinemedicamento genérico
ITgeneric metaphormetáfora genérica
comp., MSgeneric methodmétodo genérico (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 softwaresuporte lógico multimédia de caráter genérico
pharma.generic nameDenominação Comum Internacional (denominatio internationalis communalis)
nat.sc., agric.generic namenome genérico (nomen generis)
lawgeneric name of the goods or servicesnome genérico dos produtos ou serviços
IT, el.generic nature of the hardwarenatureza genérica do hardware
ITgeneric neural networkrede neural genérica
pharma.generic pharmaceuticalgenérico
pharma.generic pharmaceuticalmedicamento genérico
pharma.generic pharmaceutical productgenérico
pharma.generic pharmaceutical productmedicamento genérico
work.fl., ITgeneric postingindexação genérica
work.fl., ITgeneric postingindexação a vários níveis
IT, dat.proc.generic printer driverprograma de controlo de impressora genérica
el.generic processor cardplaca de processador genérica
comp., MS, Braz.generic programmingprogramação genérica (Programming using parametric polymorphism)
pwr.lines.generic pulse code modulationmodulação por impulsos codificados generalizada
work.fl., ITgeneric referencereferência genérica
work.fl., ITgeneric relationrelação genérica
mater.sc.generic researchinvestigação genérica
comp., MS, Braz.generic resourcerecurso genérico (A placeholder resource that is used to specify the skills required for a specific task)
comp., MS, Braz.Generic Route Encapsulationprotocolo GRE (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 toolinstrumento genérico de exploração
mater.sc.generic scienceciência genérica
comp., MSGeneric ScriptScript Genérico (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 Security Services Application Programming InterfaceInterface Genérica de Programação de Aplicações de Serviços de Segurança (A generic API for performing client-server authentication that can be implemented over any authentication system. GSS-API makes it possible for applications to use the same API with different authentication mechanisms)
comp., MSGeneric ServiceServiço Genérico (A resource type in a failover cluster or server cluster that supports a service that was not originally designed to run on a cluster)
comp., MS, Braz.Generic ServiceServiço Genérico (A resource type in a failover cluster or server cluster that supports a service that was not originally designed to run on a cluster)
mater.sc.generic specificationespecificação genérica de componentes
industr.generic standardnorma genérica
gen.generic technologiestecnologias seminais
work.fl.generic termtermo geral genérico
work.fl.generic termtermo genérico
comp., MS, Braz.generic testteste genérico (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 Domaindomínio de topo genérico
commun., ITGeneric Top-Level Domaindomínio de topo genérico
comp., MSgeneric typetipo genérico (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 argumentargumento de tipo genérico (The type that the user specifies when creating instances of a generic type or when calling a generic method)
comp., MSgeneric type definitiondefinição de tipo genérico (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 parameterparâmetro de tipo genérico (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 constraintrestrição de parâmetro de tipo genérico (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 listlista de parâmetros de tipo genérico (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 unitunidade genérica
commun., ITgeneric video standardnorma vídeo genérica
health., nat.sc.Generic Visual Perception ProcessorProcessador de Perceção Visual Genérica
med.generic worktrabalho de caráter genérico
agric.name that has become genericdenominação que se tornou genérica
comp., MSopen generic typetipo genérico aberto (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)
agric.semi-generic designationdenominação semigenérica
agric.semi-generic winesvinhos semigenéricos semi-generic
commun.Trans-European telecommunications generic serviceserviço genérico no domínio das redes transeuropeias de telecomunicações

Get short URL