Що таке STRING Англійською - Англійська переклад S

Іменник
string
рядок
ряд
нанизати
шнур
шнурок
струнного
струн
нитку
низку
нанизуємо

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Дані типу string.
Data type is string.
Клас String в C++.
The String class in C++.
Як можна скопіювати значення змінної String в Clipboard?
How can I copy the value of the String variable to the Clipboard?
Атрибут String визначає набір символів.
The String attribute defines the set of characters.
Про перевизначених операціях+= і+ для string, як конкатенація рядків:.
A+= overdetermined operations and+ to string, as the string concatenation:.
Атрибут String визначає формальний вираз.
The String attribute defines the regular expression.
Асоціативний масив з ключем типу string і типом значення int оголошується наступним чином:.
An associative array with a key type of string and a value type of int is declared as follows:.
Клас string стандартної бібліотеки C++ добре відомий і охоче використовуємо.
The string class C++ standard library is well-known and readily use.
Один з методів- програма під настройками розуміє string який зберігає в*. exe.
One of the methods- the program understands the string as the settings which is stored in*. exe.
Атрибут String визначає назву списку ключових слів. Список з вказаною назвою має існувати.
The String attribute identifies the keyword list by name. A list with that name must exist.
Текстовий файл, але більшого розміру, ніж влазить в string, треба зчитувати в stream, але у мене нічого не виходить.
A text file, but larger than it fits into a string, needs to be read into stream, but I can't do anything.
Що з string завжди можна“Вилучити” більш звичне уявлення char*(в стилі C) c_str методом():.
That of the string is always possible“extract” the more familiar idea char*(in the style of C) by c_str():.
Зверніть увагу, що ми не можемо присвоїти значення поля birthday текстовій мітці,оскільки тип цього значення LocalDate а не String.
You will notice that we couldn't set the birthday into the Label becauseit is of type LocalDate and not a String.
Phone Required String Телефон, на який буде відправлено інвойс(phone або email обов'язкові параметри для передачі).
Phone Required String The phone to which the invoice will be sent(phone or email required parameters for transmission).
У деяких випадках ланцюжоксимволів абетки міг мати значення String, у деяких int, цього було досягнуто використанням класу\\ w і лічильника+.
Now in some cases the alphabetical chunk was String, in some int, so using the character class\\w and the+ quantifier proved a valuable asset.
String linkSet( string attr, string vl, bool prm= false)- встановлює посилання атрибуту віджету attr.
String linkSet( string attr, string vl, bool prm= false)- sets the link for the widget attribute attr.
Тепер ми можемо відтворити визначення ядра стрічкових підпослідовностей(англ. string subsequence kernel) на стрічках над абеткою Σ{\displaystyle\Sigma}.
We can now reproduce the definition of a string subsequence kernel on strings over an alphabet Σ{\displaystyle\Sigma}.
Тип даних String використовується для відображення місяців на осі X, а тип даних Integer- для відображення кількості записів у конкретному місяці.
The String is used for the month on the x-axis and the Integer is used for the number of people in a specific month.
Але не всі і не завжди замислюються над тим, що клас string, при деяких відмінностях у деталях- це і є контейнер вектор: vector<char>
But not everyone and not always think about the fact, the class string, with some differences in the details- this is the container vector: vector<char>
Ви розробляєте HttpGet("/ cat/ bill"), щоб переглянути HttpGet("cat/ bill")і змінити назву методу з pubic string"Yowl()", щоб відкрити рядок Bill().
You are evolving HttpGet(“/cat/bill”) to peruse HttpGet(“cat/bill”) and changing the name of the method from pubic string“Yowl()” to open string Bill().
Тільки незрозуміло, чому всюди в тексті клас називається String(з великої букви), якщо навіть в прикладах він скрізь використовується як string(з маленької букви).
Just do not understand, why everywhere in the text of a class called String(with a capital), even if in the examples it is always used as a string(lower case).
Signature Required String Унікальний підпис кожного запиту base64_encode( sha1( private_key+ data+ private_key)), де sha1- повертається хеш у вигляді бінарного рядку з 20 символів.
Signature Required String Is the unique signature of each request base64_encode( sha1( private_key+ data+ private_key)), where sha1- returns the hash as a 20-character binary string.
Уявіть, наскільки легше пояснити public, class, static, void і String[] студенту, який уже розуміє функції, класи, змінні екземпляра, змінні класу, типи даних і масиви.
Imagine how much easier it would be to explain public, class, static,void, and String[], to a student who already understands functions, classes, instance variables, class variables, data types and arrays.
Bool attrAdd( string id, string name, string tp="real", string selValsNms="")[для включеного параметру логічного типу]- додання атрибуту id з ім'ям name та типом tp.
Bool attrAdd( string id, string name, string tp="real", string selValsNms="")[for enabled parameter of the logical type]- adds the attribute id with the name name and the type tp.
Визначено конструктор, започатковано string при створенні початковим значенням символьного рядка в форматі ASCIIZ(char*- Покажчик на символьний масив в стилі C завершується нулем);
Defined constructor, initializes string when you create the initial value of the character string in the format ASCIIZ(char*- A pointer to a character array in C-style ending in zero);
Третя частина складається з елемента itemDatas. У цьому елементі містяться всі кольори і гарнітури шрифтів,потрібні для контекстів і правил. У нашому випадку було використано itemData Normal Text, String і Keyword.
The third part is the itemDatas element. It contains all color and font styles neededby the contexts and rules. In this example, the itemData Normal Text, String and Keyword are used.
Правильна обробка Юнікоду може бути доволі непростою,але зазвичай D-розробники можуть просто вважати змінні string, як магічний набір байтів і покладатися на алгоритми стандартної бібліотеки.
Correct processing of Unicode can be very complicated, butmost of the time, D developers can simply consider string variables as magical byte arrays and rely on standard library algorithms to do the right job.
Колекція String доповнюється стільцями для конференцій на ніжках і консольній рамі, які завдяки застосуванню ідеально профільованої мембранної спинки забезпечують комфорт при проведенні тривалих ділових зустрічей.
The String collection is supplemented by conference chairs on legs and cantilever frame which thanks to application of a perfectly profiled membrane backrest provides seating comfort during long business meetings.
Використовує namespace для ізоляції коду Усі інструкції закінчуються символом; Фігурні дужки використовуються для межі видимості інструкцій Однорядкові коментарі робляться за допомогою// Змінні типи даних,як-то int double string та bool такі само[1].
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 datatypes such as int double string and bool remain the same[1].
Customer_user_id Optional String Ідентифікатор користувача в системі мерчанта, передається при кожній оплаті користувача(не повинен збігатися з customer, використовується для оплати за допомогою гаманця Masterpass 1 клік).
Customer_user_id Optional String The user ID in the system of the merchant, is transferred with each user's payment(doesn't have to match customer, it is used for payment with the help of Masterpass 1-click wallet).
Результати: 373, Час: 0.0275

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

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