-
21 transition from type system to instance system
Программирование: переход от системы типов к системе экземпляровУниверсальный англо-русский словарь > transition from type system to instance system
-
22 class
= class typeкласс, тип объектаодно из основных понятий ООП. Класс - это объявление структуры данных, объединяющее объекты с одинаковыми свойствами (полями) и методами (поведением). Такие объекты называются экземплярами этого класса и обычно соответствуют сущностям реального мира в деловой или предметной области (то есть это могут быть, например, люди, должности или предметы). Иначе можно сказать, что из определения класса (class definition) в программе можно создать любое количество объектов. Класс иногда называют типом объектов, так как идея объединения в объекте функций с данными тесно связана с понятием типа данных (data type) в процедурных ЯВУ. Класс может наследовать свойства других классов. Свойства объектов могут быть трёх видов: атрибуты (см. attribute), или поля, процедуры или услуги, предоставляемые объектом (см. method) и правила (инварианты), устанавливающие взаимосвязи свойств объекта или определяющие условия его жизнеспособности.When you need to use the class, you must create an instance of the object (W. Rubin). — Чтобы применить данный класс, необходимо создать экземпляр объекта (см. invariant) см. тж. abstract class, abstract data type, anonymous class, base class, class diagram, class file, class hierarchy, class invariant, classless inheritance, class interface, class library, class loader, class member, class method, class-oriented, class structure, class variable, concrete class, derived class, final class, friend, inheritance, instance, metaclass, object type, OOP, parameterized class, subclass, superclass, template class
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class
-
23 padlock
навесной замок
-Параллельные тексты EN-RU
...be provided with a means permitting it to be locked in the OFF (isolated) position (for example by padlocks).
[IEC 60204-1-2006]... иметь средства для запирания в положении ОТКЛЮЧЕНО (отделено), например, с помощью навесных замков.
[Перевод Интент]
Источник: insight-security.com
In simple terms, a padlock has three major components; the Body, the Shackle and the Locking Mechanism, …it may also incorporate features such as a weatherproof casing, anti drill or anti cropping protection, etc.
Discus style padlocks - have no angular corners, so are often used with cycle security chains and cables, as well as being a popular choice for securing doors on sheds and beach huts, etc. When used as a door lock, they will typically be used in conjunction with the special shrouded discus hasp and staple set, which offers extra protection to the padlock shackle.

Shutter Locks / Anvil Locks - are typically used to secure the external (or internal) security roller shutters fitted to shop fronts. They are also popular for use with parking posts, motorcycle security chains, etc.

Conventional Style padlocks have a wide range of applications from low security applications like locking your toolbox, to high security uses such as securing factory gates or protecting motorcycles. They are typically available as; Open, Close, or Semi Enclosed Shackle types

Shackleless type padlock (shown with special hasp)Shackleless Padlocks - this is a bit of a misnomer as the padlock does of course have a shackle, it’s just that it’s on the underside of the lock body and therefore unseen. This type of padlock can be round (like the one pictured) or rectangular, but typically, they are designed to be used with a special matching security hasp. Because of their design, these units are difficult to attack and over recent years, as well as being used on warehouse doors, etc, they have also become very popular for use on vans and other vehicles where they are used to secure opening double doors.

