Java implementation of the Hough transform and RANSAC algorithm |
A visualizer for algorithms |
|
Java Evolutionary Algorithm Framework |
|
Anti-Virus research on using Heuristics and GA's to evolve and detect new polymorphic virus signatures |
Demonstrations consist with Algorithms Purely implemented using Java . Algos' By, madurax86 |
Hungarian algorithm for sparse systems, implemened in Java with TDD. |
|
A version of the web crawler from algorithms of the intelligent web. Adapted to extract specific sections from pages. |
This repository keeps my body of work for intelligent web - a collaborative web crawling & filtering algorithm |
for studying Java data staructures and algorithm |
Java Sorting Algorithms, some tests implementations, just for fun and refresh my memory |
Repository for my course task. Winnow algorithm in P2P. |
Implementation of Vision Based Page Segmentation algorithm in Java |
Integrated development environment for creation and evaluation of evolutionary algorithms. |
These are my algorithms implementations in Java ... |
Various CS-esque algorithms mostly implemented in Java |
AI - Search algorithms and their implementations |
A Java -based library of path planning algorithms |
A message interpolator based on a seriously rewritten MI from hibernate-validator v4.1.0.Final, using algorithm a bit different one than specified in JSR303. A more advanced approach. See README on the project's main page. |
Graphical implementation of MapReduce algorithm in Java . |
This is a repo for a class project I have involving algorithms in Java |
A rough implementation of the algorithm proposed by Wang (Shazam inc.) in Java |
A rough implementation of the algorithm proposed by Wang (Shazam inc.) in Java |
"Dependency Parsing toolbox" integrates different algorithms related to dependency parsing in one place. This toolbox has been developed by Mojtaba Khallash from Iran University of Science and Technology (IUST). |
An implementation of the GraphPlan planning algorithm. |
Some algorithms for Spelling Correction |
Java Applet Based Algorithm Simulators for Ahsanullah University Science & Technology Website. |
A project containing all the sources I created throughout the years concerning basic algorithms in computer sciences . |
A simple visual comparison of various sorting algorithms written in Java . |
Some simple java boilerplate for trying out different AI search algorithms in Processing following along with http://ai-class.com |
A java implementation of the incremental heuristic search algorithm D* Lite. |
This program will take a word list, generate a word search , and solve it. Solving it is done via several different sort algorithms. |
1. In this security app we will use md5 algorithm to check hash of a file and will comparing with database of md5 of a virus, we will get to know if its a virus, 2. implementing Data integrity checker 3. password protection algorithm by modifying md5 algorithm |
Java class library that allow you to encrypt / decrypt a string or a file with many algorithms. |
A open-source implementation of the hashCash security algorithm for java . |
A Java implementation of Dijkstra's algorithm |
Several java implementations of well known algorithms. |
Choose a maze and an AI algorithm and then run a simulation on them. Watch the mouse move through the maze. Color trails mark the mouse's path. Click on walls to add or re... |
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text. Compare two blocks of plain text and efficiently return a list of ... |
40. p/gmmreg code.google.comCopyright (C) 2005-2012 Bing Jian and Baba C. VemuriThis website hosts implementations of the robust point set registration algorithm described in the paper Robust Point Set Registration ... |
Extreme-deconvolution (XD) is a general algorithm to infer a d-dimensional distribution function from a set of heterogeneous, noisy observations or samples. It is fast, flexible, and treats the da... |
An encryption and decryption application developed in Java. The application uses a number of algorithms to encrypt and decrypt the HTML source code: In addition to ... |
43. p/crcutil code.google.comCrcutil library provides efficient implementation of CRC algorithms. It includes reference implementation of a novel Multiword CRC algorithm invented by Andrew Kadatch and Bob Jenkins in early 2007. T... |
A project for Google Summer of Code students working on CGAL - Computational Geometry Algorithms Library. |
A project for Google Summer of Code students working on CGAL - Computational Geometry Algorithms Library. |
46. p/jahmm code.google.comJahmm (pronounced "jam"), is a Java implementation of Hidden Markov Model (HMM) related algorithms. It's been designed to be easy to use (e.g. simple things are simple to program) and general purpose.... |
Algorithm contains some classic datastructs not appeared in java.Util, they are: LinkedArray, a little different with LinkedList, each node is an array can hold a piece of objects, improved storage ... |
This projects implements simulated annealing algorithm to solve TSP and KNP Problems. |
Code Archiver is a product that helps programmers sharing their algorithms in a secure centralized repository. Our vision is to create general worldwide repository for all coptuter algorithms. |
This project presents an implementation of the method to evaluate the phonon dispersion directly from molecular dynamics simulations. The basic algorithm is to construct the dynamical matrices by obse... |
51. p/jalgor code.google.comthis project is part of a college assignment.It's a basic algorithm interpreter written in java, its output will be a .cpp file ready to compile |
Crunchclust is an efficient clustering algorithm that is capable of handling the most common Roche's 454 sequencing error ( Homopolymers ). It uses Levenshtein distance for sequence comparison during ... |
Archmind is a geometric kernel that provides basic topological operators on non-manifold meshes.The goal of this project is to provide an easy to use tool for fast prototyping mesh algorithms in pyt... |
Framework providing interface to MapReduce algorithm. |
Here I test various algorithms to make a procedurally generated terrain. I investigate and implement a new algorithm, then compare and contrast it against the other algorithms. I will be implementing ... |
Pagination is an algorithm for splitting a large amount of information from a relational database table to the virtual pages, and creation a visual interface that allows you to surf these pages.Pagi... |
This is a console program to group duplicate files together by running Fletcher checksum algorithm on each file then grouping the files with identical checksums together in a C sharp dictionary.... |
These applications are used for demonstrating how .NET's cryptography algorithms and protocols work. They make calls to an DotNetUtilityLibrary.dll, which contains useful helper classes.DotNetUtil... |
ClassLibrary for encoding and decoding files using LZW compression algorithm. The base for the compression is the default ANSI table. |
60. p/alglrn code.google.comProject containing implementation of different algorithms. |
As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a TLS engine (TLS is commonly known as SSL.) Protocols: TLS... |
Sharding-simulator is a tool for evaluating and comparing different database sharding algorithms running in distributed database system. |
An open source implementation of the multi-dimensional indexing method iDistance and initial iDistance extensions. It includes many customizable algorithm options and a set of basic test files (an... |
64. p/nrank code.google.comLibrary contains several top-k algorithms using different aproaches to retrieve the data. |
A common problem in geomarketing (and not only) is matching sets of addresses/names from various sources. A fuzzy matching algorithm aids in matching "dirty" data with some form of "standard" data, ba... |