|
Discrete Mathematics and Structures: Theory of Computation and its Application
- 02/21/2006
Computation theory and discrete mathematics provide much of the CS infrastructure. Because they are often taught in isolation, students do not appreciate them. These materials provide traditional lecture materials and tests. More importantly, a C# grep application is offered and a C# DFA ADT.
Usage Types:
Exercise/Exam, Slides, Source Code
|
|
_NET Technology and C Sharp Language
- 02/15/2006
This course will teach students about the basic concepts of .NET/C# language, and let the students know how to make programs using C#. Besides, some knowledge about WEB SERVICE are also introduced.
This is a practical course, especially for those students who have some background in programming.
Usage Types:
Exercise/Exam, Lab, Slides
|
|
QuickSort (C++)
- 02/11/2002
QuickSort reads the specified source file, sorts its contents using the QuickSort algorithm, and writes it to the specified output file. This example demonstrates file/input output as well as a simple recursive algorithm and array manipulation.
Usage Types:
Source Code
|
|
QuickSort (C++ .NET)
- 02/11/2002
QuickSort reads the specified source file, sorts its contents using the QuickSort algorithm, and writes it to the specified output file. This example demonstrates file/input output as well as a simple recursive algorithm and array manipulation.
Usage Types:
Source Code
|
|
QuickSort (C#)
- 02/11/2002
QuickSort reads the specified source file, sorts its contents using the QuickSort algorithm, and writes it to the specified output file. This example demonstrates file/input output as well as a simple recursive algorithm and array manipulation.
Usage Types:
Source Code
|
|
QuickSort (VB .NET)
- 02/11/2002
QuickSort reads the specified source file, sorts its contents using the QuickSort algorithm, and writes it to the specified output file. This example demonstrates file/input output as well as a simple recursive algorithm and array manipulation.
Usage Types:
Source Code
|
|
MergeSort (C++)
- 02/11/2002
MergeSort reads the specified source file, sorts its contents using the MergeSort algorithm, and writes it to the specified output file. This example demonstrates file/input output as well as a simple recursive algorithm and array manipulation.
Usage Types:
Source Code
|
|
MergeSort (C++ .NET)
- 02/11/2002
MergeSort reads the specified source file, sorts its contents using the MergeSort algorithm, and writes it to the specified output file. This example demonstrates file/input output as well as a simple recursive algorithm and array manipulation.
Usage Types:
Source Code
|
|
MergeSort (C#)
- 02/11/2002
MergeSort reads the specified source file, sorts its contents using the MergeSort algorithm, and writes it to the specified output file. This example demonstrates file/input output as well as a simple recursive algorithm and array manipulation.
Usage Types:
Source Code
|
|
MergeSort (VB .NET)
- 02/11/2002
MergeSort reads the specified source file, sorts its contents using the MergeSort algorithm, and writes it to the specified output file. This example demonstrates file/input output as well as a simple recursive algorithm and array manipulation.
Usage Types:
Source Code
|
|
Sorting Demonstration
- 08/02/2001
Sorting Demonstration program and code.
Usage Types:
Source Code
|