实例介绍
中国不少大学计算机专业都在使用卡耐基梅隆的SSD系列教程,上面的作业可谓是让我们学生煞费苦心,这个学期学习了SSD6,将辛辛苦苦做出来的答案整理一下,全都发上来,共享给大家,大家传答案至于别忘了vote啊。。。。
【实例截图】
【核心代码】
SSD6Exercise答案.rar
└── SSD6Exercise答案
├── exec1
│ ├── ~$asc.doc
│ ├── asc.doc
│ ├── Debug
│ ├── exec1_an.doc
│ ├── exec1.doc
│ ├── key.txt
│ ├── secret.cpp
│ ├── secret.dsp
│ ├── secret.dsw
│ ├── secret.ncb
│ ├── secret.opt
│ ├── secret.plg
│ └── ~WRL0004.tmp
├── exec2
│ ├── bits.c
│ ├── bits.h
│ ├── btest.c
│ ├── btest.h
│ ├── Debug
│ ├── decl.c
│ ├── _desktop.ini
│ ├── dlab.dsp
│ ├── dlab.dsw
│ ├── dlab-handout.zip
│ ├── dlab.ncb
│ ├── dlab.opt
│ ├── dlab-solution
│ │ ├── bits.c
│ │ ├── bits.h
│ │ ├── bits-solve.c
│ │ ├── btest.c
│ │ ├── btest.exe
│ │ ├── btest.h
│ │ ├── btest.ilk
│ │ ├── config.pm
│ │ ├── Debug
│ │ ├── decl.c
│ │ ├── _desktop.ini
│ │ ├── dlab.dsp
│ │ ├── dlab.dsw
│ │ ├── dlab.ncb
│ │ ├── dlab.opt
│ │ ├── dlab.plg
│ │ ├── getopt.c
│ │ ├── getopt.h
│ │ ├── grade-datalab.pl
│ │ ├── Makefile
│ │ ├── README
│ │ ├── tailor.h
│ │ └── tests.c
│ ├── dlab-solution.zip
│ ├── exec2.doc
│ ├── getopt.c
│ ├── getopt.h
│ ├── README
│ ├── tailor.h
│ └── tests.c
├── exec3
│ ├── debugging_malloc
│ │ └── debugmalloc
│ │ ├── debugmalloc.c
│ │ ├── debugmalloc.h
│ │ ├── debugmalloc.vcproj
│ │ ├── dmhelper.c
│ │ ├── dmhelper.h
│ │ ├── driver.c
│ │ ├── getopt.c
│ │ ├── getopt.h
│ │ ├── grader.pl
│ │ └── tailor.h
│ ├── debugging_malloc.zip
│ ├── debugmalloc.c
│ ├── debugmalloc_sol1.c
│ ├── debugmalloc_sol2.c
│ ├── debugmalloc_sol3.c
│ ├── _desktop.ini
│ ├── exec3.doc
│ ├── soln-memory-layout
│ │ └── soln-memory-layout
│ │ ├── debugmalloc_base.c
│ │ ├── debugmalloc-grading.sln
│ │ ├── debugmalloc.h
│ │ ├── debugmalloc_sol1.c
│ │ ├── debugmalloc_sol2.c
│ │ ├── debugmalloc_sol3.c
│ │ ├── debugmalloc.vcproj
│ │ ├── dmhelper.c
│ │ ├── dmhelper.h
│ │ ├── driver.c
│ │ ├── Ex3Grader.pl
│ │ ├── getopt.c
│ │ ├── getopt.h
│ │ ├── gradeall.pl
│ │ ├── grader.pl
│ │ ├── README.txt
│ │ └── tailor.h
│ └── solution_sy3
│ ├── Debug
│ ├── debugmalloc_2.c
│ ├── debugmalloc_3.c
│ ├── debugmalloc_base.c
│ ├── debugmalloc.bsc
│ ├── debugmalloc.c
│ ├── debugmalloc.dep
│ ├── debugmalloc.dsp
│ ├── debugmalloc.dsw
│ ├── debugmalloc.exe
│ ├── debugmalloc.h
│ ├── debugmalloc.ilk
│ ├── debugmalloc.mak
│ ├── debugmalloc.ncb
│ ├── debugmalloc.opt
│ ├── debugmalloc.pdb
│ ├── debugmalloc.plg
│ ├── _desktop.ini
│ ├── dmhelper.c
│ ├── dmhelper.h
│ ├── driver.c
│ ├── getopt.c
│ ├── getopt.h
│ ├── gradeall.pl
│ ├── grader.pl
│ ├── README.txt
│ └── tailor.h
├── exec4
│ ├── daan
│ │ ├── call.cpp
│ │ ├── compiler.cpp
│ │ ├── Debug
│ │ ├── mach.cpp
│ │ ├── math.cpp
│ │ ├── replace.txt
│ │ ├── semantics.cpp
│ │ ├── substitute-answer.cpp
│ │ ├── substitute-answer.dsp
│ │ ├── substitute-answer.dsw
│ │ ├── substitute-answer.exe
│ │ ├── substitute-answer.map
│ │ ├── substitute-answer.ncb
│ │ ├── substitute-answer.opt
│ │ ├── substitute-answer.pbi
│ │ ├── substitute-answer.pbo
│ │ ├── substitute-answer.pbt
│ │ ├── substitute-answer.pdb
│ │ ├── substitute-answer.plg
│ │ └── substitute-answer._xe
│ ├── data
│ │ ├── call.cpp
│ │ ├── compiler.cpp
│ │ ├── mach.cpp
│ │ ├── math.cpp
│ │ ├── replace.txt
│ │ └── semantics.cpp
│ ├── data.zip
│ ├── _desktop.ini
│ └── ti
│ ├── call.cpp
│ ├── compiler.cpp
│ ├── Debug
│ ├── _desktop.ini
│ ├── mach.cpp
│ ├── math.cpp
│ ├── replace.txt
│ ├── semantics.cpp
│ ├── substitute.cpp
│ ├── substitute.dsp
│ ├── substitute.dsw
│ ├── substitute.exe
│ ├── substitute.map
│ ├── substitute.ncb
│ ├── substitute.opt
│ ├── substitute.pbi
│ ├── substitute.pbo
│ ├── substitute.pbt
│ ├── substitute.pdb
│ ├── substitute.plg
│ └── substitute._xe
├── exec5
│ ├── _desktop.ini
│ ├── exec5.doc
│ ├── exercise5
│ │ ├── cache.c
│ │ ├── cache.h
│ │ ├── Debug
│ │ ├── defs.h
│ │ ├── driver.c
│ │ ├── exercise5.dep
│ │ ├── exercise5.dsp
│ │ ├── exercise5.dsw
│ │ ├── exercise5.ncb
│ │ ├── exercise5.opt
│ │ ├── exercise5.plg
│ │ ├── Makefile
│ │ ├── rotate.c
│ │ └── smooth.c
│ ├── exercise5_handout
│ │ └── exercise5
│ │ ├── cache.c
│ │ ├── cache.h
│ │ ├── Debug
│ │ ├── defs.h
│ │ ├── driver.c
│ │ ├── exercise5.dep
│ │ ├── exercise5.dsp
│ │ ├── exercise5.dsw
│ │ ├── exercise5.ncb
│ │ ├── exercise5.opt
│ │ ├── exercise5.plg
│ │ ├── Makefile
│ │ ├── rotate.c
│ │ └── smooth.c
│ ├── exercise5_handout.zip
│ ├── key exercise5
│ │ ├── cache.c
│ │ ├── cache.h
│ │ ├── Debug
│ │ ├── defs.h
│ │ ├── driver.c
│ │ ├── exercise5.dep
│ │ ├── exercise5.dsp
│ │ ├── exercise5.dsw
│ │ ├── exercise5.ncb
│ │ ├── exercise5.opt
│ │ ├── exercise5.plg
│ │ ├── Makefile
│ │ ├── rotate.c
│ │ └── smooth.c
│ ├── solution
│ │ ├── Autograder
│ │ │ ├── orig_codefiles
│ │ │ └── sandbox427
│ │ ├── autograder_instructions.html
│ │ ├── auto_grader.pl
│ │ ├── exercise5
│ │ │ └── Debug
│ │ ├── orig_codefiles
│ │ │ ├── cache.c
│ │ │ ├── cache.h
│ │ │ ├── defs.h
│ │ │ ├── driver.c
│ │ │ ├── exercise5.dep
│ │ │ ├── exercise5.dsp
│ │ │ ├── exercise5.dsw
│ │ │ ├── exercise5.ncb
│ │ │ ├── exercise5.opt
│ │ │ ├── exercise5.plg
│ │ │ ├── Makefile
│ │ │ ├── rotate.c
│ │ │ └── smooth.c
│ │ ├── rotate-sol.c
│ │ ├── sandbox427
│ │ ├── smooth-sol.c
│ │ └── solution
│ └── solution.zip
├── exec6
│ ├── _desktop.ini
│ ├── exec6.rar
│ ├── graph
│ │ ├── clsData.cls
│ │ ├── clsThread.cls
│ │ ├── frmGraph.frm
│ │ ├── graph.exe
│ │ └── graph.vbp
│ ├── notes.html
│ ├── RemoteServer
│ │ └── servers.h
│ ├── solution_v1
│ │ ├── grade-graph.zip
│ │ ├── README
│ │ ├── RemoteServer.lib
│ │ ├── sclient.exe
│ │ ├── servers.h
│ │ ├── ThreadedClient.cpp
│ │ ├── ThreadedClient.dsw
│ │ ├── ThreadedClient.ncb
│ │ └── ThreadedClient.opt
│ ├── solution_v11
│ │ ├── Debug
│ │ ├── grade-graph
│ │ │ ├── answers.txt
│ │ │ ├── clsData.cls
│ │ │ ├── clsThread.cls
│ │ │ ├── clsThreadSlice.cls
│ │ │ ├── frmGradeGraph.frm
│ │ │ ├── grade-graph.exe
│ │ │ └── grade-graph.vbp
│ │ ├── grade-graphs
│ │ │ ├── answers1.txt
│ │ │ └── answers.txt
│ │ ├── grade-graph.zip
│ │ ├── README
│ │ ├── RemoteServer.lib
│ │ ├── sclient.exe
│ │ ├── servers.h
│ │ ├── ThreadedClient.cpp
│ │ ├── ThreadedClient.dsp
│ │ ├── ThreadedClient.dsw
│ │ ├── ThreadedClient.ncb
│ │ ├── ThreadedClient.opt
│ │ ├── ThreadedClient.plg
│ │ └── ThreadedClient.positions
│ ├── threadedclient
│ │ ├── Debug
│ │ ├── RemoteServer.lib
│ │ ├── sclient.exe
│ │ ├── servers.h
│ │ ├── tclient.exe
│ │ ├── tclient.ilk
│ │ ├── ThreadedClient.cpp
│ │ ├── ThreadedClient.dsp
│ │ ├── ThreadedClient.dsw
│ │ ├── ThreadedClient.ncb
│ │ ├── ThreadedClient.opt
│ │ └── ThreadedClient.plg
│ ├── threadedclient1
│ │ ├── Debug
│ │ ├── RemoteServer
│ │ │ └── servers.h
│ │ ├── RemoteServer.lib
│ │ ├── servers.h
│ │ ├── tclient.exe
│ │ ├── tclient.ilk
│ │ ├── ThreadedClient.cpp
│ │ ├── ThreadedClient.dsp
│ │ ├── ThreadedClient.dsw
│ │ ├── ThreadedClient.ncb
│ │ ├── ThreadedClient.opt
│ │ ├── ThreadedClient.plg
│ │ └── ThreadedClienty.cpp
│ ├── timestamp_v1
│ │ ├── output.out
│ │ ├── Release
│ │ ├── test.cpp
│ │ ├── Timestamp.dsp
│ │ ├── Timestamp.dsw
│ │ ├── Timestamp.exe
│ │ ├── Timestamp.ncb
│ │ ├── Timestamp.opt
│ │ ├── Timestamp.plg
│ │ ├── tsc.c
│ │ └── tsc.h
│ ├── timestamp_v11
│ │ ├── Debug
│ │ ├── output.out
│ │ ├── test.cpp
│ │ ├── Timestamp.dsp
│ │ ├── Timestamp.dsw
│ │ ├── Timestamp.exe
│ │ ├── Timestamp.ilk
│ │ ├── Timestamp.ncb
│ │ ├── Timestamp.opt
│ │ ├── Timestamp.plg
│ │ ├── tsc.c
│ │ └── tsc.h
│ └── 新建文件夹
│ ├── grade-graph
│ │ ├── answers.txt
│ │ ├── clsData.cls
│ │ ├── clsThread.cls
│ │ ├── clsThreadSlice.cls
│ │ ├── frmGradeGraph.frm
│ │ ├── grade-graph.exe
│ │ └── grade-graph.vbp
│ ├── graph.zip
│ ├── solution_v1
│ │ ├── Debug
│ │ ├── grade-graph
│ │ │ ├── clsData.cls
│ │ │ ├── clsThread.cls
│ │ │ ├── clsThreadSlice.cls
│ │ │ ├── frmGradeGraph.frm
│ │ │ ├── grade-graph.exe
│ │ │ └── grade-graph.vbp
│ │ ├── grade-graph.zip
│ │ ├── README
│ │ ├── RemoteServer.lib
│ │ ├── sclient.exe
│ │ ├── servers.h
│ │ ├── ThreadedClient.cpp
│ │ ├── ThreadedClient.dsp
│ │ ├── ThreadedClient.dsw
│ │ ├── ThreadedClient.ncb
│ │ ├── ThreadedClient.opt
│ │ └── ThreadedClient.plg
│ ├── solution_v1.zip
│ ├── threadedclient
│ │ ├── Debug
│ │ ├── RemoteServer.lib
│ │ ├── sclient.exe
│ │ ├── servers.h
│ │ ├── tclient.exe
│ │ ├── tclient.ilk
│ │ ├── ThreadedClient.cpp
│ │ ├── ThreadedClient.dsp
│ │ ├── ThreadedClient.dsw
│ │ ├── ThreadedClient.ncb
│ │ ├── ThreadedClient.opt
│ │ └── ThreadedClient.plg
│ ├── threadedclient.zip
│ ├── timestamp_v1
│ │ ├── Debug
│ │ ├── output.out
│ │ ├── Release
│ │ ├── test.cpp
│ │ ├── Timestamp.dsp
│ │ ├── Timestamp.dsw
│ │ ├── Timestamp.exe
│ │ ├── Timestamp.ilk
│ │ ├── Timestamp.ncb
│ │ ├── Timestamp.opt
│ │ ├── Timestamp.plg
│ │ ├── tsc.c
│ │ └── tsc.h
│ └── timestamp_v1.zip
└── exercise6.zip
64 directories, 353 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论