its objects – Russian Translation – Keybot Dictionary
TTN Translation Network
TTN
TTN
Login
Deutsch
Français
Source Languages
Target Languages
Select
Select
Keybot
16
Results
14
Domains
www.tierorthopaedie-frankfurt.de
Show text
Show cached source
Open source URL
Counting a collection is to list all
its objects
without forgetting any and without counting some twice.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
junior.edumedia-sciences.com
as primary domain
Наборы перечисляемых значений состоят в том, чтобы перечислить все объекты, не забывая ни об одном значении и не считая одно и то же значение дважды.
www.ntafrica.org
Show text
Show cached source
Open source URL
Following the speeches delivered by the speakers, the journalist will be invited to ask questions concerning the successful nomination of Tauric Chersonesos and its chora and the perspectives of the About Chersonesos due to the new status of
its objects
.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
chersonesos.org
as primary domain
После выступлений спикеров пресс-конференции журналистам предложено будет задавать вопросы, касающиеся как самой успешной номинации Херсонеса Таврического и его хоры, так и перспектив развития Национального заповедника «Херсонес Таврический» в связи с новым статусом его объектов.
www.proviequebec.ca
Show text
Show cached source
Open source URL
The central archive board role and meaning in the work of governing apparatus of the republic was clearly defined,
its objects
, rights and obligations were drawn, developing ways and boundaries of archive keeping were outlined.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
armarchives.am
as primary domain
24 июня-ЦИК Закавказской Федерации принял решение при ЦИК Закавказья организовть архивный совет Закавказской Федерации во главе особо уполномоченного ЦИК Закавказья-С.Сефа. В состав совета вошли заведующие центральных архивов закавказских республик и представитель Закавказского госполитуправления.
2 Hits
www.marionnette.ch
Show text
Show cached source
Open source URL
Huge competition in the real estate market is forcing developers include fantasy and search for new, creative solutions to the positioning of
its objects
. However, in spite of the fact that many developers to actively operate a loud the names of innovative marketing tools, a truly successful cases for the integrated promotion of real estate in Ukraine can boast of the unit.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
zagorodna.com
as primary domain
Огромная конкуренция на рынке недвижимости заставляет девелоперов включать фантазию и искать новые, креативные решения позиционирования своих объектов. Впрочем, несмотря на то, что многие застройщики активно оперируют громкими названиями инновационных маркетинговых инструментов, по настоящему успешными кейсами по комплексному продвижению недвижимости в Украине могут похвастаться единицы. Как правильно «подать» объект, чтобы повысить его инвестиционную привлекательность, рассказала Генеральный директор агентства по продаже недвижимости GEOS Real Estate Мария Орлова.
www.owl.ru
Show text
Show cached source
Open source URL
Within the limits of women movement different currents and schools can exist; they may have their own system of ideas, which forms ideology, sets something as
its objects
, works out vision of the future, synthesizes specific interests from different social groups of women in a certain historical period.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
owl.ru
as primary domain
В рамках женского движения могут функционировать различные направления, имеющие собственную систему идей, из которых они формируют идеологию, определяют цели, свое видение будущего, синтезирующие специфические интересы различных социальных групп женщин на конкретном историческом этапе. Например, в начале ХХ века в женском движении России различали либерально-демократическое, пролетарское и национал-патриотическое направления. В современном женском движении также действуют либеральное, социал-демократическое, коммунистическое, националистическое, национал-патриотическое, религиозное направления, которые различаются программными целями (подробнее см. труды Т. А. Мельниковой).
www.zainimilano.com
Show text
Show cached source
Open source URL
Therefore, the "Naval Museum" had, for the lack of a better option, to rely on the experience of already existing interdisciplinary, natural and art museums (especially that of the Kuntskamera and Hermitage). This led to the strategy of the Naval Museum that manifested itself in collecting all the "rarities" and explains why some of
its objects
are related to the navy only indirectly.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
worldwalk.info
as primary domain
Поэтому реликвии, связанные с морскими историческими событиями и деятелями, попадали в музей в незначительном количестве, гораздо позже самих событий и через вторые руки. Зато музей заполнялся этнографическими, зоологическими и геологическими коллекциями, не соответствующими его профилю. К этому привело и отсутствие подробной и четкой программы собирательской работы. Опыта в создании морских музеев не было никакого: самые старые морские музеи Европы, в лучшем случае можно назвать лишь ровесниками петербургского «Музеума». Поэтому «Морскому музеуму» пришлось, за неимением другого, пользоваться опытом уже существовавших музеев комплексного, естественнонаучного и художественного профиля (прежде всего — Кунсткамеры и Эрмитажа). Отсюда возникло стремление «Морского музеума» собирать любые «редкости», появление в его составе предметов, часто имевших лишь косвенное отношение к морской тематике.
www.metatrader4.com
Show text
Show cached source
Open source URL
Pointers to
its objects
will be stored in the array | //+------------------------------------------------------------------------+ class CFoo { int m_x; public: CFoo(int x):m_x(x) { } int X(void) const { return(m_x); } }; //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ TArray ExtIntArray; // instantiate TArray template (specialize TArray template by the int type) TArray ExtDblArray; // instantiate TArray template (specialize TArray template by the double type) TArrayPtr ExtPtrArray; // instantiate TArrayPtr template (specialize TArrayPtr template by the CFoo type) //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnSt
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
metatrader4.com
as primary domain
//+------------------------------------------------------------------+ //| TemplTest.mq5 | //| Copyright 2015, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2015, MetaQuotes Software Corp." #property link "https://www.mql5.com" #property version "1.00" //+------------------------------------------------------------------+ //| Объявляем шаблонный класс | //+------------------------------------------------------------------+ template
class TArray { protected: T m_data[]; public: bool Append(T item) { int new_size=ArraySize(m_data)+1; int reserve =(new_size/2+15)&~15; //--- if(ArrayResize(m_data,new_size,reserve)!=new_size) return(false); //--- m_data[new_size-1]=item; return(true); } T operator[](int index) { static T invalid_index; //--- if(index<0 || index>=ArraySize(m_data)) return(invalid_index); //--- return(m_data[index]); } }; //+------------------------------------------------------------------+ //| Шаблонный класс массива указателей, в деструкторе он удаляет | //| объекты, указатели на которые хранились в нем. | //| | //| Обратите внимание на наследование от шаблонного класса TArray | //+------------------------------------------------------------------+ template
class TArrayPtr : public TArray
{ public: void ~TArrayPtr() { for(int n=0,count=ArraySize(m_data);n
ExtIntArray; // инстанцируем шаблон TArray (специализируем шаблон TArray типом int) TArray
ExtDblArray; // инстанцируем шаблон TArray (специализируем шаблон TArray типом double) TArrayPtr
ExtPtrArray; // инстанцируем шаблон TArrayPtr (специализируем шаблон TArrayPtr типом CFoo) //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnStart() { //--- наполняем массивы данными for(int
2 Hits
www.metaquotes.net
Show text
Show cached source
Open source URL
Pointers to
its objects
will be stored in the array | //+------------------------------------------------------------------------+ class CFoo { int m_x; public: CFoo(int x):m_x(x) { } int X(void) const { return(m_x); } }; //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ TArray ExtIntArray; // instantiate TArray template (specialize TArray template by the int type) TArray ExtDblArray; // instantiate TArray template (specialize TArray template by the double type) TArrayPtr ExtPtrArray; // instantiate TArrayPtr template (specialize TArrayPtr template by the CFoo type) //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnSt
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
metaquotes.net
as primary domain
//+------------------------------------------------------------------+ //| TemplTest.mq5 | //| Copyright 2015, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2015, MetaQuotes Software Corp." #property link "https://www.mql5.com" #property version "1.00" //+------------------------------------------------------------------+ //| Объявляем шаблонный класс | //+------------------------------------------------------------------+ template
class TArray { protected: T m_data[]; public: bool Append(T item) { int new_size=ArraySize(m_data)+1; int reserve =(new_size/2+15)&~15; //--- if(ArrayResize(m_data,new_size,reserve)!=new_size) return(false); //--- m_data[new_size-1]=item; return(true); } T operator[](int index) { static T invalid_index; //--- if(index<0 || index>=ArraySize(m_data)) return(invalid_index); //--- return(m_data[index]); } }; //+------------------------------------------------------------------+ //| Шаблонный класс массива указателей, в деструкторе он удаляет | //| объекты, указатели на которые хранились в нем. | //| | //| Обратите внимание на наследование от шаблонного класса TArray | //+------------------------------------------------------------------+ template
class TArrayPtr : public TArray
{ public: void ~TArrayPtr() { for(int n=0,count=ArraySize(m_data);n
ExtIntArray; // инстанцируем шаблон TArray (специализируем шаблон TArray типом int) TArray
ExtDblArray; // инстанцируем шаблон TArray (специализируем шаблон TArray типом double) TArrayPtr
ExtPtrArray; // инстанцируем шаблон TArrayPtr (специализируем шаблон TArrayPtr типом CFoo) //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnStart() { //--- наполняем массивы данными for(int