English | Russian |
absolute coding | программирование в абсолютных адресах (Program code that uses absolute addressing rather than indirect addressing) |
hard-coding | жёстко запрограммированный (The process of putting string or character literals in the main body of code, instead of in external resource files; Basing numeric constants on the assumed length of a string; assumptions about language or culture-specific matters fixed in the code - e.g., string length, date formats, etc) |
Huffman coding | кодирование по методу Хаффмана (An entropy encoding method for lossless data compression. It uses a variable length code table for encoding a source symbol (such as a character in a file) where the variable-length code table has been derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol) |