英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

byte    音标拼音: [b'ɑɪt]
n. 字节
n. 位元组

字节位元组

byte
位元组; 数元组的; 拜 B

byte
位元组 拜

byte
n 1: a sequence of 8 bits (enough to represent one character of
alphanumeric data) processed as a single unit of
information

/bi:t/ (B) A component in the machine {data hierarchy}
larger than a {bit} and usually smaller than a {word}; now
nearly always eight bits and the smallest addressable unit of
storage. A byte typically holds one {character}.

A byte may be 9 bits on 36-bit computers. Some older
architectures used "byte" for quantities of 6 or 7 bits, and
the PDP-10 and IBM 7030 supported "bytes" that were actually
{bit-fields} of 1 to 36 (or 64) bits! These usages are now
obsolete, and even 9-bit bytes have become rare in the general
trend toward power-of-2 word sizes.

The term was coined by Werner Buchholz in 1956 during the
early design phase for the {IBM} {Stretch} computer. It was a
mutation of the word "bite" intended to avoid confusion with
"bit". In 1962 he described it as "a group of bits used to
encode a character, or the number of bits transmitted in
parallel to and from input-output units". The move to an
8-bit byte happened in late 1956, and this size was later
adopted and promulgated as a standard by the {System/360}
{operating system} (announced April 1964).

James S. Jones adds:

I am sure I read in a mid-1970's brochure by IBM that outlined
the history of computers that BYTE was an acronym that stood
for "Bit asYnchronous Transmission E..?" which related to
width of the bus between the Stretch CPU and its CRT-memory
(prior to Core).

Terry Carr says:

In the early days IBM taught that a series of bits transferred
together (like so many yoked oxen) formed a Binary Yoked
Transfer Element (BYTE).

[True origin? First 8-bit byte architecture?]

See also {nibble}, {octet}.

[{Jargon File}]

(2003-09-21)



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • excel - Cracking Sheet Password with VBA - Stack Overflow
    I found this VBA code to unlock sheets without knowing the password: Sub PasswordBreaker() Dim i As Integer, j As Integer, k As Integer Dim l As Integer, m As Integer, n As Integer Dim i1 As
  • How do I initialize a byte array in Java? - Stack Overflow
    I have to store some constant values (UUIDs) in byte array form in java, and I'm wondering what the best way to initialize those static arrays would be This is how I'm currently doing it, but I feel
  • . net - What is a byte [] array? - Stack Overflow
    21 In NET, a byte is basically a number from 0 to 255 (the numbers that can be represented by eight bits) So, a byte array is just an array of the numbers 0 - 255 At a lower level, an array is a contiguous block of memory, and a byte array is just a representation of that memory in 8-bit chunks
  • byte - Java: Convert String to packed decimal - Stack Overflow
    Do you want the packed decimal as a byte array, like your input, or do you want the actual n bytes as an actual packed decimal, which would be a String in Java?
  • Whats the difference between UTF-8 and UTF-8 with BOM?
    UTF-8 has the same byte order regardless of platform endianness, so a byte order mark isn't needed However, it may occur (as the byte sequence EF BB FF) in data that was converted to UTF-8 from UTF-16, or as a "signature" to indicate that the data is UTF-8 Which is better? Without As Martin Cote answered, the Unicode standard does not
  • c# - Why does byte + byte = int? - Stack Overflow
    long + long = long float + float = float double + double = double So why not: byte + byte = byte short + short = short? A bit of background: I am performing a long list of calculations on "small numbers" (i e < 8) and storing the intermediate results in a large array Using a byte array (instead of an int array) is faster (because of cache hits)
  • arrays - Creating Byte [] in PowerShell - Stack Overflow
    True True Byte System ValueType Poking around with the API, I have found that it is looking for a Byte [] with a base type of System Array
  • Convert integer into byte array (Java) - Stack Overflow
    what's a fast way to convert an Integer into a Byte Array?
  • Is the size of C int 2 bytes or 4 bytes? - Stack Overflow
    And you should find better textbooks A textbook that says an int is 2 bytes (a) probably refers to an old system, and (b) fails to make it clear that the size will vary from one system to another The best book on C is "The C Programming Language" by Kernighan and Ritchie, though it assumes some programming experience See also question 18 10 of the comp lang c FAQ
  • Java Byte Array to String to Byte Array - Stack Overflow
    To convert your response string back to the original byte array, you have to use split(",") or something and convert it into a collection and then convert each individual item in there to a byte to recreate your byte array





中文字典-英文字典  2005-2009