|
Dynamically allocate arrays when you don't know how many
items to store! |
VB
4.0 (32-bit), VB 5.0, VB 6.0, VB Script, ASP
(Active Server
Pages) |
16465 since
3/4/2003 4:13:13 AM |
All
programmers
need to allocate arrays to store data,
and very often they don't know how much they will be
storing. here is a beginners tutorial that shows how to
dynamically allocate an array on the fly that will only
allocate as many items as are neede ...
|
|
DOS
Parameter/Argument Data Returner Function |
VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB
5.0, VB 6.0 |
4209 since
8/22/2004 5:25:02 PM |
Return
the data of a DOS
argument/parameter to string
|
|
ArchiveMaker AND
Extractor |
VB 6.0 |
9147 since
8/15/2002 10:32:54 AM |
It
asks for a directory and makes a archive with the content
of the directory. It has got a progressbar which shows the
status. Also it can extract the archive to a directory.
|
|
Acolyte of AI with 8 Puzzle |
VB 6.0 |
5190 since
7/5/2004 10:27:43 AM |
This
is an attempt to bring some AI programming
in VB using A Star (A*) algorithm
to solve 8 puzzle problem. This is the famous AI search
algorithm test problem to rearrange misplaced cells in a
proper sequence on an 3 by 3 Number-Board.
|
|
Binary Search |
VB 6.0 |
18620 since
6/25/2001 8:11:59 PM |
A
binary
search I wrote for my grade 12 computers
class. This opens the file sorted.txt and searches for a
record. Much Faster Than a Sequential Search .
|
|
Binary Tree |
VB 6.0 |
12108 since
6/25/2001 8:15:20 PM |
A
Program To Generate a Binary Tree, I havn't done the
search for it yet.
|
|
Bubble Sort Routine |
VB 6.0 |
13243 since
6/25/2001 8:10:07 PM |
A
Bubble Sort - This is a sort that can be used on small
numbers of records. Bubble Sorts file orig.txt in the
application path.
|
|
Dynamic Linked List with basic operations |
VB 6.0 |
4118 since
6/10/2004 3:20:02 AM |
To
Simulate Linked List operations in Visual
basic
|
|
General N Queens (8 Queens) Solution |
VB 6.0 |
3494 since
6/10/2004 2:49:14 AM |
This
is an attempt to bring some Data structure based AI coding
in Visual basic. This application solves any N queens
Problem with VB GUI which is typically referred as 8
Queens Problem using Recursion. This is an NP Complete
solution of the so called NP ..
|
|
General Tower of Hanoi Animation |
VB 6.0 |
3670 since
6/10/2004 5:06:48 AM |
| Animated
Solution to move N Disks from the "From" pole to
a "To" pole using a "Using" pole. Uses
Recursion. Updated with standard and dynamic delay
options. (Thanx to Roger) |