Languages C / C++ Algorithms  

Algorithms

 
Records 1-9 of 9
Title  /  Popularity Revised  Rating Size
a Binary Search Example
The program accepts the name of an input file from the command line. Then it reads strings from the input file into a dynamically allocated array of pointers to char. Prompts the user for a string to search for. After ...
May 27th 2012 4 stars 1k
Advanced Encryption Standard
Implement the advanced encryption standard (AES) in C. Includes certification test from FIPS.
March 12th 2009   8k
Algebra Solver
Solves Algebraic Equations with the Determinant method. Introduces linear algebra which is very helpful in computers
January 29th 2009   1k
Two basic programs, one in PowerBasic the other in QB45
Two basic programs, one in PowerBasic the other in QB45, to demonstrate to beginning programmers how to construct a SIMPLE databaseù They let you ADD, EDIT, DELETE or PRINT records
June 30th 2008   8k
CCITT Cyclic Redundancy Codes (CRC)
Calculate CCITT cyclic redundancy codes (CRC)without clobbering the rocessor's data cache. Both 16 and 32 bit codes are provided.
February 3rd 2007   1k
A Simple Finite State Machine
This program can determin very accurately the nature of the user input, it detects whether it is an integer, a float, a number in scientific notation or simply an invalid input. To be capable of doing this the program uses ...
October 31st 2006   8k
Lines Counter
Have you ever wanted to count the lines of your code in C or C++ without the commentaries and blank lines,well with this program you can do it. Please feel free to vote or to live some comments,it will be ...
October 3rd 2006   1k
A Keyboard Recorder
The purpose of these program is to simulate a human typist,the way that these program proceed to do this is to first record the time delay between each keyboard hit,those time delays are then saved into an array and later,they ...
March 8th 2006   5k
Natural Language Processing: Sentence Matching Algorithm
This is my own attempt to create a program that can match sentences by using the "edit distance" or "Levenshtein distance",all feedbacks are very welcome! (comments,votes,suggestions...)
March 8th 2006   19k
New Code
Popular Code