DictionaryForumContacts

   Spanish English
Terms for subject Microsoft containing byte de | all forms
SpanishEnglish
almacenamiento en caché de código de bytesbytecode caching (A technique for preprocessing JavaScript files so they can be loaded faster)
caracteres de doble bytedouble-byte characters (A set of characters in which each character is represented by two bytes. Some languages, such as Japanese, Chinese, and Korean, require double-byte character sets)
juego de caracteres de byte únicosingle-byte character set (A character encoding in which each character is represented by 1 byte. Single byte character sets are mathematically limited to 256 characters)
juego de caracteres de doble bytedouble byte character set (A character set that can use more than one byte to represent a single character. A DBCS includes some characters that consist of 1 byte and some characters that consist of 2 bytes. Languages such as Chinese, Japanese, and Korean use DBCS)
juego de caracteres de doble bytedouble-byte character set (A character set that can use more than one byte to represent a single character. A DBCS includes some characters that consist of 1 byte and some characters that consist of 2 bytes. Languages such as Chinese, Japanese, and Korean use DBCS)
orden de bytesbyte order (The processor memory architecture in which bytes of data (typically, integer values) are stored. The two most common orders are: little endian (least significant byte is placed first) and big endian (most significant byte is placed first))