User Tools

Site Tools


haas:fall2020:discrete:projects:dcf2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:fall2020:discrete:projects:dcf2 [2020/09/30 12:00] – [Project Submission] wedgehaas:fall2020:discrete:projects:dcf2 [2020/09/30 16:36] (current) – [Other specification details] wedge
Line 122: Line 122:
   * end of file bytes should no longer be tricky in v3, simply treat them as unencoded data   * end of file bytes should no longer be tricky in v3, simply treat them as unencoded data
   * your program should be mindful of data reads/writes that may hit the end of file marker   * your program should be mindful of data reads/writes that may hit the end of file marker
 +  * ALL variables must be well and pertinently named, and be no fewer than 4 symbols in length
   * your program also should avoid writing the EOF byte as a data byte (or reading it and processing it as anything other than a marker to stop reading).   * your program also should avoid writing the EOF byte as a data byte (or reading it and processing it as anything other than a marker to stop reading).
   * Since we are using single bytes to store our counts, one needs to be mindful not to allow the byte value to "roll over"; limit your counts to 255.   * Since we are using single bytes to store our counts, one needs to be mindful not to allow the byte value to "roll over"; limit your counts to 255.
Line 253: Line 254:
  
 <cli> <cli>
-208:dcf2:final tally of results (208/208)+234:dcf2:final tally of results (234/234)
 *:dcf2:encode.c compiles cleanly, no compiler messages [13/13] *:dcf2:encode.c compiles cleanly, no compiler messages [13/13]
 *:dcf2:encode.c consistent indentation throughout code [13/13] *:dcf2:encode.c consistent indentation throughout code [13/13]
Line 270: Line 271:
 *:dcf2:decode runtime output conforms to specifications [13/13] *:dcf2:decode runtime output conforms to specifications [13/13]
 *:dcf2:decode verification tests succeed [13/13] *:dcf2:decode verification tests succeed [13/13]
 +*:dcf2:project committed and pushed to lab46 repository [26/26]
 </cli> </cli>
  
haas/fall2020/discrete/projects/dcf2.1601467236.txt.gz · Last modified: 2020/09/30 12:00 by wedge