A "Close Shackle" padlock is one with built in shoulders, which are designed to minimise the amount of the shackle exposed, to a saw or bolt cropper attack. This type of padlock will normally have a higher security rating than an equivalent unit with a semi enclosed or open shackle, however subject to size and clearances, may not be practical for instance, to use where you need to secure 2 chain links together or require a padlock for use with a shrouded hasp, etc. To make them easier to use, many Close Shackle padlocks feature "removable shackles" which are fully released from the body of the padlock when it's unlocked.
An "Open Shackle" padlock will typically be easier to use where the shackle needs to pass through 2 chain-links (i.e, a chain securing two opening gates together), etc. As more of the shackle is exposed however, this makes it potentially easier to attack with a saw or bolt croppers.
A "Semi Enclosed Shackle" padlock is something of a compromise, but will often offer more flexibility in use than a Close Shackle padlock and improved security over an Open Shackle model.
Тематики
EN
Англо-русский словарь нормативно-технической терминологии > padlock
-
24 variable
1) переменная2) (изменяемый) параметр; (изменяемая) величина4) переменный; изменяющийся; непостоянный•- apparent variableto drop a variable — опускать переменную, не включать переменную в рассмотрение
- array variable
- artificial variable
- automatic variable
- auxiliary variable
- binary variable
- Boolean variable
- bound variable
- broadcasted variables
- categorical variable
- centered random variable
- class variable
- cointegrated variables
- compile-time variable
- complex variable
- concomitant variable
- constructed variable
- continuous variable
- control variable
- controllable variable
- controlled variable
- CRC variable
- cyclic redundancy check variable
- decision variable
- dependent variable
- deterministic variable
- dichotomic variable
- discrete variable
- discrete random variable
- dummy variable
- endogenous variable
- environment variable
- environmental variables
- excluded variable
- exogenous variable
- explained variable
- explanatory variable
- fast variable
- file variable
- free variable
- functor variable
- fuzzy variable
- generated variable
- generic variable
- generic type variable
- global variable
- grouping variable
- imaginary variable
- independent variable
- indicator variable
- input variable
- instance variables
- instant variables
- instrumental variable
- integer variable
- interval variable
- intervening variable
- key variable
- label variable
- lagged variable
- latent variable
- leading variable
- limited variable
- linguistic variable
- local variable
- logic variable
- logical variable
- loop variable
- metalinguistic variable
- metasyntactic variable
- moving-frame variable
- nominal variable
- omitted variable
- one-fluid variables
- ordinal variable
- output variable
- P-variable
- predetermined variable
- proxy variable
- qualitative variable
- random variable
- rank variable
- real variable
- redundant variable
- response variable
- rest-frame variable
- scalar variable
- schematic variable
- schematic type variable
- seasonal variable
- slow variable
- standardized variable
- state variable
- static variable
- stationary variable
- stochastic variable
- string variable
- subscripted variable
- summation variable
- system variable
- target variable
- tensor variable
- unbound variable
- uninitialized variable
- unobservable variable
- unrestricted variable
- vector variable
- vector random variable -
25 object
= OBJ1) объекта) одно из базовых понятий объектно-ориентированного программирования, ООП (см. OOP), с помощью которого осуществляется программное представление сущностей реального мира. Объект - экземпляр класса; обладает свойствами наследования, инкапсуляции и полиморфизма. Объединяет в себе данные (property) и операции над ними (методы, method). Реализуется в компьютере как динамически размещаемая сложная структура данных, т. е. каждый объект имеет собственный набор полей, определённых его классом, а методы объекты используют совместно. Объект может рассматриваться как абстрактный тип данных (abstract data type). Каждый объект имеет собственное имя или идентификационный номер. Объекты создаются и уничтожаются с помощью специальных методов - конструкторов (constructor) и деструкторов (destructor). Структуры данных и реализация методов объекта невидима для других объектов в системе. Объекты взаимодействуют между собой, посылая друг другу сообщения (message). В ответ на сообщение объект выполняет один из методов, чтобы удовлетворить полученный запрос, при этом интерпретация сообщения лежит целиком на объекте-получателе. Таким образом различные объекты могут реагировать на одно и то же сообщение по разному. Действия, выполняемые объектом, называют его поведением (behaviour). Объекты - основная единица построения программной системы. Объекты с общими свойствами и методами объединены в классы. Чаще всего термин "объект" трактуется как синоним слова экземпляр, однако иногда может использоваться и для обозначения классасм. тж. active object, aggregate object, ancestor object, class object, collection, composite object, conceptual object, container object, database object, dynamic object, encapsulation, information hiding, inheritance, instance, object conversion, object handler, object header, object identity, object interface, object library, object manager, object model, object orientation, object pool, object reference, object reuse, object technology, object type, OODB, ODL, OOL, passive object, polymorphism, reusable object, Simulaсм. тж. 3D object2) предмет3) цельсм. тж. target4) объектныйАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > object
-
26 feature operation
Operation that every instance of a feature type may perform (ISO 19110*).Note.— An operation upon the feature type dam is to raise the dam. The result of this operation is to raise level of water in the reservoir.(AN 15)*ISO Standard 19110, Geographic information — Feature cataloguing schema Official definition added to AN 15 by Amdt 33 (25/11/2004).Действие, которое может осуществлять каждый элемент соответствующего типа (ИСО 19110*).Примечание. Действие, связанное с типом элемента ‘плотина,’ заключается в поднятии плотины. Результатом этого действия является подъем уровня воды в водоёме.*Стандарт 19110 ИСО ‘Географическая информация: схема каталогизации элементов’International Civil Aviation Vocabulary (English-Russian) > feature operation
-
27 description
dɪsˈkrɪpʃən сущ.
1) а) составление описания (словесного или с помощью карандаша и бумаги) Writers gifted with strong imaginations, are masters of description. ≈ Писателям с богатым воображением обычно удаются различные описания. б) описание( событий), версия( происходящего и т.д.) to give, provide a description ≈ описывать accurate, correct, exact description ≈ точное описание blow-by-blow description ≈ исчерпывающее описание clear description ≈ четкое описание detailed, thorough description ≈ подробное описание firsthand description ≈ достоверное/"из первых рук" описание glowing description ≈ яркое описание lively, picturesque, vivid description ≈ живое описание matter-of-fact, objective description ≈ объективное описание superficial description ≈ поверхностное описание job description ≈ должностная инструкция Syn: description, explanation
2) а) набор признаков или специфических черт (для описания объектов одного вида, сорта, класса) б) вид, класс, разряд, род, сорт (каких-либо объектов) Syn: sort, kind, type, variety
3) геом. вписывание (одной геометрической фигуры в другую), описывание (одной геометрической фигуры вокруг другой) description of a rectangle triangle in a circle ≈ вписывание прямоугольного треугольника в круг описание;
изображение - faithful * правдивое описание - * of a storm описание бури - * of a horse спецификация на лошадь (конный спорт) - beyond * не поддающийся описанию, неописуемый - to give a (detailed) * of smth. дать( подробное) описание чего-л. - to answer (to) the * подходить под описание;
иметь указанные приметы - it baffles /beggars, defies/ * это не поддается описанию (разговорное) вид, род - books of every * всевозможные книги - people of all *s люди всякого звания - a lecture of the poorest * никуда негодная лекция вычерчивание - * of a circle описывание окружности - * of an arch вычерчивание дуги (логика) дескрипция - definite * определенная дескрипция to beggar (или to baffle, to defy) ~ не поддаваться описанию behaviour ~ вчт. поведенческое описание beyond ~ не поддающийся описанию description вид, род, сорт;
books of every description всевозможные книги;
of the worst description худшего типа;
самого худшего сорта data ~ описание данных database ~ вчт. описание базы данных declarative ~ вчт. декларативное описание description вид, род, сорт;
books of every description всевозможные книги;
of the worst description худшего типа;
самого худшего сорта ~ вид ~ вычерчивание, описание ~ изображение ~ описание, изображение ~ вчт. описание ~ описание ~ очерчивание ~ род ~ характеристика ~ of goods наименование товара ~ of goods описание товара ~ of operational risk определение производственного риска ~ of patent описание изобретения к патенту ~ of risk определение риска ~ of risk точное определение страховой ответственности detailed ~ подробное описание field ~ вчт. описание поля formal ~ вчт. формальное описание functional ~ функциональное описание generic ~ вчт. обобщенное описание generic ~ общее описание implementation ~ вчт. описание реализации instance ~ вчт. описание экземпляра job ~ должностная инструкция job ~ описание вида работы;
общее изложение функций с указанием необходимой квалификации job ~ вчт. описание задания job ~ описание рабочего задания job ~ перечень функций и задач включенных в конкретный вид деятельности job ~ характер выполняемой работы job ~ характер работы misleading trade ~ описание товара, вводящее в заблуждение description вид, род, сорт;
books of every description всевозможные книги;
of the worst description худшего типа;
самого худшего сорта patent ~ описание изобретения к патенту patent ~ описание патента personal ~ личные приметы problem ~ вчт. описание задачи product ~ описание изделия product ~ характер выпускаемой продукции protocol ~ вчт. описание протокола quasi-formal ~ вчт. квазиформальное описание specific ~ pat. частичное описание trade ~ торговое описаниеБольшой англо-русский и русско-английский словарь > description
-
28 acte
m1) актdemander acte — просить об установлении юридического факта;
donner acte — официально удостоверять, подтверждать; устанавливать [признавать] юридический факт по просьбе заинтересованной стороны;
dont acte — что надлежаще подтверждается [удостоверяется];
acte dresser un acte — составлять акт;
passer un acte — заключать сделку;
prendre acte — устанавливать юридический факт по собственной инициативе;
prendre acte de... — отмечать факт; принимать факт к сведению;
2) сделка3) действие4) документ ( см. тж actes)acte de célébration du mariage des père et mère — свидетельство о вступлении в брак отца и матери внебрачного ребёнка
acte de juridiction, acte juridictionnel — юрисдикционный акт; акт судебного органа, судебное постановление
- acte abstraitacte sous seing privé, acte sous signature privée — 1) сделка, заключённая в простой письменной форме 2) акт, подписанный только заинтересованными лицами ( неудостоверенный)
- acte d'accusation
- acte additionnel
- acte d'adhésion
- acte administratif
- acte administratif exécutoire
- acte d'administration
- acte d'administration des biens
- acte d'administration interne
- acte d'administration judiciaire
- acte d'adoption
- acte d'agression
- acte annulable
- acte apparent
- acte d'appel
- acte d'apport
- acte d'arbitrage
- acte arbitraire
- acte d'assignation
- acte attaqué
- acte attentatoire
- acte d'authentification
- acte authentique
- acte d'autorité
- acte d'avocat à avocat
- acte d'avoué à avoué
- acte de belligérance
- acte bilatéral
- acte en brevet
- acte de candidature
- acte de capitulation
- acte à cause de mort
- acte de cautionnement
- acte de citation
- acte civil
- acte civil par accessoire
- acte clair
- acte de coercition
- acte de commerce
- acte de commerce par accessoire
- acte de commerce par nature
- acte de commerce objectif
- acte communautaire
- acte de complicité
- acte concluant
- acte conditionné
- acte conditionnel
- acte confirmatif
- acte consensuel
- acte conservatoire
- acte constitutif
- acte de constitution de société
- acte constitutionnel
- acte consulaire
- acte contractuel
- acte de contrainte
- acte de convocation
- acte de la courtoisie
- acte criminel
- acte de cruauté
- acte de décès
- acte déclaratif
- acte défectueux
- acte déguisé
- acte délibéré
- acte délictueux
- acte de délivrance
- acte de dénonciation
- acte de dépôt
- acte détachable
- acte diplomatique
- acte de disposition
- acte dommageable
- acte dommageable international
- acte de donation
- acte dressé par un notaire
- acte de droit civil
- acte écrit
- acte d'écrou
- acte de l'état civil
- acte étatique
- acte d'exécution
- acte extrajudiciaire
- acte extrapatrimonial
- acte faisant grief
- acte falsifié
- acte fictif
- acte final
- acte foncier
- acte de force armée
- acte de francisation
- acte frauduleux
- acte général d'arbitrage
- acte de génocide
- acte de gestion
- acte de gestion externe
- acte de gouvernement
- acte de grace
- acte homicide
- acte d'hostilité
- acte illégal
- acte illicite
- acte illicite international
- acte impudique
- acte inamical
- acte indviduel
- acte d'information
- acte d'ingérence
- acte inhumain
- acte innomé
- acte d'instruction
- acte instrumentaire
- acte d'insubordination
- acte international
- acte internationalement illicite
- acte interne
- acte introductif d'instance
- acte itératif
- acte judiciaire
- acte juridique
- acte juridique concerté
- acte juridique d'état civil
- acte légal
- acte légalisé
- acte législatif
- acte de légitime défense
- acte litigieux
- acte de mariage
- acte matériel
- acte matériel de violence
- acte médico-légal
- acte en minute
- acte de mise en accusation
- acte mixte
- acte modificatif
- acte de naissance
- acte de navigation
- acte non réglementaire
- acte devant notaire
- acte du notaire
- acte notarié
- acte de notification
- acte de notoriété
- acte nul
- acte nul de nullité absolue
- acte nul de nullité relative
- acte d'obligation
- acte obscène
- acte officiel
- acte organique
- acte d'origine
- acte ostensible
- acte du Palais
- acte de participation
- acte patrimonial
- acte peu amical
- acte à portée obligatoire
- acte positif
- acte de poursuite
- acte préjudiciable
- acte préparatoire
- acte primordial
- acte privé
- acte de procédure
- acte de procuration
- acte de promesse
- acte de propriété
- acte de protêt
- acte public
- acte de puissance publique
- acte punissable
- acte de pure faculté
- acte putatif
- acte récognitif
- acte de reconnaissance
- acte de récusation
- acte réglementaire
- acte régulier
- acte de rénonciation
- acte répréhensible
- acte requérant célérité
- acte rescindable
- acte de révision
- acte de sabotage
- acte secret
- acte de simple tolérance
- acte simulé
- acte de société
- acte solennel
- acte de souscription
- acte hors statut
- acte subjectif
- acte testamentaire
- acte à titre gratuit
- acte à titre onéreux
- acte à titre particulier
- acte à titre universel
- acte transactionnel
- acte de transfert
- acte translatif
- acte translatif de propriété
- acte type
- acte unilatéral
- acte de vandalisme
- acte entre vifs
- acte de violence
- acte volontaire
- acte de volonté
- acte de volonté unilatéral -
29 variable
= var1) переменнаяа) в процедурном программировании и ООП - именованная область памяти данных, которой программно можно присваивать разные значения (variable value), считывать их и модифицировать. Таким образом, содержимое ячеек этой памяти - это текущее значение переменной. Для использования переменной в программе её необходимо (явно или неявно) объявить: присвоить идентификатор (identifier) и задать тип.Every variable must have a type that precedes its name. — Каждая переменная должна иметь тип, который (при объявлении переменной) предшествует её имени. Тип переменной определяет, какие возможные значения она может принимать и какие операции над ней можно выполнять. Соответствие типа переменной и её использования проверяется во время компиляции программы. В большинстве ЯВУ переменная перед тем, как её можно будет использовать в программе, должна быть инициализирована, т. е. ей необходимо присвоить начальное значение (initial value). До инициализации значение переменных неопределено (см. uninitialized variable) и их использование в программе диагностируется компилятором как ошибка. По области действия различают локальные (local variable) и глобальные (global variable) переменные
б) в языках функционального и логического программирования - переменная означает неизвестную величинусм. тж. anonymous variable, array variable, automatic variable, binary variable, byte variable, character variable, class variable, declare, definitional domain, dynamic variable, environment variable, expression, file variable, independent variable, induction variable, instance variable, integer variable, key variable, literal, loop variable, named variable, pointer variable, private variable, procedure variable, qualifier, reference variable, register variable, scalar variable, state variable, static variable, string variable, system variable, variable list, variable name, variable renaming2) изменчивый, непостоянный, изменяющийсяАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > variable
-
30 pattern
-
31 sample
-
32 prototype
1. n прототип2. n тех. образец; модель3. n эталонthe prototype metre — метр-эталон; эталонный метр
Синонимический ряд:1. forerunner (noun) ancestor; antecedent; antecessor; foregoer; forerunner; precursor; predecessor2. model (noun) archetype; cast; criterion; example; exemplar; ideal; master; model; mould; original; paradigm; pattern; protoplast; type -
33 specimen
1. n образец, образчик; экземпляр2. n ирон. тип, субъектqueer specimen — странный тип, чудак
Синонимический ряд:example (noun) case; case history; example; illustration; instance; model; original; pattern; prototype; representative; sample; sampling; type -
34 développement rural
развитие сельских областей
—
[ http://www.eionet.europa.eu/gemet/alphabetic?langcode=en]EN
rural development
Any course destined to promote economic growth, modernization, increase in agricultural production and the creation of a framework in which to fulfill primary needs, such as education, health and supply of water in the rural areas. The attainment of such objectives depends in general on the type of administrative systems proposed for the various programmes and on the national political situation as regards, for instance land tenure, agrarian reform, the disbursement of assistance and food policy. (Source: GREMES)
[http://www.eionet.europa.eu/gemet/alphabetic?langcode=en]Тематики
EN
DE
FR
Франко-русский словарь нормативно-технической терминологии > développement rural
-
35 ländliche Entwicklung
развитие сельских областей
—
[ http://www.eionet.europa.eu/gemet/alphabetic?langcode=en]EN
rural development
Any course destined to promote economic growth, modernization, increase in agricultural production and the creation of a framework in which to fulfill primary needs, such as education, health and supply of water in the rural areas. The attainment of such objectives depends in general on the type of administrative systems proposed for the various programmes and on the national political situation as regards, for instance land tenure, agrarian reform, the disbursement of assistance and food policy. (Source: GREMES)
[http://www.eionet.europa.eu/gemet/alphabetic?langcode=en]Тематики
EN
DE
FR
Немецко-русский словарь нормативно-технической терминологии > ländliche Entwicklung
-
36 rural development
развитие сельских областей
—
[ http://www.eionet.europa.eu/gemet/alphabetic?langcode=en]EN
rural development
Any course destined to promote economic growth, modernization, increase in agricultural production and the creation of a framework in which to fulfill primary needs, such as education, health and supply of water in the rural areas. The attainment of such objectives depends in general on the type of administrative systems proposed for the various programmes and on the national political situation as regards, for instance land tenure, agrarian reform, the disbursement of assistance and food policy. (Source: GREMES)
[http://www.eionet.europa.eu/gemet/alphabetic?langcode=en]Тематики
EN
DE
FR
Англо-русский словарь нормативно-технической терминологии > rural development
- 1
- 2
См. также в других словарях:
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
instance — n Instance, case, illustration, example, sample, specimen mean a concrete thing which has or manifests the qualities, characters, or nature of a type, a class, or a group. Instance applies to an individual person or thing brought forth in support … New Dictionary of Synonyms
instance — in·stance / in stəns/ n [French, from Late Latin instantia, from Latin, the fact of being present or impending, vehemence in speech, urgency, from instant instans insistent, pressing, from present participle of instare to be pressing, stand upon] … Law dictionary
Instance supérieure indépendante pour les élections — (Isie) Création 2011 Type Organisme électoral Langue(s) arabe Président Kamel … Wikipédia en Français
Type approval — is granted to a product that meets a minimum set of regulatory, technical and safety requirements. Generally, type approval is required before a product is allowed to be sold in a particular country, so the requirements for a given product will… … Wikipedia
Type algebrique de donnees — Type algébrique de données Un type algébrique de données est un type de données dont chacune des valeurs est une donnée d un autre type enveloppée dans un des constructeurs du type. Toutes les données enveloppées sont des arguments du… … Wikipédia en Français
Type algébrique — de données Un type algébrique de données est un type de données dont chacune des valeurs est une donnée d un autre type enveloppée dans un des constructeurs du type. Toutes les données enveloppées sont des arguments du constructeur. Par contraste … Wikipédia en Français
Type recursif — Type récursif Dans un langage de programmation, un type récursif ou type inductif est un type de données pour des valeurs qui contiennent d autres valeurs du même type. Un exemple est le type liste en Haskell : data List a = Nil | Cons a… … Wikipédia en Français
type — [tīp] n. [LL(Ec) typus, a model, symbol < L & Gr: L, a figure < Gr typos, a figure, archetype, model, orig., a blow, mark made by a blow < typtein: see TYMPAN] 1. a person, thing, or event that represents or symbolizes another, esp.… … English World dictionary
type — index case (example), characteristic, class, classification, classify, color (complexion), criterion … Law dictionary
Type introspection — In computing, type introspection is a capability of some object oriented programming languages to determine the type of an object at runtime. This is a notable capability of the Objective C language, and is a common feature in any language that… … Wikipedia