您要查找的是不是:
- "The number of bits per pixel must be less than or equal to 32. "每个象素的位数必须小于或等于 32 。
- The number of bits per pixel must be less than or equal to 32. 每个象素的位数必须小于或等于32。
- Typically, the number of bits per pixel for a screen is useful when working with bitmaps. 通常,在处理位图时,屏幕的每个像素的位数很有用。
- Returns the color depth, in number of bits per pixel, of the specified pixel format. 返回指定像素格式的颜色深度(每个像素的位数)。
- Bits Per Pixel. The number of bits used to represent the color value of each pixel in a digitized image. 每像素比特数。在一个数字化图像中,用来表示每一个像素颜色值的比特数。
- Gets the number of bits in the digital certificate key size. 获取数字证书密钥大小的位数。
- A rectangular grid of cores containing a given number of words each of a given number of bits making up the rectangular array. 一种包含给定数量字的磁心矩形网格,其中的每个字由构成矩形阵列的给定位数组成。
- A physical system can be described using a finite number of bits. 用有限数目的位元就可描述一个物理系统。
- The number of bits in each character of an information coding system. 信息编码系统中每个字符的比特数。
- Bps Bits per second a way of quantifying data transmission throughput. It is the number of pieces of information (bits) transmitted or received per second. 比特秒:一种量化数据传输吞吐量的方法。它是指每秒传输或接收的信息段的数量(比特)。
- This prevents you from shifting more than the number of bits in an int. 这样可防止我们在一个int数里移动不切实际的位数。
- The greater the number of bits in a pattern, the more symbols can be formed. 一个图案中的位数越大,形成的符号就会越多。
- The number of bits used to represent the color value of each pixel in a digitized image. 在数字化图象中,用来表示每个象素的颜色值的位数。
- Only the six low-order bits of the right-hand side will be used so you can't shift more than the number of bits in a long. 此时只会用到右侧的6个低位,防止移动超过long值里现成的位数。
- The signed right-shift operator (>>) produces the operand to the left of the operator shifted to the right by the number of bits specified after the operator. “有符号”右移位运算符(>>)则将运算符左边的运算对象向右移动运算符右侧指定的位数。
- The ratio of the total number of bits in a block before compression to the total number of bits in the same block after compression. 压缩前一个信息组中的总比特数与压缩后该组中的总比特数之比。
- Shifts its first operand right by the number of bits specified by its second operand. 将第一个操作数向右移动第二个操作数指定的位数。
- The pixel format defines the number of bits of memory associated with one pixel of data. 像素格式定义与一个像素数据关联的内存的位数。
- Pack data into the smallest number of bits possible and use bitshifting to extract it. 对数据文件用最小的位数来保存数据,然后使用位移法来解压缩。
- A byte is composed of a contiguous sequence of bits, the number of which is implementation-dependent. 一个字节由一系列连续的位组成,位的个数是依赖于执行情况的。