Що таке CURLY BRACES Українською - Українська переклад

['k3ːli 'breisiz]
['k3ːli 'breisiz]
фігурні дужки
curly braces
braces
curly brackets
фігурних дужок
curly braces

Приклади вживання Curly braces Англійська мовою та їх переклад на Українською

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
(left and right curly braces).
(ліва і права фігурні дужки).
Curly braces as I have done here.
Фігурні дужки, як це зробив я.
Meanwhile these curly braces are.
Між тим ці фігурні дужки є.
You may embed any expressions in JSX by wrapping them in curly braces.
Ви можете вставляти будь-який вираз у JSX охопивши його у фігурні дужки.
Some people like to put the curly braces as I have done here.
Деякі люди люблять ставити Фігурні дужки, як це зробив я.
You can build collections of elements and include them in JSX using curly braces{}.
Ви можете створити колекції елементів і вбудувати їх у JSX за допомогою фігурних дужок{}.
Some people like to put the curly braces for instance up here.
Деякі люди люблять ставити фігурних підтяжки наприклад тут.
For example in Joomla Coding Standards there should be a blank line after a statement in curly braces.
Наприклад, у Joomla Coding Standards після виразу у фігурних дужках має бути порожній рядок.
Note that the curly braces cannot be omitted, even if empty.
Зверніть увагу, що фігурні дужки не можуть бути опущені, навіть якщо вони порожні.
We then have a set of curly braces{}.
Потім у нас є набір фігурних брекетів{}.
You may also use curly braces to embed a JavaScript expression in an attribute.
Ви також можете використовувати фігурні дужки, щоб вставити вираз JavaScript у атрибут.
Tuples are defined with curly braces.
Кортежі створюються за допомогою фігурних дужок.
Don't put quotes around curly braces when embedding a JavaScript expression in an attribute.
Не вставляйте лапки навколо фігурних дужок, коли вкладаєте вираз JavaScript в атрибут.
You can put any valid JavaScript expression inside the curly braces in JSX. For example, 2+ 2, user.
Ви можете помістити будь-який валідний JavaScript вираз всередину фігурних дужок у JSX. Наприклад, 2+ 2, user.
Meanwhile these curly braces are kind of like the curved shape of a lot of those yellow scratch pieces.
Між тим ці фігурні дужки є вроде зігнутої форми від великої кількості цих жовтих скретч штук.
JSX allows embedding any expression in curly braces so we could inline the map() result.
JSX дозволяє вбудувати будь-який вираз у фігурні дужки, щоб ми зуміли включити результат виконання map().
In the example below, we declare a variable called name andthen use it inside JSX by wrapping it in curly braces.
У прикладі нижче ми оголошуємо змінну name, а потімвикористовуємо її в JSX, обертаючи її у фігурні дужки.
You should either use quotes(for string values) or curly braces(for expressions), but not both in the same attribute.
Ви повинні використовувати лапки(для рядків) або фігурні дужки(для виразів), але не обидва в одному атрибуті.
Meanwhile, while true, that was equivalent, of course, to forever, even though it's a little cryptic,and then inside of the curly braces.
Між тим, в той час як вірно, що було еквівалентні, звичайно, завжди, хоча це можездатися загадковим, а потім всередині фігурних дужок.
And so long as that expression is true, this code, as denoted between these two curly braces as we will call them, will just keep running again and again.
І поки що вираз істинно, цей код, як позначено між цими двома Фігурні дужки, як ми їх називаємо, просто продовжувати працювати знову і знову.
And you can think of these curly braces, which you can type on your keyboard, as really being like the curvature in these yellow loop blocks in Scratch.
І ви можете думати про ці фігурних дужках, які ви можете набрати на клавіатурі, як дійсно бути як кривизни в ці жовті блоки петель в порожньому місці.
So do this at the moment is sort of a placeholder for whatever's inside of those curly braces eventually is going to do something.
Так що це на даний момент є свого роду заповнювача по яким всередині з тих фігурні дужки в кінцевому підсумку буде робити те.
Uses namespace for code isolation All statements end with a; Curly braces are used for statements of scope Single line comments are done using// Variable data types such as int double string and bool remain the same[1].
Використовує namespace для ізоляції коду Усі інструкції закінчуються символом; Фігурні дужки використовуються для межі видимості інструкцій Однорядкові коментарі робляться за допомогою// Змінні типи даних, як-то int double string та bool такі само[1].
The syntax to create a class is pretty straightforward: declare a class using the class keyword,followed by the name of the class and a set of curly braces({}).
Синтаксис для створення класу досить простий: необхідно оголосити клас, використовуючи ключове слово class,за яким слідує назва класу і фігурні дужки({}).
So if x is less than y, and there's some parentheses there,then there's some curly braces again to kind of encapsulate it just like the yellow puzzle pieces do.
Таким чином, якщо х менше у, є деякі дужки там,то є деякі фігурні дужки ще раз, щоб вид оформити його як жовті шматочки головоломки робити.
Also some types(like references and const types) cannot be assigned to and therefore must be initialized in the initializer list. person( std::string N, int A): name(N), age(A){}Note that the curly braces cannot be omitted, even if empty.
Також деякі типи(наприклад: посилання і константи) не можуть бути присвоєні, тому вони повинні бути ініціалізовані за допомогою списку ініціалізації. person( std::string N, int A): name(N), age(A){}Зверніть увагу, що фігурні дужки не можуть бути опущені, навіть якщо вони порожні.
It is called when an instance of a class is destroyed,e.g. when an object of a class created in a block(set of curly braces"{}") is deleted after the closing brace, then the destructor is called automatically. It will be called upon emptying of the memory location storing the variables. Destructors can be used to release resources, such as heap-allocated memory and opened files when an instance of that class is destroyed.
Він викликається, коли екземпляр знищується, наприклад,коли об'єкт класу створюється у блоці(фігурні дужки"{}") він видаляється після закриваючої дужки, то деструктор викликається автоматично. Деструктори використовуютьчя для звільнення пам'яті у купі, коли екземпляр знищується.
Int main void, open curly brace, closed curly brace..
Int основний недійсними, відкрита фігурна дужка, закриті фігурну дужку..
The design of each sapphire curly brace during aesthetic orthodontics in“Oleksyuk” dental clinics completely coincides with the shape of the teeth.
Дизайн кожної сапфіровою фігурної дужки під час естетичної ортодонтії в"Стоматології Олексюка" повністю відповідає формі зубів.
If the string begins with}(curly closing brace)- used class BQ(quote).
Якщо рядок починається з}(закриваючої фігурної дужки)- застосовується клас BQ(цитата).
Результати: 31, Час: 0.0307

Переклад слово за словом

Найпопулярніші словникові запити

Англійська - Українська