User Tools

Site Tools


haas:fall2020:cprog:projects:cnv0

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:cprog:projects:cnv0 [2020/10/08 12:43] wedgehaas:fall2020:cprog:projects:cnv0 [2020/10/08 15:04] (current) – [Submission] wedge
Line 89: Line 89:
  
 Because there are 3 factor pairs, 12 would be considered an nary(3) value (or a tertiary number). Because there are 3 factor pairs, 12 would be considered an nary(3) value (or a tertiary number).
 +
 +=====grabit=====
 +There is a grabit for this project, which will provide you with some files pertinent for performing this project.
 +
 +Run '**grabit**' on lab46 in the appropriate manner to obtain the files.
 +
 +=====Compiling=====
 +Since there is a provided Makefile in the project grabit, we can use that to compile, either regularly:
 +
 +<cli>
 +yourpi:~/src/cprog/cnv0$ make
 +</cli>
 +
 +Or, with debugging support:
 +
 +<cli>
 +yourpi:~/src/cprog/cnv0$ make debug
 +</cli>
  
 =====Program===== =====Program=====
Line 143: Line 161:
  
 The execution of the program is short and simple- obtain the input, do the processing, produce the output, and then terminate. The execution of the program is short and simple- obtain the input, do the processing, produce the output, and then terminate.
- 
-=====grabit===== 
-There is a grabit for this project, which will provide you with some files pertinent for performing this project. 
- 
-Run '**grabit**' on lab46 in the appropriate manner to obtain the files. 
- 
-=====Compiling===== 
-Since there is a provided Makefile in the project grabit, we can use that to compile, either regularly: 
- 
-<cli> 
-yourpi:~/src/cprog/cnv0$ make 
-</cli> 
- 
-Or, with debugging support: 
- 
-<cli> 
-yourpi:~/src/cprog/cnv0$ make debug 
-</cli> 
  
 =====Reference===== =====Reference=====
Line 224: Line 224:
 <code> <code>
 91:cnv0:final tally of results (91/91) 91:cnv0:final tally of results (91/91)
-*:cnv0:project resources obtained via grabit by Sunday [13/13]+*:cnv0:resources obtained via grabit by Sunday before deadline [13/13]
 *:cnv0:proper error checking and status reporting performed [13/13] *:cnv0:proper error checking and status reporting performed [13/13]
 *:cnv0:correct variable types and name lengths used [13/13] *:cnv0:correct variable types and name lengths used [13/13]
haas/fall2020/cprog/projects/cnv0.1602160995.txt.gz · Last modified: 2020/10/08 12:43 by wedge