这个实验主要是让大家充分理解C语言中位运算、逻辑运算和算数运算以及计算机中无符号数、有符号数和浮点数是如何表示的。通过认真阅读完CSAPP第三版中第二章的内容,完成实验难度不是太大,部分题目比较有难度~ /datalab-handout这个目录下我们只用修改bits.c这个文件里的代码即可。 dlc是帮助我们检查我们写的代码是否...
解释略去。 data lab 1/*2* CS:APP Data Lab3*4* <Please put your name and userid here>5*6* bits.c - Source file with your solutions to the Lab.7* This is the file you will hand in to your instructor.8*9* WARNING: Do not include the <stdio.h> header; it confuses the dlc1...