Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> C / C++ -> Algorithms Adds this page to your personal favorites
  Algorithms

A C++ N-grams Package 2.0
This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each public function define...
Size: 6 Kb  Downloads: 2164 Updated: 2005-9-27  Rating: 
A Vector Space Model Classifiers Package 3.0
This package defines a simple vector space model classifier interface and two derived examples - a rule based classifier and a case based classifier.
Size: 5 Kb  Downloads: 1737 Updated: 2005-9-26  Rating: 
Binary search 1.0
This is a C++ program that uses binary search to search an element in an array.
Size: 15 Kb  Downloads: 6715 Updated: 2005-1-14  Rating: 
Advertisment
Bitmap Font v1.0
This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com.
Size: 0 Kb  Downloads: 686 Updated: 2005-9-16  Rating: (Not Rated)
Dijkstra's Algorithm .cpp
Dijkstra' algorithm to find the shortest path between nodes i an j in a graph where i and j belongs to all nodes in the graph... Go ahead and steal it!!!
Size: 1 Kb  Downloads: 1710 Updated: 2007-3-11  Rating: (Not Rated)
Do The Untwist v1.0
"Do The Untwist" is the problem of decoding an encrypted message. Its my first assignment of Algorithm Analysis. Programmed By: Rizwan Yasin (NUMLIAN - Islamabad)
Size: 126 Kb  Downloads: 612 Updated: 2005-8-29  Rating: 
EMage - Free Graphics Editor for DOS
A free graphics editor for DOS. It is avilable for download. The site also provides information about opening 16-color bitmaps using Turbo C++ 3.0, graphics algorithms and handling mouse events.
Size: 252 Kb  Downloads: 481 Updated: 2006-5-3  Rating: (Not Rated)
Fingerprint verification algorithm source code v1
Full fingerprint verification and recognition algorithm source code in c language for developers.
Size: 565 Kb  Downloads: 231 Updated: 2008-6-10  Rating: (Not Rated)
Float quicksort routine C/C++ 1.0
Here's a simple quicksort that sorts an array of floats. these two functions can be added to any c++ code and used right away. i've added some optimizations for simple-case scenarios (fast 2 & 3 element sorting). nothing fancy, just a bare-bones workhorse algorithm. note you need to use this WIT...
Size: 0 Kb  Downloads: 2185 Updated: 2005-1-24  Rating: (Not Rated)
Floyd v1.0
Floyd's algorithm implementation. It's very simple, and is written in standard C++.
Size: 144 Kb  Downloads: 4512 Updated: 2004-6-4  Rating: 
Font Image Recognition Routine 1.0.1
Font image recognition uses a 100x100 pixels 24-bit bmp image font image or freehand drawn letter image. Using the -i switch it builds an image vector file and using the -c switch it compares to an another generated vector file giving matching result. It is aimed to help PDA freehand text data input...
Size: 45 Kb  Downloads: 262 Updated: 2007-5-14  Rating: (Not Rated)
Game of Tower of Hanoi 1.1
It is a nice game of Tower of hanoi, made in c++. I'm just giving you the exe file. if you want the source code do write me a mail. Run the exe from inside of the graphics file folder.
Size: 21 Kb  Downloads: 2301 Updated: 2005-9-29  Rating: 
General Purpose Hash Function Algorithms Library v0.0.1
The General Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithm in the Object Pascal, C and C++ programming languages
Size: 12 Kb  Downloads: 3080 Updated: 2004-7-23  Rating: 
Magic Square
Its an algorithm written in C/C++ for solving magic square. Its a square of NxN cells, each cell has no.s whoes sum either vertical, horizontal or diagonally equal at any row or coloum.
Size: 1 Kb  Downloads: 2808 Updated: 2005-6-27  Rating: 
Matrix lib v1.5
This is a C++ library of routines for working with 4x4 matrices. These routines offer rotation, scaling, and translation.
Size: 4 Kb  Downloads: 1438 Updated: 2005-8-15  Rating: (Not Rated)
Maze generator v1.0
This program generates mazes using depth first search.
Size: 22 Kb  Downloads: 1649 Updated: 2005-9-5  Rating: 
Minimum sound Intensity Level v1.0
Programmed By Rizwan Yasin Khan (NUML Islamabad). Its the graph problem to find the path b/w two vertices having minimum level of sound intensity.
Size: 11 Kb  Downloads: 352 Updated: 2005-9-29  Rating: (Not Rated)
Neural Networks in C++ v1.0
A basic back propagation algorithm written in c++ using classes.
Size: 3 Kb  Downloads: 1954 Updated: 2005-8-1  Rating: 
NQueensPuzzleSolver 1.0.0.1
Program to solve the 8 queens problem and the generic n-queens problem. Pretty fast up through 10x10 board. There are some much faster but this one was written by me in 1970 and I think my way of doing it may be unique.
Size: 44 Kb  Downloads: 332 Updated: 2007-3-3  Rating: 
PATRICIA algorithm for float numbers 1.0
This is Patricia algorithm coded in c++. It is kind of radix trie. Very efective search and insertion.
Size: 40 Kb  Downloads: 1294 Updated: 2004-11-16  Rating: (Not Rated)
Permalex v1.0
This program takes a string as input. Then it prints all possible permutations of the given string in dictionary order. It also gives the rank of given string in all possible permutations. The logic of this program is heavily based on recursion.
Size: 3 Kb  Downloads: 135 Updated: 2007-10-22  Rating: 
Permutation generator v1.0
This program gets a string from the input console and displays all possible permutations of the string.
Size: 0 Kb  Downloads: 520 Updated: 2006-12-10  Rating: 
Prims Algorithm implementation 1.0
it is a demo of prims algorithm..and is implemented using an adjacency list...hmmm helpful do a download an check it out..
Size: 2 Kb  Downloads: 325 Updated: 2008-1-24  Rating: (Not Rated)
Radar Scopes
This program is an algorithm for solving Radar Scopes Problem written in C/C++. I modified it to produce desired result.
Size: 7 Kb  Downloads: 603 Updated: 2005-6-27  Rating: (Not Rated)
Rock generator v1.0
This program creates 3-dimensional rocks comprised of triangles by taking the convex hull of a sphere distorted with Perlin noise. It outputs these rocks in OpenGL code. It requires the free CGAL library from http://www.cgal.org/ to compile.
Size: 4 Kb  Downloads: 1184 Updated: 2005-8-15  Rating: (Not Rated)
Snakes and Ladders 1.0
A console based snakes and ladders. C++ source can be compiled in any OS.
Size: 14 Kb  Downloads: 853 Updated: 2006-10-20  Rating: 
Tutorial on using mouse in ur dos programs
This tutorial helps to use mouse in ur dos programs also a gui library is provided for developing professional quality applications
Size: 18 Kb  Downloads: 1635 Updated: 2005-7-6  Rating: (Not Rated)
Unidirectional Traveling Sale Person
This is algorithm designed for solving "Unidirectional Traveling Sale Person" problem, written in C/C++.
Size: 10 Kb  Downloads: 1018 Updated: 2005-6-24  Rating: (Not Rated)


Found a broken link? Please report it to us.

 

Sponsored Links 
Software Localization Tool Sisulizer
Localize DotNet, C++ Builder, Delphi, C/C++, Visual Basic & Java apps & html help. Try Sisulizer now
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.
DVD/CD Duplicators - All Free Shipping
Simple Disc-to-Disc Duplication. 2 Year Warranty & Free Shipping.
-software
-software, Try 4 Different Flavors Today, Pay Only Shipping Fee.
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
Advanced Imaging provides the latest information on the imaging hardware, software and peripherals that are used in capturing, displaying, manipulating and storing images.
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.