4,096. Computers work using binary, strings of zeros and ones, each corresponding to a power of two.
4,096。计算机使用二进制, 即由 0 和 1 组成的字符串, 每个字符串都对应 2 的幂。
单词 | Binary string |
释义 |
Binary string
原声例句
Veritasium真理元素 4,096. Computers work using binary, strings of zeros and ones, each corresponding to a power of two. 4,096。计算机使用二进制, 即由 0 和 1 组成的字符串, 每个字符串都对应 2 的幂。 TED-Ed(视频版) These are recorded as numbers in the form of binary strings, with as many as 44,000 for every second of sound. 这些以二进制字符串的形式记录为数字,每秒声音多达 44, 000 个。 TED-Ed(视频版) Meanwhile, letters are interpreted based on standard rules like UTF-8, which assigns each character to a specific group of 8-digit binary strings. 同时, 字母根据 UTF- 8 等标准规则进行解释, UTF-8 将每个字符分配给一组特定的 8 位二进制字符串。
中文百科
字符串 String (computer science)(重定向自Binary string)
字符串(String),是由零个或多个字符组成的有限串行。一般记为 通常以串的整体作为操作对象,如:在串中查找某个子串、求取一个子串、在串的某个位置上插入一个子串以及删除一个子串等。两个字符串相等的充要条件是:长度相等,并且各个对应位置上的字符都相等。设p、q是两个串,求q在p中首次出现的位置的运算叫做模式匹配。串的两种最基本的存储方式是顺序存储方式和链接存储方式。
英语百科
String (computer science) 字符串(重定向自Binary string)
![]() ![]() In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or it may be fixed (after creation). A string is generally understood as a data type and is often implemented as an array of bytes (or words) that stores a sequence of elements, typically characters, using some character encoding. A string may also denote more general arrays or other sequence (or list) data types and structures. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。