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.445.758 Times

Rsa Algorithm software
Filter: All | Freeware | Demo
 

Rsa Algorithm

< 1 2 3 4 5 > 
Added: April 25, 2013 | Visits: 617

Firefly Algorithm Firefly algorithm for nonlinear constrained optimization



Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Firefly Algorithm Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 608

VeriEye Algorithm Demo (For Windows) Eye iris identification algorithm demo application for MS Windows. The robust proprietary iris recognition technology accepts images with gazing away eyes or narrowed eyelids and provides reliable iris matching at speeds up to 150,000 irises per second. The demo application reads iris images from...





Platforms: Windows

License: Demo Cost: $1239.00 USD Size: 1.3 MB Download (51): VeriEye Algorithm Demo (For Windows) Download

Added: May 10, 2013 | Visits: 395

Bron-Kerbosch Maximal Independent Set Algorithm Maximal independent sets come in handy for certain applications. The Bron-Kerbosch algorithm is a well-known algorithm for listing all the maximal independent sets.It is used for finding maximal cliques or finding the maximal independent sets in the complementThis file is an implementation of...


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


Added: May 17, 2013 | Visits: 367

RSA.rb RSA.rb is a pure-Ruby implementation of the RSA encryption algorithm and the PKCS#1 cryptography standard.


Platforms: Ruby

License: Freeware Size: 10 KB Download (50): RSA.rb Download

Pattern search method: deterministic iterative zero order algorithm It's a deterministic iterative zero order algorithm that can be used to solve unconstrained optimization problem. It finds the relative minimum of a two variables function with a deterministic iterative zero order algorithm. Pattern search method It finds the relative minimum of a two variables...


Platforms: Matlab


Added: August 03, 2013 | Visits: 509

Rainflow Counting Algorithm The rainflow algorithm code has been prepared according to the ASTM standard (Standard practices for cycle counting in fatigue analysis) and optimized considering the calculation time.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (50): Rainflow Counting Algorithm Download

Added: July 06, 2013 | Visits: 521

GUI for DTMF Generator-Decoder using Goertzel's Algorithm This is a GUI for DTMF generator-decoder using Goertzel's algorithm.Has options to change Number of samples and Noise power that could be added at the generator.Suggestions and comments is always welcome.Now i am working on medical image pattern recognition techniques.It would be great if...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): GUI for DTMF Generator-Decoder using Goertzel's Algorithm Download

A Bayesian Adaptive Basis Algorithm for Single Particle Reconstruction 3D reconstruction algorithm for electron cryo-microscopyTraditional single particle reconstruction methods use either the Fourier or the delta function basis to represent the particle density map. We propose a more flexible algorithm that adaptively chooses the basis based on the data. Because...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 7.39 MB Download (50): A Bayesian Adaptive Basis Algorithm for Single Particle Reconstruction Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 453

C RSA Library RSA encryption, decryption, create signature, verify signature, generate keys, import/export.


Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 23.84 MB Download (49): C RSA Library Download

Fixed Start Open Traveling Salesman Problem - Genetic Algorithm The algorithm computes the optimal route from a fixed predetermined starting point to all other cities without returning to the starting point. Requirements: - MATLAB 7.6 or higher


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


Added: August 19, 2013 | Visits: 530

Heuristic Algorithm for finding Maximum Independent Set findMIS is an heuristic algorithm for solving Maximum Independent Set problem (MIS).An independent set of a graph is a subset of vertices in which no two vertices areadjacent. Given a set of vertices, the maximum independent set problem callsfor finding the independent set of maximum...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Heuristic Algorithm for finding Maximum Independent Set Download

Added: September 01, 2013 | Visits: 452

Cuckoo Search (CS) Algorithm A new metaheuristic optimization algorithm, called Cuckoo Search (CS), is fully implemented, and the vectorized version is given here. This code demonstrates how CS works for unconstrained optimization, which can easily be extended to solve various global optimization problems efficiently.


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Cuckoo Search (CS) Algorithm Download

Added: September 07, 2013 | Visits: 314

Valiaho's algorithm Implementation of Valiaho's algorithm to determine the handicap based on paperH. Valiaho. Determining the handicap of a sufficient matrix. Linear Algebra and Its Applications, 253:279-298, 1997.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Valiaho's algorithm Download

Added: July 31, 2013 | Visits: 224

CAIM discretization algorithm This is the implementation of CAIM algorithm. Only one function is offered. Any corrections or improvements, please let me know. CORRECTED....****


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): CAIM discretization algorithm Download

Added: June 04, 2013 | Visits: 288

Dp algorithm a kind of usefull clustering algorithm that is better than kmeans and ward hierarchical clustering algorithms in some data sets


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (49): Dp algorithm Download

Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink.Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink.Marcelo Augusto Costa FernandesDCA - CT - UFRNmfernandes@dca.ufrn.br


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 194.56 KB Download (49): Multilayer Perceptron Neural Network Model and Backpropagation Algorithm for Simulink Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 495

Data Structure & Algorithm Library(DSAL) The Data Structure & Algorithm Library (DSAL) is a library of classical data structure and algorithm.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 55.37 KB Download (49): Data Structure & Algorithm Library(DSAL) Download

Added: September 07, 2013 | Visits: 544

K-means algorithm demo The k-means algorithm is widely used in a number applications like speech processing and image compression.This script implements the algorithm in a simple but general way. It performs four basic steps.1. Define k arbitrary prototypes from the data samples.2. Assign each sample to the nearest...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): K-means algorithm demo Download

Added: September 10, 2013 | Visits: 655

golden section method algorithm Golden section method - searching for minimum of the function on given interval files:golden.m - main algorithm, computing minimum on intervalf.m - given function - file to modify by the user!


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): golden section method algorithm Download

Added: June 24, 2013 | Visits: 284

Camouflage evolution simulation with Genetic algorithm The algorithm that modeling the processof arbitrary picking matches from matchboxes with equal probability. The process will terminate when one of matchboxes get empty


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (49): Camouflage evolution simulation with Genetic algorithm Download

< 1 2 3 4 5 >