Results for "Author: goofy goblin"
This class is an alternative for the ListBox control. The class allows you to have all the functions of a ListBox without the GUI overhead. This is perfect if you are jsut wishing to manage data in the list and not actully show it to the user. The class also contains a modified Quick Sort function allowing you to sort the list without messing up what item data goes with each item.
This program provides you with four popular sorting functions. The Bubble Sort, the Shaker Sort (Also know as cocktail Sort), the Shell Sort and finially the Quick Sort. The program also allows you to test all four functions agenst each other, to show what ones are the fastest. Each sort function is placed in its own module so you can simply throw it right into whatever programs you may need it for. Obviously I have not created any of these functions, all have been written in VB6 with help from various C++ code and various pseudocode. More information on each function can be found on sites such as Wikipedi, which has example code for some functions. P.S. There is actually a program contained with this example called "Generate List". This will allow you to generate a list of any size in no time. Such as the 30,000 item list i used in my screenshot.
This class is an alternative for the ListBox control. The class allows you to have all the functions of a ListBox without the GUI overhead. This is perfect if you are jsut wishing to manage data in the list and not actully show it to the user. The class also contains a modified Quick Sort function allowing you to sort the list without messing up what item data goes with each item.
This program provides you with four popular sorting functions. The Bubble Sort, the Shaker Sort (Also know as cocktail Sort), the Shell Sort and finially the Quick Sort. The program also allows you to test all four functions agenst each other, to show what ones are the fastest. Each sort function is placed in its own module so you can simply throw it right into whatever programs you may need it for. Obviously I have not created any of these functions, all have been written in VB6 with help from various C++ code and various pseudocode. More information on each function can be found on sites such as Wikipedi, which has example code for some functions. P.S. There is actually a program contained with this example called "Generate List". This will allow you to generate a list of any size in no time. Such as the 30,000 item list i used in my screenshot.
This class is an alternative for the ListBox control. The class allows you to have all the functions of a ListBox without the GUI overhead. This is perfect if you are jsut wishing to manage data in the list and not actully show it to the user. The class also contains a modified Quick Sort function allowing you to sort the list without messing up what item data goes with each item.
This program provides you with four popular sorting functions. The Bubble Sort, the Shaker Sort (Also know as cocktail Sort), the Shell Sort and finially the Quick Sort. The program also allows you to test all four functions agenst each other, to show what ones are the fastest. Each sort function is placed in its own module so you can simply throw it right into whatever programs you may need it for. Obviously I have not created any of these functions, all have been written in VB6 with help from various C++ code and various pseudocode. More information on each function can be found on sites such as Wikipedi, which has example code for some functions. P.S. There is actually a program contained with this example called "Generate List". This will allow you to generate a list of any size in no time. Such as the 30,000 item list i used in my screenshot.
This class is an alternative for the ListBox control. The class allows you to have all the functions of a ListBox without the GUI overhead. This is perfect if you are jsut wishing to manage data in the list and not actully show it to the user. The class also contains a modified Quick Sort function allowing you to sort the list without messing up what item data goes with each item.
This program provides you with four popular sorting functions. The Bubble Sort, the Shaker Sort (Also know as cocktail Sort), the Shell Sort and finially the Quick Sort. The program also allows you to test all four functions agenst each other, to show what ones are the fastest. Each sort function is placed in its own module so you can simply throw it right into whatever programs you may need it for. Obviously I have not created any of these functions, all have been written in VB6 with help from various C++ code and various pseudocode. More information on each function can be found on sites such as Wikipedi, which has example code for some functions. P.S. There is actually a program contained with this example called "Generate List". This will allow you to generate a list of any size in no time. Such as the 30,000 item list i used in my screenshot.
This class is an alternative for the ListBox control. The class allows you to have all the functions of a ListBox without the GUI overhead. This is perfect if you are jsut wishing to manage data in the list and not actully show it to the user. The class also contains a modified Quick Sort function allowing you to sort the list without messing up what item data goes with each item.
This program provides you with four popular sorting functions. The Bubble Sort, the Shaker Sort (Also know as cocktail Sort), the Shell Sort and finially the Quick Sort. The program also allows you to test all four functions agenst each other, to show what ones are the fastest. Each sort function is placed in its own module so you can simply throw it right into whatever programs you may need it for. Obviously I have not created any of these functions, all have been written in VB6 with help from various C++ code and various pseudocode. More information on each function can be found on sites such as Wikipedi, which has example code for some functions. P.S. There is actually a program contained with this example called "Generate List". This will allow you to generate a list of any size in no time. Such as the 30,000 item list i used in my screenshot.