Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-03-10 14:31:32
Size: 439
Editor: anderson-camtasia
Comment:
Revision 3 as of 2011-01-18 19:31:43
Size: 668
Editor: 71-88-174-166
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Programming == == DES Lecture ==
Line 5: Line 5:
You must implement the following interface that I will use to grade your DES implementation: IdesGradeable. You may also wish to use an abstract class called [[AdesHelpers]], but it is not required. Also the lecture notes that go with this assignment can be found [[attachment:Des_Decryption.pdf | here]]. The programming lecture notes can be found here Cptr427DesProgrammingLecture The lecture notes can be found [[attachment:Des_Decryption.pdf | here]].

== Programming Assignment ==

Requirements:

 * Language: C#
 * Project Type: Class Library
 * Library must implement the IdesGradeable interface

I will grade your DES implementation using IdesGradeable. To test it yourself, you will need to implement your own user interface, but I do not need that to grade your program. You may also wish to use an abstract class called [[AdesHelpers]], but it is not required. I will use unit testing to determine your grade. If you pass all the tests, you will get 100% on the project.

DES Lecture and Assignment

DES Lecture

The lecture notes can be found here.

Programming Assignment

Requirements:

  • Language: C#
  • Project Type: Class Library
  • Library must implement the IdesGradeable interface

I will grade your DES implementation using IdesGradeable. To test it yourself, you will need to implement your own user interface, but I do not need that to grade your program. You may also wish to use an abstract class called AdesHelpers, but it is not required. I will use unit testing to determine your grade. If you pass all the tests, you will get 100% on the project.

DES (last edited 2011-01-18 19:31:43 by 71-88-174-166)