crc32 algorithm
Prim Algorithm Rev 2.0
Demonstrates the PRIM Algorithm to find the minimum Spanning Tree for a Network. more>> Demonstrates the PRIM Algorithm to find the minimum Spanning Tree for a Network.
The Prim Algorithm application was designed to be a simple tool that will demonstrate the PRIM Algorithm to find the minimum Spanning Tree for a Network.
<<lessDijkstra Algorithm 1.0
Dijkstra program can be used to find the shortest path to the destination. more>>
This is a complex algorithm used by routers running link-state routing protocols.
Dijkstra Algorithm is also easy-to-use, small and simple and does not require any installation.
Genetic Algorithm Viewer 1.0
Genetic Algorithm Viewer was designed to show the functioning of a genetic algorithm more>>
Genetic Algorithm Viewer permits the user to test the major parameters of a genetic algorithm.
Physics, Biology, Economy or Sociology often have to deal with the classical problem of optimization. Economy particularly has become specialist of that field1. Generally speaking, a large part of mathematical development during the XVIIIth century dealt with that topic (remember those always repeated problems where you had to obtain the derivative of a function to find its extremes).
Purely analytical methods widely proved their efficiency. They nevertheless suffer from a insurmountable weakness : Reality rarely obeys to those wonderful differentiable functions your professors used to show you2.
Other methods, combining mathematical analysis and random search have appeared. Imagine you scatter small robots in a Mountainous landscape.
Those robots can follow the steepest path they found. When a robot reaches a peak, it claims that it has found the optimum. This method is very efficient, but theres no proof that the optimum has been found, each robot can be blocked in a local optimum. This type of method only works with reduced search spaces.
Genetic Algorithm Library 1.3
set of classes & utilities which provides to use genetic algorithms more>> Genetic Algorithm Library contains a set of classes and utilities which provides easy way to use genetic algorithms to solve optimization problems in C++ applications. The library provides many genetic operations and several types of algorithms. It is highly customizable and easy to use. Only Microsoft Windows platform, Microsoft Visual C++ and Intel C++ compilers are supported. Genetic Algorithm library is currently is in beta testing.
Basic features of the library:
- Many genetic operations, chromosomes representation interfaces and different genetic algorithm.
- Easy customization of the library by using provided interfaces for genetic operations and chromosome representations.
- Support for multiple processors/cores with multithreaded execution of genetic algorithms.

Genetic Algorithm Framework 1
Genetic Algorithm Framework is designed as a reliable and functional tool for users in the sense that it displays how a genetic algorithm uses evolution to solve impossible problems. more>>
Genetic Algorithm Framework 1 is designed as a reliable and functional tool for users in the sense that it displays how a genetic algorithm uses evolution to solve impossible problems. Genetic Algorithms are used to solve difficult problems, such as shipping millions of packages around the world, or sending thousands of trucks across the country in the most efficient way. This program displays how a "traveling salesperson" problem is solved by a genetic algorithm.
The traveling salesperson problem is a salesman who needs to go to N number of cities in the shortest distance possible. There are millions of different possibilities to this problem, and therefore impossible for a human or a brute force computer could figure out in a reasonable amount of time. Genetic Algorithms use evolution to solve this problem.
Requirements:
- Windows XP

