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

Extended Euclidean Algorithm Gcd software
Filter: All | Freeware | Demo
 

Extended Euclidean Algorithm Gcd

1 2 3 4 5 > 
Added: June 03, 2013 | Visits: 365

Extended Euclidean Algorithm for polynomials over GF(2^m) Contains two functions. The one function computes the greatest common divisor (gcd) of two polynomials a(x) and b(x) over GF(2^m). The other function performs the extended Euclidean algorithm where two polynomials u(x) and v(x) is calculated in addition to the gcd of a(x) and b(x) such that gcd =...



Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Extended Euclidean Algorithm for polynomials over GF(2^m) Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 304

Suwako This is the extended euclidean algorithm implemented in haskell. It will put every single step of the algorithm in a file and show the actual result and everything in between.





Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 410.39 KB Download (49): Suwako Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 245

Extended Levenshtein algorithm A Java package that provides several computations related to the edit distance of strings. Other than the basic Levenshtein, this algorithm can rearange words when comparing. The class can also provide details of how words could be transformed.


Platforms: Windows, Mac, Linux

License: Freeware Size: 193.72 KB Download (44): Extended Levenshtein algorithm Download

Added: September 13, 2010 | Visits: 1.199

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (104): Math::Numbers Download

Added: August 07, 2013 | Visits: 421

Extended compact genetic algorithm Extended compact genetic algorithm (ECGA) is an algorithm that can solve hard problemsin the binary domain. ECGA is reliable and accurate because of the capability ofdetecting building blocks, but certain difficulties are encountered when we directly applyECGA to problems in the integer domain....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Extended compact genetic algorithm Download

Added: September 11, 2013 | Visits: 557

Extended DFT EDFT (Extended Discrete Fourier Transform) algorithm produces N-point DFT of sequence X where N is greater than the length of input data. Unlike the Fast Fourier Transform (FFT), where unknown readings outside of X are zero-padded, the EDFT algorithm for calculation of the DFT using only...


Platforms: Matlab

License: Freeware Size: 235.52 KB Download (42): Extended DFT Download

Added: September 01, 2013 | Visits: 448

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 01, 2013 | Visits: 360

Algorithm::TravelingSalesman::BitonicTour Algorithm::TravelingSalesman::BitonicTour is a Perl module to solve the euclidean traveling-salesman problem with bitonic tours. SYNOPSIS use Algorithm::TravelingSalesman::BitonicTour; my $bt = Algorithm::TravelingSalesman::BitonicTour->new; $bt->add_point($x1,$y1); $bt->add_point($x2,$y2);...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (41): Algorithm::TravelingSalesman::BitonicTour Download

QT Clustering using Euclidean Distance, Jackknife Correlation QT clustering algorithm as described in:Heyer, L. J., Kruglyak, S., Yooseph, S. (1999). Exploring expression data: Identification and analysis of coexpressed genes. Genome Research 9,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): QT Clustering using Euclidean Distance, Jackknife Correlation Download

Added: October 27, 2006 | Visits: 6.102

Extended Stored Procedure component for Delphi 5,6,7 Write Extended Stored Procedures for Microsoft SQL Server with ease: Supported control over input/output procedure parameters. Supported returning of arbitrary number of recordsets. Parameters and Fields can be accessed by using the familiar properties: AsInteger, AsDateTime,...


Platforms: Windows

License: Shareware Cost: $159.95 USD Download (180): Extended Stored Procedure component for Delphi 5,6,7 Download

Added: April 16, 2006 | Visits: 4.595

Extended Stored Procedure class for VC++ 6,7 Write Extended Stored Procedures for Microsoft SQL Server with ease: Supported control over input/output procedure parameters. Supported returning of arbitrary number of recordsets. Parameters and Fields can be accessed by using methods such as SetInt(), GetDateTime(), SetMoney(), etc.


Platforms: Windows

License: Shareware Cost: $159.95 USD Download (137): Extended Stored Procedure class for VC++ 6,7 Download

Added: August 06, 2006 | Visits: 3.179

eXtended Task Monitor The Warecase eXtended Task Monitor (XTM) is a powerful auxiliary tool designed for simplifying the environment of the software developer. XTM is an extended task monitoring and troubleshooting tool for Microsoft Windows 2000 OS and later versions of Windows. XTM can give fast solutions for sudden...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 2.1 MB Download (505): eXtended Task Monitor Download

Added: January 18, 2010 | Visits: 1.061

Algorithm::Dependency Algorithm::Dependency is a base class for implementing various dependency trees. SYNOPSIS use Algorithm::Dependency; use Algorithm::Dependency::Source::File; # Load the data from a simple text file my $data_source = Algorithm::Dependency::Source::File->new( foo.txt ); # Create the...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (121): Algorithm::Dependency Download

Added: October 17, 2010 | Visits: 2.248

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (209): Algorithm::Knapsack Download

Added: March 22, 2010 | Visits: 898

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: April 09, 2010 | Visits: 1.027

Algorithm::Loops Algorithm::Loops is a Perl module with looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*. SYNOPSYS use Algorithm::Loops qw( Filter MapCar MapCarU MapCarE MapCarMin NextPermute NextPermuteNum NestedLoops ); my @copy= Filter {tr/A-Z.,"()/a-z/d} @list; my $string= Filter...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (108): Algorithm::Loops Download

Added: April 26, 2010 | Visits: 4.209

Algorithm::Diff::Apply Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. SYNOPSIS ## Single-diff form: use Algorithm::Diff::Apply qw{apply_diff}; my @ary = ...; my @diff = ...; # some call to Algorithm::Diff::diff() my @changed_ary = apply_diff(@ary, @diff); my $changed_ary =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): Algorithm::Diff::Apply Download

Added: May 06, 2010 | Visits: 2.095

Parallel Genetic Algorithm Library Parallel Genetic Algorithm Library (or PGAL for short) is a C++ toolkit for simply, efficiently, and swiftly producing genetic algorithm code that works across multiple processors. This is useful not only for those with multi-processor computers, but also for distributed and cluster computing...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (214): Parallel Genetic Algorithm Library Download

Added: January 17, 2010 | Visits: 1.040

Algorithm::BinPack Algorithm::BinPack is a Perl module that can efficiently pack items into bins. SYNOPSIS Algorithm::BinPack efficiently packs items into bins. The bins are given a maximum size, and items are packed in with as little empty space as possible. An example use would be backing up files to CD,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (101): Algorithm::BinPack Download

Added: June 23, 2010 | Visits: 957

Crossfire-Extended Crossfire-Extended is an extended media for the Free/OpenSource MMUD/RPG Crossfire. Crossfire-Extended is a successor project/media-fork to the RPG crossfire. It contains all the maps, features and objects of crossfire but adds 50% to the world and aims at a higher rate of media creation....


Platforms: *nix

License: Freeware Download (107): Crossfire-Extended Download

1 2 3 4 5 >