Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.437.570 Times

Eclat Algorithm Implementation freeware
Filter: All | Freeware | Demo
 

Eclat Algorithm Implementation

1 2 3 4 5 > 
Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 417

Eclat Eclat is a small, simple application specially designed to help you find frequent item sets (also closed and maximal) with the eclat algorithm, which carries out a depth first search on the subset lattice and determines the support of item sets by intersecting transaction lists. The current...



Platforms: Windows

License: Freeware Download (447): Eclat Download

Added: April 16, 2013 | Visits: 594

wireless networks it is used for genetic algorithm implementation for scheduling in wireless sensor networks





Platforms: Matlab

License: Freeware Size: 10 KB Download (49): wireless networks Download

Added: July 01, 2010 | Visits: 1.569

Fast MD5 Implementation in Java Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements. How Fast Is It? Short answer:Much faster than any other Java...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (176): Fast MD5 Implementation in Java Download

Added: July 26, 2013 | Visits: 343

LZW Compression Algorithm This is a simple implementation of the famous LZW algorithm.


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (48): LZW Compression Algorithm Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 544

Apriori Apriori is a small, simple, command prompt application designed to help you find association rules and frequent item sets (also closed and maximal) with the apriori algorithm, which carries out a breadth first search on the subset lattice and determines the support of item sets by subset tests....


Platforms: Windows

License: Freeware Download (469): Apriori Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 492

FPgrowth FPgrowth is a simple, tiny application that will help you find frequent item sets (also closed and maximal) with the fpgrowth algorithm (frequent pattern growth, Han et al 2000), which represents the transaction database as a prefix tree which is enhanced with pointers that organize the nodes...


Platforms: Windows

License: Freeware Download (470): FPgrowth Download

Added: August 20, 2013 | Visits: 448

GFFT GFFT is generic simple and efficient Fast Fourier Transforms (FFT) implementation using policy-driven design and template metaprogramming. This new implementation of Fast Fourier transforms rose during study of the classical Cooley-Tukey algorithm and from an idea to assume the transform length...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (35): GFFT Download

Added: September 04, 2013 | Visits: 282

pycrc for Linux pycrc is a free, easy to use Cyclic Redundancy Check (CRC) calculator and source code generator pycrc provides CRC reference implementations in Python and a source code generator for C. The used CRC variant can be chosen from a fast but space-consuming implementation to slower but smaller...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (45): pycrc for Linux Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 331

jocPTask PTask, short for for Parallel Task, is a Java-based library that was designed in order to simplify the implementation of parallelized algorithms. The base concept is to define a description of your algorithms with it's parallel and serial sections and then execute these descriptions on a fixed...


Platforms: Windows

License: Freeware Download (42): jocPTask Download

Released: December 18, 2012  |  Added: December 18, 2012 | Visits: 566

Lzip for Linux Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data...


Platforms: Mac, Linux

License: Freeware Size: 92 KB Download (423): Lzip for Linux Download

Added: May 10, 2013 | Visits: 439

Python XTEA Encryption The module implements the basic XTEA block encryption algorithm (`xtea_encrypt`/`xtea_decrypt`) and also provides a higher level `crypt` function which symmetrically encrypts/decrypts a variable length string using XTEA in OFB mode as a key generator. The `crypt` function does not use...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Python XTEA Encryption Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 432

ClusterMX ClusterMX is developed as a CLI-based tool that is able to implement various clustering algorithms. Among those algorithms we can find: · K-Means clustering optimized by random walks; · Weighted K-Means (applying force filed to the multidimensional clustering space); · EM Clustering...


Platforms: Windows

License: Freeware Download (47): ClusterMX Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 379

MCN's Text Hasher MCN's Text Hasher is a small, simple application specially designed to offer you a MD5 based text hasher. This tool was developed to be as easy to use as possible: you just enter the text, press hash and you're good to go. for WindowsAll


Platforms: Windows

License: Freeware Download (421): MCN's Text Hasher Download

Added: February 03, 2010 | Visits: 850

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Added: March 23, 2013 | Visits: 432

Particle Swarm Optimization (PSO) algorithm A flexible implementation of PSO algorithm with time-varying parameters. Algorithm is suitable for solving continuous optimization problems. Special care has been taken to enable flexibility of the algorthm with respect to its parameters and to initial population selection. Detailed logging of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Particle Swarm Optimization (PSO) algorithm Download

Added: May 02, 2010 | Visits: 1.065

Algorithm::AhoCorasick::SearchMachine Algorithm::AhoCorasick::SearchMachine provides an implementation and low-level interface of Algorithm::AhoCorasick. Feeds input to the state machine. First (after the instance) argument of this method is the input text (which can be empty, in which case the method doesnt do anything), second...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (114): Algorithm::AhoCorasick::SearchMachine Download

Added: August 23, 2013 | Visits: 464

Hungarian Algorithm for Linear Assignment Problems (V2.2) This is an extremely fast implementation of the famous Hungarian algorithm (aslo known as Munkres' algorithm). The new version (V2.2)is about 1.5 times faster than the old version (V2.1). It can solve a 1000 x 1000 problem in about 20 seconds in a Core Duo (T2500 @ 2.00GHz) XP laptop with Matlab...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Hungarian Algorithm for Linear Assignment Problems (V2.2) Download

Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm In this M-file, the implementation of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the playing iterative course.ACO('filename.tsp');filename.tsp is the problem file of the Symmetrical or...


Platforms: Matlab


Added: June 28, 2013 | Visits: 534

SpeedyGA: A Fast Simple Genetic Algorithm SpeedyGA is a vectorized implementation of a genetic algorithm in the Matlab programming language. Without bells and whistles, it faithfully implements the specification for a Simple GA given on pgs 10, 11 of M. Mitchell's GA book. See comments in code for details.This script has played a crucial...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): SpeedyGA: A Fast Simple Genetic Algorithm Download

Added: August 20, 2013 | Visits: 402

General Viterbi Algorithm General implementation of matlab version of Viterbi algorithm specifically written for gene structure finding problem in mind. However, it can be modified to suit the goal of a user.Input:Transition Probability MatrixEmission Probability MatrixInitial Probability MatrixStates Matrix (ie....


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): General Viterbi Algorithm Download

1 2 3 4 5 >