AV CRC32 1
AV CRC32 gives you a really convenient software which is ideal for checking the integrity of a file. more>>
AV CRC32 1 gives you a really convenient software which is ideal for checking the integrity of a file. Primarily developed for altaVENTE applications to verify successful downloads, you may use CRC32 to check any files you send to verify their integrity.
Requirements: Windows 95/98/Me/NT/2000/XP/2003 Server/Vista
CRC32 Source 1.0.0.0
CRC32 Source is the official CRC-32 algorithm used in PKZip, WinZip and Ethernet more>>
CRC32.cls 1.0
CRC32 is an algorithm used to create a validation string of data more>> CRC32 is an algorithm used to create a validation string of data.<<less
Optimization Algorithm Toolkit - OAT 1.3
Ease working with classical and state-of-the-art optimization algorithms on standard benchmark problem domains more>>
Main features:
- Graphical User Interface (GUI) with graphs, configuration dialogs, visualizations and much more for the research scientist and interested novice alike.
- Fully featured Application Programming Interface (API) for experimentation, implementation of additional algorithms and problem domains.
- Source code is included to help you learn more about how optimization algorithms work, and to contribute new algorithms and problems to the project.
- Example code to get you up and running quickly and unit tests to ensure algorithm robustness and consistency.
- Provides a focus on computational intelligence and biologically inspired optimization algorithms such as evolutionary algorithms, artificial immune system algorithms, particle swarm optimization, ant colony optimization, and much more.
- Provides literature references for all algorithm implementations (See a full algorithm listing with references).
- Problem Domains Include:
- Continuous Function Optimization, including 24 Algorithms not limited to Evolutionary Algorithms, Artificial Immune System Algorithms, Physics Algorithms, Swarm Algorithms, and Random Algorithms. 69 problem instances not limited to classic functions such as De Jongs F-series, Ackley, Easom, Goldstein, Griewangk, Langermann, Michalewicz, Rastrigin, Rosenbrocks Valley, Schwefel, Six Hump Camel Back, Three Pot Holes, Mahfouds M-series, Bohachevsky, Hansen, Shubert, and many others.
- Huygens Search & Optimization Benchmark Suite: all function optimization algorithms, billions of fractal optimization instances, benchmark server, and much more
- Traveling Salesman Problem (TSP), including 10 algorithms not limited to Ant Colony Optimization, Evolutionary Algorithms, Artificial Immune System Algorithms, and Random Algorithms. 15 problem instances from TSPLib including Berlin52, Burma14, Ulysses22, and many others.
- Protein Folding (Protein Structure Prediction - PSP), including 3 algorithms including Evolutionary Algorithms, and Random Algorithms. 14 problem instances all examples of Dills Hydrophobic-Polar (HP) Model
- Binary Optimization Functions including 6 algorithms not limited to Evolutionary Algorithms, Bit Hill-Climbers, Artificial Immune System Algorithms, and Random Algorithms. 10 problem instances not limited to Trap Functions, Deceptive Functions, Massively Multimodal, OneMax, and others.
- Graph Coloring Problem (GCP), including 2 algorithms including an Artificial Immune System algorithm, 56 problem instances all benchmark instances from the GCP repository on Michael Tricks Operations Research page
- Binary Character Recognition (BCR): 2 algorithms, 1 problem instance (lippman binary character recognition)
System requirements:
- Java
szyfrator 0.42 Alpha
szyfrator is a GUI application that encrypts and decrypts text messages using the public RSA algorithm. more>>
szyfrator can generate two 256 bit keys: public and private and was designed to be very easy to use.
CheckSum Calculator 1.0.0 Build 3
Freeware checksum calculation utility more>>
The supported algorithms include CRC32 (Cyclic Redundancy Code), MD5 (Message Digest number 5) and SHA-1 (Secure Hash Algorithm).
<<less
WinCRC 1.0
WinCRC computes a Crc32 from a string and pushes the result into the clipboard. more>> First of All, WinCRC computes a Crc32 from a string and pushes the result into the clipboard.
Alternately, WinCRC computes a Crc32 from the content of the Clipboard and pushes the result into the clipboard.<<less
CoopFish 1.0
command-line file encryption utility more>> An easy-to-use command line utility for encrypting/decrypting files using the BlowFish algorithm.
It is also designed to be a straightforward encryption plug-in for the Code Co-op revision control system from Reliable Software.<<less
Wavelet Forecasting
stock market data projections more>> Wavelet forecasting on stock market data retrieved from Yahoo Finance. You get a nice picture with the stock graph and a prediction done with the algorithm of Wavelet forecasting. A document in the zip file explains how to use this rather simple tool.<<less
Easysplit 1.7
Easysplit is an easy to use to split files or do a CRC32 check more>>
