Visual Basic Source
 
Publicidade
Visual Basic Sources
 
 
Dynamically allocate arraysDynamically 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 FunctionDOS 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
Archive Maker AND ExtractorArchiveMaker 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 PuzzleAcolyte 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 SearchBinary 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 TreeBinary 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 RoutineBubble 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 operationsDynamic 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) SolutionGeneral 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 AnimationGeneral 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) 

  String Arrays HelpHelp String Arrays VB 4.0 (32-bit), VB 5.0, VB 6.0 1320 since
5/14/2004 8:33:00 PM
     Test your skills, help me, maybe learn something, or have a good flame, suit yourself!
  Hexa to decyHexa to decy VB 6.0 976 since
8/23/2003 3:36:10 PM
     This code shows how to convert hexadecimal number into decimal number and vice versa. It is very easy and you can use this method of conversion also with another numeric systems, for example with binary to decimal, etc.
  Alternate for Collection and DictionaryAlternate for Collection and Dictionary VB 5.0, VB 6.0 4238 since
10/4/2001 3:24:40 PM
     Hive Better, Faster and richer than Collection and Dictionary It supports non string key. You can use Date or Number as a key. Very useful for storing numbered items or calendar information where the key is a date. It has Auto key generation feature. Item
  How to sort a CollectionHow to sort a Collection VB 5.0, VB 6.0 1464 since
11/22/2002 8:15:37 AM
     Simple example shows how to sort the contents of a collection, not very fast, but okay for less than 300 items or so.
  Coding ExplanationCoding Explanation VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script, ASP (Active Server Pages) , VBA MS Access, VBA MS Excel 2044 since
1/17/2005 7:17:51 AM
     How does HUFFMAN Coding Works? Computers store information in zeros and ones: binary “off”s and “on”s. The standard way of storing characters on a computer is to give each character a sequence of 8 bits (or "binary digits") which can be 0’s or 1’s.
Visual-Basic-Source.Com © 2006 | Privacy Policy | Terms Of Use | Home page | Sitemap | Help | Contact