| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Simple GPS Plugin to add GPS capability to your program | VB.NET | Intermediate / Jeff Spaulding | 9062 since 5/16/2006 3:25:45 PM |
By 2 Users
|
| |
This solution Creates a dll that can be linked dynamically to your program. It provides a class called GPSInfo. (if you don't want to use it as a DLL then you can just copy the GPSInfo.vb file into your program directly.) This class allows you to set the ...(description truncated) |
| |
| |
| |
 |
Sort Algorithms Comparison | C# | Intermediate / The MOLiSoft team | 2458 since 7/13/2008 6:10:40 PM |
By 1 Users
|
| |
This application compares five sorting algorithms:
Quick Sort
Merge Sort
Bubble Sort
Radix Sort
Shell Sort
and prints out the number of comparisons done in every algorithm,number of swaps, and the whole time taken for the algorithm to be complete.
It is f ...(description truncated) |
| |
| |
| |
 |
Stack | C# | Beginner / CodeBased | 2893 since 1/23/2004 3:46:34 AM | Unrated
|
| |
This stack is basedon arraylist algoritm. i.e. when stack will be full, it will increase by currentsize*2.
|
| |
| |
| |
 |
Supplemental IO Classes | VB.NET | Intermediate / Ben Coats | 2311 since 9/5/2005 2:52:08 PM | Unrated
|
| |
A class library designed to enhance functionality of the System.IO namespace. Library contains: FileInfoArrayList class, DirectoryInfoArrayList class, ArrayListWithEvents class, InvalidParameterException class, and an EnhancedDirectoryInfo class. |
| |
| |
| |
 |
Telephone Book | VB.NET | Beginner / Javier García Alonso | 10772 since 5/21/2003 5:35:43 AM |
By 6 Users 5 Excellent Ratings
|
| |
This code implements a simple class, wich stores and manages some basic data(name, address and telephone). It also saves and opens data using serialization :-).
Uses a MDI form with toolbar and menuitems to navigate the different options. (ScreenShot) |
| |
| |
| |
 |
Tree ADT | C#, VB.NET | Intermediate / Andrew Powney | 3492 since 4/5/2004 6:30:56 PM | Unrated
|
| |
This implements a binary tree without requiring references to GUI libraries. It also exposes an in-order, non-recursive enumerator for tree traversal. |
| |
| |
| |
 |
VB2005 OLEDB Demo | VB.NET | Beginner / ShoreSide | 10617 since 3/14/2006 2:58:25 PM |
By 7 Users 6 Excellent Ratings
|
| |
Visual Basic 2005 OLEDB Demo - showing how to use a database in code only. |
| |
| |
| |
 |
Vector class | C#, VB.NET, ASP.NET, C++.NET | Intermediate / Nick Ruisi | 5806 since 4/19/2002 11:05:24 AM |
By 2 Users 2 Excellent Ratings
|
| |
The Collections.ArrayList class is usefull, but as a Java coder, I really miss the functionality of java.util.Vector. So, here it is. Most of the basic methods of the Java Vector class are replicated here, along with a few that I threw in. I did leave out ...(description truncated) |
| |
| |
| |
 |
VS2008 LINQ .ToDataTable | VB.NET | Intermediate / Kevin S. Gallagher | 6697 since 9/5/2008 10:27:02 AM | Unrated
|
| |
Shows how to take a LINQ result and convert to a DataTable. The code used to convert came from a Microsoft developer. Shows the converted data used in a simple DataGridView and also a simple For/Next statement. (ScreenShot) |
| |
| |
| |
 |
WorkWithCollections | VB.NET | Intermediate / blanch | 3043 since 9/7/2008 5:32:39 PM | Unrated
|
| |
Determine the combination of Class, Structure, and Collection that operates the way I want.
The way I want is that the object that Collection.Item is assigned to acts like a pointer rather
than a variable. When Collection.Item(1) is assigned to an Object, ...(description truncated) |
| |