bit manipulation信息详情
位操作,[计]位处理;二进制处理
manipulation───n.操纵;操作;处理;篡改
fascial manipulation───筋膜手法
visceral manipulation───内脏手法
coercion manipulation───胁迫操纵
authorship manipulation───作者身份操纵
magnetism manipulation───磁操纵
data manipulation───[计]数据操作
algebraic manipulation───代数操作;代数运算
bit───adj.很小的;微不足道的;n.[计]比特(二进位制信息单位);少量;马嚼子;辅币;老一套;一点,一块;adv.有点儿;相当;vt.咬(bite的过去式和过去分词);vt.控制
This paper presents a bit manipulation accelerator for high performance DSP.───介绍了一种高性能DS P位操作加速器实现方法。
Synthesis results indicate that the 32-bit bit manipulation accelerator implemented with this method has great improvement in terms of delay.───综合结果表明使用该方法设计的32 -位位操作加速器有很大的性能提升。
If I have to do bit manipulation of large amounts of binary data, why is it, that Scala's primitive types are immutable?───如果我需要在大量的二进制数据上进行字节操作,这就有问题了,Scala的基本类型是常量化的吗?
It''s harder to write inscrutable "clever" code, but it makes low-level operations like bit-manipulation more difficult.───虽然很难写出难以理解的“聪明”代码,它同时也使得一些低级操作,如位操作变得困难起来。
Design of Bit Manipulation Accelerator for High Performance DSP───高性能DSP位操作加速器设计
For example, suppose you do some bit manipulation in an integer variable and expect it to be of size 4: This may not be the case on all operating system platforms (see Listing 7).