文件名称:datalab-handout
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-05-29
- 文件大小:
- 396kb
- 下载次数:
- 0次
- 提 供 者:
- 香*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
深入理解计算机 LAB2 datalab-***********************
The CS:APP Data Lab
Directions to Students
***********************
Your goal is to modify your copy of bits.c so that it passes all the
tests in btest without violating any of the coding guidelines.
*********
0. Files:
*********
Makefile - Makes btest, fshow, and ishow
README - This file
bits.c - The file you will be modifying and handing in
bits.h - Header file
btest.c - The main btest program
btest.h - Used to build btest
decl.c - Used to build btest
tests.c - Used to build btest
tests-header.c- Used to build btest
dlc* - Rule checking compiler binary (data lab compiler)
driver.pl* - Driver program that uses btest and dlc to autograde bits.c
Driverhdrs.pm - Header file for optional Beat the Prof contest
fshow.c - Utility for examining floating-point representations
ishow.c - Utility for examining integer representations
***********************************************************
1. Modifying bits.c and
The CS:APP Data Lab
Directions to Students
***********************
Your goal is to modify your copy of bits.c so that it passes all the
tests in btest without violating any of the coding guidelines.
*********
0. Files:
*********
Makefile - Makes btest, fshow, and ishow
README - This file
bits.c - The file you will be modifying and handing in
bits.h - Header file
btest.c - The main btest program
btest.h - Used to build btest
decl.c - Used to build btest
tests.c - Used to build btest
tests-header.c- Used to build btest
dlc* - Rule checking compiler binary (data lab compiler)
driver.pl* - Driver program that uses btest and dlc to autograde bits.c
Driverhdrs.pm - Header file for optional Beat the Prof contest
fshow.c - Utility for examining floating-point representations
ishow.c - Utility for examining integer representations
***********************************************************
1. Modifying bits.c and
(系统自动生成,下载前可以参看下载内容)
下载文件列表
datalab-handout\bits.c
...............\bits.h
...............\btest.c
...............\btest.h
...............\Debug\main.exe
...............\.....\main.ilk
...............\.....\main.obj
...............\.....\main.pch
...............\.....\main.pdb
...............\.....\vc60.idb
...............\.....\vc60.pdb
...............\decl.c
...............\dlc
...............\driver.pl
...............\Driverhdrs.pm
...............\Driverlib.pm
...............\fshow.c
...............\ishow.c
...............\main.c
...............\main.dsp
...............\main.dsw
...............\main.ncb
...............\main.opt
...............\main.plg
...............\Makefile
...............\README
...............\tests.c
...............\Debug
datalab-handout