⇤ ← Revision 1 as of 2010-03-10 14:31:32
Size: 439
Comment:
|
Size: 732
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. You may use the unit tests to test your implementation as well. 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. You may use the unit tests to test your implementation as well. If you pass all the tests, you will get 100% on the project.