http:^^www.cs.washington.edu^education^courses^143^currentqtr^admin^turnin.html
来自「This data set contains WWW-pages collect」· HTML 代码 · 共 114 行
HTML
114 行
Date: Mon, 02 Dec 1996 14:26:41 GMTServer: NCSA/1.4.2Content-type: text/html<html><head><title>CSE 143 Turn-in Policy</title></head><body><h1>CSE 143 Turn-in Policy</h1></ul><hr>This document explains the turn-in policy that will be used for CSE143 this quarter. On all programming projects, you will be requiredto turn in two things: a hard copy of your solution, and a copy on3.5" disk. The hard copy will allow the TAs to scribble comments onyour code and output, and write down your grade. The disk will beused to run your program and verify that it works. Each component isexplained in more detail below.<hr><h2>Hard Copy</h2>In general, the submitted hard copy should contain (i) a cover sheet,(ii) your code, and (iii) output showing the result of running yourprogram on a few well-chosen test cases.<p><ul><li><b>cover sheet</b> -- this should be a <i>concise</i> explanationof the stack of paper you're giving us: If there are multiple files,what part of the program is located in each one? What test cases didyou run, and why did you choose them? Think of this as a roadmap thatyour TA can use to decipher this stack of paper you're turning in --something that can be quickly scanned to get an understanding ofwhat's to come (note that if you're well-organized, this can double asyour README file, as explained below)<p><li><b>code</b> -- your code should be fully commented so that it'sclear what each function does: what its preconditions, postconditions,and invariants are. Essentially, what does it do. In addition, eachsource file you turn in should have a short explanation at the topindicating what code is in that C or header file.<p><li><b>test cases</b> -- on most projects, we'll supply you with a fewtest cases to run your program on, and will ask you to create a few ofyour own, to demonstrate an interesting aspect of your solution. Youshould supply output of your program running on our test cases(labelled to indicate which test case it was), as well as anyinteresting test cases that you created, and their associated output.Be sure to attach a sentence or two explaining what your test casedemonstrates.</ul><h2>Disk</h3>The disk you turn in should be labelled to indicate which of the foursupported platforms it should be run on:<ul><li> Macintosh with Symantec C++<li> PC under Windows 3.11 with Borland C++ v4.5<li> PC under Windows 3.11 with MSVC++ V1.51<li> UNIX with g++</ul>Remember that if you develop on another platform, it is yourresponsibility to make sure that your source code works on one of thesupported platforms before submitting it, and that you supply us withan executable for the supported platform.<p>The disk should contain the source code, test cases, output from thetest cases, and executable that make up your program. In general,this will mean copying the folder or directory that you're working inonto the floppy disk. Since this will typically involve many files,you should place a README in the disk's top-level directory,explaining what all the files are. If we can't find them, we can'tgrade them. A sample README is located <a href ="README.sample">here</a>, although any format is fine as long as itexpresses the important information <i>concisely</i>.<p>In general, we should be able to just pop in your disk, consult yourREADME file, and run the program. In addition, you should supplyeverything that is required to build the executable (although weshouldn't ever have to do so, since you've supplied a copy of it).<p><b>UNIX users</b>: Since most UNIX machines don't have a floppy driveattached to them, your best bet is to tar up your working directories,ftp them to a Mac or PC, and save them to disk. Your README shouldmake it obvious how to reverse the process. You should also specifywhat machine your executable was made on. If you'd like to discussalternate turn-in arrangements, please consult with your TA.<h2>Other Questions?</h2>If you have other questions about the turn-in, procedure, pleasediscuss the details with your TA.<p><hr><address><a href="mailto:cse143-webmaster@cs.washington.edu">cse143-webmaster@cs.washington.edu</a></address></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?