Giter Site home page Giter Site logo

csapp-lab's Introduction

README

下面介绍各个实验文件目录布局、验证方式和相关文档。

Documents

Doc/
├── Bomb-Lab.md
├── Data-Lab.md
└── Performance-Lab.md
  • 实验一文档 Data-Lab.md
  • 实验二文档 Bomb-Lab.md
  • 实验四文档 Performance-Lab.md

Data Lab

Lab1-data/
└── datalab-handout
    ├── bddcheck
    │   ├── all-functions.txt
    │   ├── cbit
    │   │   ├── cbit
    │   │   └── README
    │   ├── check.pl
    │   ├── checkprogs.pl
    │   ├── README
    │   └── satparse.pl
    ├── bits.c
    ├── bits.h
    ├── btest
    ├── btest.c
    ├── btest.h
    ├── decl.c
    ├── dlc
    ├── Driverhdrs.pm
    ├── Driverlib.pm
    ├── driver.pl
    ├── fshow
    ├── fshow.c
    ├── ishow
    ├── ishow.c
    ├── Makefile
    ├── README
    ├── run.sh
    └── tests.c

题解文件为 Lab1-data/bits.c

验证脚本为 Lab1-data/run.sh

Bomb Lab

Lab2-bomb/
└── bomb
    ├── bomb
    ├── bomb.c
    ├── func4
    ├── func4.c
    ├── README
    ├── run.sh
    ├── solution.txt
    └── tsol.txt

题解文件为 Lab2-bomb/bomb/solution.txt

验证脚本为 Lab2-bomb/bomb/run.sh

Performance Lab

Lab4-performance/
├── handin
│   └── YQ-1-kernels.c
└── perflab-handout
    ├── clock.c
    ├── clock.h
    ├── clock.o
    ├── config.h
    ├── defs.h
    ├── driver
    ├── driver.c
    ├── driver.o
    ├── fcyc.c
    ├── fcyc.h
    ├── fcyc.o
    ├── kernels.c
    ├── kernels.o
    ├── Makefile
    ├── README
    └── run.sh

题解文件为 Lab4-performance/perflab-handout/kernels.c

验证脚本 Lab4-performance/perflab-handout/run.sh

csapp-lab's People

Watchers

Kerwino avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.