Примеры в контексте "Char - Char"

Все варианты переводов "Char":
Примеры: Char - Char
The type of the first string is the usual const char. Типом первой строки является обычный const char.
The first kind, contained within double quotes, produces a null-terminated array of type const char. Первый тип, строка, заключённая в двойные кавычки, представляет собой массив с завершающим нулём (null-terminated) типа const char.
Note, however, that in the case of predefined data (such as const char string literals), C const is often unwritable. Заметим, однако, что в случае предопределенных строковых литералов (таких как const char ) const-переменная в C обычно неперезаписываема.
Second parameter title is in gchar type. gchar is defined in glib library and the same as char type. Тип gchar определен в библиотеке glib и является таким же самым как и тип char.
On some implementations, using const on both sides of the type (for instance, const char const) generates a warning but not an error. В некоторых реализациях использование const с двух сторон типа (например, const char const) генерирует предупреждение, но не ошибку.
In this case, if you use getch to get data for example, you should be careful to hold that data in an int variable rather than a char variable. В этом случае, например, при использовании getch для получения данных, вам следует знать, что эти данные нужно хранить в переменной int, а не char.
The minimum size for char is 8 bits, the minimum size for short and int is 16 bits, for long it is 32 bits and long long must contain at least 64 bits. Минимальный размер для char - 8 бит, для short и int - 16 бит, для long - 32 бита, для long long - 64 бита.
Billotte served in the 1st Compagnie of the 41st Tank Battalion, equipped with the Char B1 heavy tank. Бийот служил в 1-й роте 41-го танкового батальона, вооружённой тяжелыми танками Char B1.
When IBProvider detects this charset it will not use encoding processor, OLE DB and ADO data types will be turned into appropriate binary equivalents CHAR, VARCHAR, and BLOB (see number 3 on the Figure). При обнаружении данной кодовой страницы IBProvider не будет использовать процессор кодировок, а типы данных OLE DB и ADO будут выставлены в соответствующие бинарные эквиваленты CHAR, VARCHAR и BLOB (см. обозначение на рисунке под цифрой 3).
The definition of the type char has been modified to explicitly express that it's at least the size needed to store an eight-bit coding of UTF-8, and large enough to contain any member of the compiler's basic execution character set. Определение типа char было модифицировано до явного высказывания, что он по меньшей мере размера, необходимого для хранения восьми-битной кодировки UTF-8, и достаточно большой, чтобы содержать любой символ из набора символов времени выполнения.
However, many Java language features are not supported by Java Card (in particular types char, double, float and long; the transient qualifier; enums; arrays of more than one dimension; finalization; object cloning; threads). Однако многие возможности языка Java не поддерживаются в Java Card, например, типы char, double, float и long, ключевое слово transient, перечислимые типы (enum), многомерные массивы, финализаторы, клонирование объектов, потоки.
Allowing of truncation of the CHAR data. Разрешение усечения хвостовых пробелов типа CHAR.
Billotte's Char B1-Bis tank received 140 hits from enemy tanks and guns, but none were able to penetrate the tank's heavy armour. Char B1-bis Бийота получил 140 попаданий из немецких танков и орудий, но ни одно не смогло проникнуть сквозь его тяжёлую броню.
Then-Captain Billotte, commanding a Char B1 Bis tank nicknamed "Eure", was instrumental in retaking the village of Stonne, defended by elements of the German 8th Panzer Regiment. Капитан Бийот, командир танка Char B1 Bis по прозвищу «Eure», был отправлен захватить деревню Стон, охраняемую частью немецкого 8-го танкового полка.
The Saint-Chamond and the "behemoth-class super-heavy tank" Char 2C were added as new vehicles, as well as new melee-oriented "Trench Raider" elite class. В качестве новых автомобилей были добавлены танк Сен-Шамон и «сверхтяжелый танк класса Behemoth» Char 2C, а также новый элитный класс «Окопный налётчик», ориентированный на ближний бой.
It can go on either side of the type for historical reasons (that is, const char foo = 'a'; is equivalent to char const foo = 'a';). Его можно указывать с любой стороны типа по историческим причинам (const char foo = 'a'; эквивалентно char const foo = 'a';).
This is because numerical values of function keys are greater than the values a char variable can hold. Причина этого заключается в том, что числовые значения функциональных клавиш по величине больше, чем может хранить переменная типа char.
The CHAR elements of array are kept as usually, with terminal spaces. Элементы массива с типом CHAR хранятся как обычно. То есть, с терминальными пробелами.
Be based on CHAR(16) type with OCTETS charset for GUID type. для типа GUID домен базируется на типе CHAR(16) с кодовой страницей OCTETS.
After the first British use of heavy tanks on 15 September 1916 during the Battle of the Somme, the French military still pondered whether a large number of light tanks would be preferable to a smaller number of superheavy tanks (the later Char 2C). Даже после первого использования танков англичанами 15 сентября 1916 года, после которого французам потребовалось внедрение собственных танков, производство лёгкого танка было почти отменено в пользу сверхтяжёлого танка (более поздняя разработка Char 2C).
The char type is distinct from both signed char and unsigned char, but is guaranteed to have the same representation as one of them. Тип char имеет одинаковый размер с типами signed char и unsigned char и общий набор представимых значений с одним из этих типов.