Subject | English | Hungarian |
comp., MS | actor class | szereplőosztály (The basic component of a ROOM structure diagram. The space inside the actor can contain actor references, behavior end ports, reference ports, bindings, and layer connections. The border can contain class relay ports and class end ports) |
med., R&D. | acute toxic class method | akut toxicitási osztály módszer |
comp., MS | address class | címosztály (A predefined grouping of Internet addresses with each class defining networks of a certain size. The range of numbers that can be assigned for the first octet in the IP address is based on the address class. Class A networks (values 1 to 127) are the largest, with more than 16 million hosts per network. Class B networks (128 to 191) have up to 65,534 hosts per network, and Class C (192 to 223) can have up to 254 hosts per network) |
agric. | age class | korosztály |
forestr. | age-class composition | életkor szerinti összetételű állomány |
environ., forestr. | age-class legacy effect | az erdõk korosztályviszonyaihoz köthető hatás |
forestr. | all classes | minden osztály |
econ., fin. | asset class | eszközosztály |
math. | associate class | kapcsolódó osztály |
comp., MS | attribute class | attribútumosztály (A container object that groups related attributes within an object type) |
comp., MS | AxBC class | AxBC-osztály (A business component class that encapsulates business logic, including the provision of default values, validation of data, value mapping, and access to display fields) |
comp., MS | base class | alaposztály (A class from which other classes are derived by inheritance) |
anim.husb. | carcass conformation class | húsossági osztály |
zool. | cephalopoda class | lábasfejűek |
comp., MS | Class A IP address | A osztályú IP-cím (A unicast IP address that ranges from 1.0.0.1 through 127.255.255.254. The first octet indicates the network, and the last three octets indicate the host on the network. Class-based IP addressing has been superceded by Classless Interdomain Routing (CIDR)) |
account. | class A preference share | A-sorozatba tartozó elsőbbségi részvény |
environ. | class action suits law Legal action initiated by a single person or a few people on behalf of a group with similar claim or claims | csoport nevében indított per |
comp., MS | Class B IP address | B osztályú IP-cím (A unicast IP address that ranges from 128.0.0.1 through 191.255.255.254. The first two octets indicate the network, and the last two octets indicate the host on the network. Class-based IP addressing has been superceded by Classless Interdomain Routing (CIDR)) |
comp., MS | Class C IP address | C osztályú IP-cím (A unicast IP address that ranges from 192.0.0.1 to 223.255.255.254. The first three octets indicate the network, and the last octet indicates the host on the network. Network Load Balancing provides optional session support for Class C IP addresses (in addition to support for single IP addresses) to accommodate clients that make use of multiple proxy servers at the client site. Class-based IP addressing has been superceded by Classless Interdomain Routing (CIDR)) |
tech. | class characteristic | besorolási jellemző |
agric. | class covering | csoportos fedeztetés |
comp., MS | class diagram | osztálydiagram (A visual and static representation of classes and the relationships between them) |
comp., MS | class driver | osztály illesztőprogram (An intermediate driver that provides a simple interface between a minidriver and the operating system) |
sail. | class emblem | osztályjel |
comp., MS | class factory | osztálygyár (An object that implements the IClassFactory interface, which enables it to create objects of a specific class) |
patents. | class fee | osztály szerinti illeték |
comp., MS | Class Finder | Tanfolyamkereső (A tool that allows partners find online and in-person educational opportunities to continue their skill development) |
math. | class frequency | osztálygyakoriság |
IT | class IA | IA. osztályú |
comp., MS | class ID | osztályazonosító (A universally unique identifier (UUID) that identifies a COM component. Each COM component has its CLSID in the Windows registry so that it can be loaded by other applications) |
comp., MS | class identifier | osztályazonosító (A universally unique identifier (UUID) that identifies a COM component. Each COM component has its CLSID in the Windows registry so that it can be loaded by other applications) |
agric. | class-improving seeding | termőhelyen minősítés céljából eszközölt vetés |
agric. | class interval | osztályintervallum |
comp., MS | class key | osztálykulcs (The subset of data members of a class whose values uniquely identify an instance of the class) |
comp., MS | class key member | osztálykulcstag (One of the members of a multi-valued class key) |
math. | class mark | osztályközép |
comp., MS | class materials | oktatási anyagok (Content and resources that are made available as part of a class and that can be associated with individual lessons or assignments) |
agric. | class mating | csoportos fedeztetés |
comp., MS | class member relation | osztálytag-reláció (An association between specific data members of the two classes in a class relation) |
comp., MS | class meta-data | osztláy metaadatai (A conceptual model that describes the attributes that must be specified to create a class in the Data Warehouse logical schema) |
comp., MS | class module | osztálymodul (A module that can contain the definition for a new object. Each instance of a class creates a new object. Procedures defined in the module become properties and methods of the object) |
comp., MS | class name | osztálynév (A predefined name used to refer to an OLE object in Visual Basic. A class name consists of the name of the application used to create the OLE object, the object's type, and, optionally, the version number of the application) |
account. | class of assets | eszközcsoport |
account. | class of financial asset | pénzügyi eszközcsoport |
patents. | class of goods | áruosztály |
patents. | class of plants | növénycsoport |
account. | class of property, plant and equipment | ingatlanok, gépek és berendezések csoportja |
agric. | class pairing | csoportos fedeztetés |
agric. | class quality | termőhely-osztály |
agric. | class quality | bonitás |
comp., MS | class relation | osztályreláció (A connection between two classes in a parent-child relationship. The relation defines the number of instances of each class) |
comp., MS | Class Schedule | Órarend (A view in which you can organize class materials into assignments and lessons) |
comp., MS | class selector | osztályválasztó (In cascading style sheets, a name identifying a user-defined style. Depending on how it's defined, a class selector can be used with a single type of tag or with any HTML tag inside the BODY element) |
agric. | class serving | csoportos fedeztetés |
econ. | class stratification of the peasantry | falu osztályrétegeződése |
econ. | class stratification of the peasantry | falu rétegeződése |
econ. | class struggle | osztályharc |
math. | class symbol | osztály jel |
comp., MS | Class View | Osztály nézet (A window that displays the symbols defined, referenced, or called in the application you are developing) |
pharma. | classing room | laboratórium |
comp., MS | code-behind class | háttérkód osztály (A class that is accessed by an .aspx file, but resides in a separate file (such as a .dll or .cs file). For example, you can write a code-behind class that creates an ASP.NET custom server control, contains code that is called from an .aspx file, but does not reside within the .aspx file) |
comp., MS | COM class | COM-osztály (A concrete implementation of one or more COM interfaces. COM objects are instances of COM classes) |
comp., MS | combination class | kombinált osztály (A feature in Service Manager that is used mostly in reports and in views to display information from multiple classes that are defined in Service Manager) |
math. | communicating class | egybenyiló osztályok |
math. | complete class of tests | teljes próbaosztály |
stat. | complete class | teljes próbaosztály |
math. | complete class of decision functions | teljes osztály (döntési függvénye) |
comp., MS | concrete class | konkrét osztály (In Windows Management Instrumentation (WMI), a class from which you can create an instance because it has a full implementation) |
comp., MS | configuration item class | konfigurációelem-osztály (A collection of configuration items. Groups can contain members of different configuration items classes (for example, a computer and a user)) |
anim.husb. | conformation class | húsossági osztály |
comp., MS | content class | tartalomosztály (A Web Storage System content class defines the intent or purpose of an item along with the names of properties that are intended for items in this class) |
patents. | creation of a new class of goods | új áruosztály alkotása |
comp., MS | derived class | származtatott osztály (In object-oriented programming, a class created from another class, called the base class. A derived class inherits all the features of its base class. It can then add data elements and routines, redefine routines from the base class, and restrict access to base-class features) |
agric. | economic-class | üzemosztály |
transp. | economy class | turistaosztály |
environ., energ.ind., el. | energy class | energiahatékonysági osztály |
environ., energ.ind., el. | energy efficiency class | energiahatékonysági osztály |
math. | equivalence class | egyenértékû osztály |
comp., MS | Event class | eseményosztály (The class that indicates whether an event is a '.NET Performance Event', '.NET Exception Event', 'Client-Side Exception Event', or a 'Client-Side Performance Event') |
patents. | examiner in charge of class 12 | a 12. osztályban végzendő vizsgálatokkal megbízott vizsgáló |
weightlift. | exceed the limit of his weight class | súlyhatáron átesik |
zoot. | first class dam | kiváló minőségű anya |
zoot. | first class dam | elit anyaállat |
paraglid. | first class pilot | hírneves pilóta ("nagyágyú") |
transp. | first-class rail fare | első osztályú vonat költség |
sail. | first of the class | osztályelső |
gymn. | gym class | tornaóra |
gymn. | gymnastic class | tornaóra |
chem. | hazard class | veszélyességi osztály |
comp., MS | implementation class | implementációs osztály (In a static structure diagram, a class that defines the physical data structures and procedures of an object as implemented in a traditional programming language, such as C++. An object may have only one implementation class) |
sail. | international class | nemzetközi hajóosztály |
sail. | international class yacht | "R" jacht |
sail. | junior class | ifjúsági hajóosztály |
math. | k-class estimator | k-osztályú becslés |
econ. | kulak class | zsírosparasztság |
econ. | kulak class | kulákság |
forestr. | locality class | termőhelyi osztály |
econ. | lower class | alsó osztály |
food.ind. | maturity class | éréscsoport |
comp., MS | message class | üzenetosztály (Used by Microsoft Exchange to identify, locate, and open a form) |
comp., MS | Microsoft Foundation Class Library | Microsoft Foundation Class objektumtár (A library of C++ classes that forms an object-oriented wrapper around large portions of the Windows API and provides a framework on which to build applications) |
econ. | middle class | középosztály |
sail. | national class | nemzeti hajóosztály |
comp., MS | .NET Framework class library | .NET-keretrendszer osztálytár (A library of classes, interfaces, and value types that are included in .NET Framework. This library provides access to system functionality and is designed to be the foundation on which .NET Framework applications, components, and controls are built) |
comp., MS | object class | objektumosztály (A category of objects that share a common set of characteristics) |
sail. | one design class | kötött osztály |
math. | open-ended classes | nyitott osztályköz |
gen. | other classes | más ágazatok |
wrest. | overpass in a higher weight-class | átesik magasabb súlycsoportba |
comp., MS | parameterized class | paraméteres osztály (In a static structure diagram, a template that describes a class with one or more unbound formal parameters. It defines a family of classes, each of which is specified by binding the parameters to actual values) |
comp., MS | partial class | széttagolt osztály (A class whose definition is split over two or more source files. Each source file contains a section of the class definition, and all parts are combined when the application is compiled) |
patents. | patent class | szabadalmi besorolási osztály |
econ. | peasant class | földművelők |
comp., MS | permission class | engedélyosztály (A class that defines access to a resource or defines an indentity by supporting authorization checks) |
health., pharma. | pharmacological class effect | farmakoterápiás csoport hatása |
patents. | place in a class | osztályba besorol |
math. | pooling of classes | osztályok összevonása |
comp., MS | pseudo-class | pszeudoosztály (A class used by CSS selectors to allow information that is external to the HTML source, such as whether a link has been visited, to classify elements) |
stat., commun., IT | quality class | minőségi osztály |
agric. | quality class | talajminőségi osztály (of land) |
agric. | quality class | talajértékosztály (of land) |
agric. | quality class | minőségi osztály (of land) |
moto. | race boat class | versenyhajóosztály |
sail. | restricted class | szabadosztály |
equest.sp. | riding in class | osztálybanlovaglás |
equest.sp. | riding in class | lovaglás osztályban |
earth.sc., geophys. | roughness class | érdességi osztály |
econ. | ruling class | uralkodó osztály |
fin. | share class | részvényosztály |
fin. | share class | befektetésijegy-osztály |
forestr. | site quality-class | termőhelyi osztály |
econ. | social class | társadalmi osztály |
econ. | socially disadvantaged class | hátrányos társadalmi helyzetű osztály |
comp., MS | system class | rendszerosztály (A class that the CIM Object Manager defines to support core features such as event notification, security, and localization. A system class is automatically defined in each namespace) |
pharma. | therapeutic class | farmakoterápiás csoport |
pharma. | therapeutic class | terápiás osztály |
transp., tech., law | thickness class | vastagsági osztály |
forestr. | timber size class | fűrészanyag |
forestr. | timber size class | faanyag |
moto. | tourer class | túrahajóosztály |
transp. | tourist class | turista osztály |
patents. | transfer of goods from one class to another | termék áthelyezése egyik osztályból a másikba |
account. | two-class ordinary shares | két sorozatú törzsrészvény |
comp., MS | unit class | egységosztály (A classification of units of measurement) |
econ. | upper class | felső osztály |
agr. | varietal-purity class | vetőmagvak fajtatisztasági osztálya (of seeds) |
agr. | varietal-purity class | vetőmagvak fajtaazonossági kategóriája (of seeds) |
agr. | varietal-purity class | vetőmagvak fajtaazonossági osztálya (of seeds) |
agr. | varietal-purity class | vetőmagvak fajtatisztasági kategóriája (of seeds) |
agr. | varietal-purity class | vetőmagvak tisztasági osztálya (of seeds) |
agr. | varietal-purity class | vetőmagvak tisztasági kategóriája (of seeds) |
wrest. | weight-class | súlycsoport |
box. | weight-class category | súlycsoport |
comp., MS | WMI class | WMI-osztály (A template for a type of managed object. WMI classes define the basic units of management. For example, the Win32_LogicalDisk class is a template for all logical disks that occur in the Windows environment. In this case, WMI uses the class template to generate an instance of Win32_LogicalDisk for each disk installed on a computer) |
econ. | working class | munkásosztály |
comp., MS | wrapper class | burkoló osztály (A class that takes an existing class, and provides it with a new interface) |
gen. | yield class | hozamosztály |
gen. | yield classes | hozamosztályok |