文件名称:bitmani
介绍说明--下载内容均来自于网络,请自行研究使用
Using the bit manipulation operators, develop and test C programs to perform the
following.
(i) Starting with the word 0xF0A6, reset bit 3, set bit 6, set bit 8, reset bit 13.
(ii) Starting with the word 0xCB43, determine if the word contains the pattern 0x43 in
the least significant byte.
following.
(i) Starting with the word 0xF0A6, reset bit 3, set bit 6, set bit 8, reset bit 13.
(ii) Starting with the word 0xCB43, determine if the word contains the pattern 0x43 in
the least significant byte.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bitMani.cpp
bitMani2.cpp
bitMani3.cpp
bitOperator.cpp
EE_379_HW_2.pdf