MAG Random Number Algorithm (Popularity: )
(Score: 12.94)
MAG is an algorithm (cellular automata) that creates an apparently random stream of numbers. It is very simple and very fast.There are arguments that the MAG algorithm can be easily transformed in the NP class of problems which enables a complexity-theoretic ...
Category:
Main\Science\Math\Applications\Communication Theory
|
The Complete Collection of Algorithm Animations (Popularity: )
(Score: 12.83)
An extensive list of links to algorithm animations, primarily Java applets. The list is organized by site and by algorithm. [Not recently maintained.]
Category:
Main\Computers\Algorithms\Animated
|
The EigenTrust Algorithm for Reputation Management in P2P Networks (Popularity: )
(Score: 12.76)
An eingenvalues algorithm for calculating reputation in P2P networks and isolating malicious peers. There is a relationship with PageRank algorithm.
Category:
Main\Computers\Software\Information Retrieval\Ranking
|
Fast Line Drawing Algorithms by Po-Han Lin (Popularity: )
(Score: 12.30)
Contains sources for graphical algorithms to draw lines. Included are the popular Bresenham algorithm, the Wu's Symmetric Double-Step, and the fastest non-cpu dependent algorithm, the Extremely Fast Line Algorithm (EFLA).
Category:
Main\Computers\Programming\Graphics\Algorithms and Data Structures
|
RFC 2528 - Representation of Key Exchange Algorithm (KEA) Keys in Internet X.509 PKI Certificates (Popularity: )
(Score: 12.07)
The PKIX specification profiles the format and semantics of fields in X.509 V3 certificates containing Key Exchange Algorithm (KEA) keys, a classified algorithm for exchanging keys.
Category:
Main\Computers\Security\Public Key Infrastructure\PKIX
|
TEA - a Tiny Encryption Algorithm (Popularity: )
(Score: 11.90)
TEA is a very small, efficient algorithm offering a moderate level of security
Category:
Main\Science\Math\Applications\Communication Theory
|
Lossless Image Compression Algorithm (Popularity: )
(Score: 11.90)
Discusses an algorithm that compresses files and compares them to other formats.
Category:
Main\Science\Technology\Electrical Engineering\Image Processing
|
The LLL Algorithm (Popularity: )
(Score: 11.86)
Papers on the LLL algorithm and its applications collected by François Koeune.
Category:
Main\Science\Math\Number Theory\Computational
|
Message Authentication Algorithm (Popularity: )
(Score: 11.86)
Algorithm specification and its implementation in 'C' and in BASIC.
Category:
Main\Science\Math\Applications\Communication Theory
|
The PC1 Encryption Algorithm (Popularity: )
(Score: 11.86)
The source code of the 128-bit PC1 cipher algorithm in Java.
Category:
Main\Computers\Programming\Languages\Java
|
Basic Life Support AED Treatment Algorithm (Popularity: )
(Score: 11.75)
Algorithm for use with the automatic external defibrillator based on the American Heart's guidelines.
Category:
Main\Health\Public Health and Safety\Emergency Services\Medical
|
WASA (Popularity: )
(Score: 11.75)
A Java implementation of the Wealthy Adaptative Search Algorithm, a constraint-solving algorithm using a stochastic approach. Sourceforge/GPL.
Category:
Main\Computers\Algorithms\Sorting and Searching
|
MD5 Message Digest Algorithm (Popularity: )
(Score: 11.75)
Algorithm specification and its implementation in 'C'.
Category:
Main\Science\Math\Applications\Communication Theory
|
Barnes & Hut Treecode Algorithm (Popularity: )
(Score: 11.68)
[open source - multiplatform] A guide to a tree code algorithm implementation, used for astronomical N-body simulations.
Category:
Main\Science\Astronomy\Software\Computational Astrophysics
|
The LBE Data Compression Algorithm (Popularity: )
(Score: 11.68)
A Huffman like algorithm that uses triangular matrices, rather than binary trees, for string substitution. Free source code available.
Category:
Main\Computers\Algorithms\Compression
|
Postman's Sort (Popularity: )
(Score: 11.61)
A linear time general purpose sorting algorithm. Included is a description of the algorithm and downloadable executables for Windows computers.
Category:
Main\Computers\Algorithms\Sorting and Searching
|
EM algorithm for Mixture models (Popularity: )
(Score: 11.61)
Shotaro Akaho's implementation of EM algorithm for modeling Mixtures of Gaussians (Java, free). An extended version is available from the author.
Category:
Main\Computers\Artificial Intelligence\Machine Learning\Software
|
Bangla Spell Checker Algorithm (Popularity: )
(Score: 11.14)
This is a paper dealing with an algorithm for checking bangla spellings in scanned text (OCR). Pdf. Reference page.
Category:
Main\Computers\Software\Globalization\Language Specific
|
ISO Week Algorithm (Popularity: )
(Score: 11.14)
An algorithm for converting Gregorian Calendar Dates to the ISO 8601 Week Date format (Y2K Compliant).
Category:
Main\Science\Reference\Standards\Individual Standards
|
Genetic Algorithm - Maze Solver (Popularity: )
(Score: 11.14)
Has a Java applet that helps the reader visualize the inner workings of the genetic algorithm.
Category:
Main\Computers\Artificial Intelligence\Genetic Programming\Algorithms
|
The Condensation Algorithm (Popularity: )
(Score: 11.12)
A good descriptive page about the condensation algorithm. Contains downloadable source code, results, publications and links to related work.
Category:
Main\Computers\Artificial Intelligence\Vision
|
The Recursive Ray Tracing Algorithm (Popularity: )
(Score: 11.11)
Explains how the basic ray tracing algorithm with reflection, transparency and shadows works.
Category:
Main\Computers\Software\Graphics\3D
|
Visible Euclidean Algorithm (Popularity: )
(Score: 11.11)
Enter two positive integers, and click the button to see the operations of the Euclidean Algorithm.
Category:
Main\Science\Math\Number Theory\Computational
|
Fortran Genetic Algorithm (Popularity: )
(Score: 11.04)
Initializes a random sample of individuals with different parameters to be optimized using the genetic algorithm approach -- evolution via survival of the fittest. By David Carroll.
Category:
Main\Computers\Programming\Languages\Fortran
|
Forensic Algorithm Project (Popularity: )
(Score: 11.03)
Algorithm in the treatment of schizophrenia in the correctional setting by Charles Anthony Buscema, MD and Qamar A. Abbasi, MD, PhD. Consultations to jail/prison systems, academic symposia,& staff training are all available services.
Category:
Main\Health\Medicine\Medical Specialties\Psychiatry
|
ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) (Popularity: )
(Score: 11.01)
By Scott Robert Ladd describes the application of ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to the analysis of GNU C compiler optimization flags.
Category:
Main\Computers\Programming\Compilers\GNU Compiler Collection
|
MEDEA: Matrix Exponential Differential Equation Algorithm (Popularity: )
(Score: 10.99)
Algorithm for the numerical integration of systems of ordinary differential equations arising in chemical problems. C ocde, free to use.
Category:
Main\Science\Math\Numerical Analysis\Software
|
PID Control Algorithm Information (Popularity: )
(Score: 10.93)
Description and information about the PID algorithm, including sample code.
Category:
Main\Science\Technology\Chemical Engineering\Process Measurement and Control
|
ABSSP Algorithm (Popularity: )
(Score: 10.75)
ABSSP is an exact algorithm for solving Subset Sum problem.
Category:
Main\Science\Math\Operations Research\Commercial Sites
|
Hamiltonian Circuit Algorithm (Popularity: )
(Score: 10.61)
A new algorithm for finding Hamiltonian circuits with a constructive proof of Dirac's theorem and applications to finding Knight's Tours by Ashay Dharwadker.
Category:
Main\Science\Math\Combinatorics\Graph Theory
|