Advertisement

Results for "Category: Data Structures"

2002ASP #8141
ADODBTypeName

Quickly find out the type of variables returned from your adodb recordset. TypeName() function doesn't do the trick. Databases offer additional data types. This script helps solve type problems without having to lookup the name of the numbers returned.

2002ASP #8163
Phone Number Conversion

This class is used to interpret phone numbers to and from a database in a specific format. The format is 25 characters long and is explaied withing the script.

2002ASP #8209
ASP & XML

A teaching tool that opens both Excel and Text files as data sources using ADO 2.6. The recordset then is streamed into XML for display. Then the XML is transformed back into ADO for updating the data source (Excel file or Text file).

2002C #15885
Binary Search Tree

This program implements a doubly linked list as a binary search tree and includes functions to: traverse inorder, preorder & postorder, insert and delete a node, search for a node, and count the height of a given leaf.

2002C #15966
Pointers Tutorial.

Pointers Tutorial. Introduction to pointers for beginners. I hope u find it useful. :)

2002C #15996
Hash table functions

Hash table management by Jerry Coffin, with improvements by HenkJan Wolthuis.

2002C #16004
Basics of C/C++: Part III--Loops

This is the third installment of the Lessons in C programming tutorials created by me, Alexander. In this lesson I will cover loops. Loops basically do what it sounds like, loop. If you have read lesson 2 you should understand some Boolean expressions. If you do not, you should read it again. When working with loops it is important to understand truth and false. Maybe you should try doing some truth tables with problems.

2002C #16005
Basics of C/C++ Part 4: Functions

Now that you have learned all about variables, loops, and if statements it is time to learn the next thing in programming: Functions. Obviously, you should have a good idea about what a function is, as you have used ones like cout before. However, this lesson will be more in detail about not only functions that are already made, but about making your own, or maybe I will continue this later...

2002C #16014
Intro to C/C++ Part 9: Strings

This lesson is one on strings. Strings are really arrays, but there are some different functions that are used for strings, like adding to strings, finding the length of strings, and also of checking to see if strings match. Strings are basically sentences, or words. Like, "This is a string".

2002C #16051
Doubly Linked List Template

Template for a doubly linked-list data structure, can be used also for queues and stacks.

2002C #16113
Link list (queue)

produces a link list as a queue. it is part of my billing project and so uses order placing. nothing complicated.

2002C #16133
What is a linked list?

An introduction to linked lists for beginners. I know there are already some. I guess it won't hurt to have another.

2002C #16295
Code Example - Vector Template

a simple vector template.

2002C #16299
Code Example - Stack Template

A simple stack template.

2002C #16300
Code Example - List Template

a simple little list template, done for practice. Comes with example driver.

2002C #16334
Heap Sort

This is a heap sort algorithm that implements an array as a heap, sorts as many as 10000 numbers that are randomly generated and writes them to a file called "heap.out".

2002C #16363
Expression calculator using Expression trees. Infix to Postfix. Reverse Polish Notation(RPN)

Demonstration of expression trees. Creating and evaluationg an expression tree, a special type of binary tree.

2002C #16461
Doubly Linked List

This is simple example of doubly linked list. You can insert/delete items anywhere in the list.

2002C #16463
Text that types itself!

The following code, when running, looks like the text is actually typing itself. This technique uses two main things, char arrays and the Sleep(); function. This technique would be great to use for slash screens, presentations or just impressing your friends! Also, please take the time to vote for my code. Thanks!!

2002C #16472
Database File System

This is to help users to know how we can create our own Database Files with any structure using C Language.

Languages
Top Categories
Global Discovery