DictionaryForumContacts

   Russian
Terms for subject Programming containing беззнаковый тип | all forms | exact matches only | in specified order only
RussianEnglish
беззнаковые типыunsigned types (данных ssn)
беззнаковый типmodular type (Modular types work in Ada 2012 a bit like unsigned types in C: they don't have negative values, and once you reach the largest representable value, if you add one you will get 0. If you were to try the same with a normal (signed, non-modular) integer in Ada, you'd get a constraint error. Alex_Odeychuk)
беззнаковый тип данныхunsigned data type (ssn)
беззнаковый целочисленный типunsigned integer type (Alex_Odeychuk)
беззнаковый целочисленный типmodular integer type (в языке программирования Ada 2022 Alex_Odeychuk)
беззнаковый целочисленный типunsigned integral type (ssn)
машинно-зависимый беззнаковый целочисленный типmachine-dependent unsigned integral type (ssn)