📘
Deuterium Wiki
Ctrlk
  • Hello
  • Linux
    • cmd
    • awk
    • mysql
  • Reading
    • Novel
    • Awesome CS Books
      • csapp-3e-homework-solution
        • 1. A Tour of Computer Systems
        • 2. Representing and Manipulating Information
          • 2.55 Compile and Run
          • 2.56 Another Try
          • 2.57 More show Procedures
          • 2.58 Check Little-Endian
          • 2.59 Bit Expressions
          • 2.60 Replace Byte
          • 2.61 More Bit Expressions
          • 2.62 Check Arithmetic Right Shift
          • 2.63 Logic & Arithmetic Right Shift
          • 2.64 Any Odd One
          • 2.65 Odd Ones
          • 2.66 Leftmost One
          • 2.67 Int Size is 32
          • 2.68 Lower One Mask
          • 2.69 Rotate Left
          • 2.70 Fits Bits
          • 2.71 Xbyte
          • 2.72 Copy Int
          • 2.73 Saturating Add
          • 2.74 Sub OK
          • 2.75 Unsigned High Prod
          • 2.76 calloc
          • 2.77 Multiple By Shifts
          • 2.78 Divide Power 2
          • 2.79 Mul3div4
          • 2.80 Three Fourths
          • 2.81 Generate Bits
          • 2.82 Signed and Unsigned
          • 2.83 Binary Floating Value
          • 2.84 Float Le
          • 2.85 Floating Point I
          • 2.86 Extend Precision
          • 2.87 Floating-Point II
          • 2.88 Floating-Point III
          • 2.89 Floating-Point IV
          • 2.90 fpwr2
          • 2.91 π
          • 2.92 Float Negate
          • 2.93 Float Absval
          • 2.94 Float Twice
          • 2.95 Float Half
          • 2.96 Float f2i
          • 2.97 Float i2f
        • 3. Machine-Level Representation of Programs
      • tcpv1
      • http
    • 提升认知
  • Mathematics
Powered by GitBook
On this page

Was this helpful?

  1. Reading
  2. Awesome CS Books
  3. csapp-3e-homework-solution

2. Representing and Manipulating Information

Solutions for csapp chapter 2.

2.55 Compile and Run2.56 Another Try2.57 More show Procedures2.58 Check Little-Endian2.59 Bit Expressions2.60 Replace Byte2.61 More Bit Expressions2.62 Check Arithmetic Right Shift2.63 Logic & Arithmetic Right Shift2.64 Any Odd One2.65 Odd Ones2.66 Leftmost One2.67 Int Size is 322.68 Lower One Mask2.69 Rotate Left2.70 Fits Bits2.71 Xbyte2.72 Copy Int2.73 Saturating Add2.74 Sub OK2.75 Unsigned High Prod2.76 calloc2.77 Multiple By Shifts2.78 Divide Power 22.79 Mul3div42.80 Three Fourths2.81 Generate Bits2.82 Signed and Unsigned2.83 Binary Floating Value2.84 Float Le2.85 Floating Point I2.86 Extend Precision2.87 Floating-Point II2.88 Floating-Point III2.89 Floating-Point IV2.90 fpwr22.91 π2.92 Float Negate2.93 Float Absval2.94 Float Twice2.95 Float Half2.96 Float f2i2.97 Float i2f
Previous1. A Tour of Computer SystemsNext2.55 Compile and Run

Last updated 5 years ago

Was this helpful?