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

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

Extended Euclidean Algorithm Gcd

< 1 2 3 4 5 > 
Added: August 13, 2010 | Visits: 832

Regexp::Extended Regexp::Extended is a Perl wrapper that extends the re module with new features. SYNOPSIS use Regexp::Extended qw(:all); # (?<>...): named parameters $date =~ /(? d+)-(? d+)-(? d+)/; if ("2002-10-30" =~ /$date/) { print "The date is : $::year->[0]-$::month->[0]-$::day->[0]n"; }...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Regexp::Extended Download

Added: February 07, 2010 | Visits: 784

Algorithm::Diff Algorithm::Diff is a Perl module to compute `intelligent differences between two files / lists. SYNOPSIS require Algorithm::Diff; # This example produces traditional diff output: my $diff = Algorithm::Diff->new( @seq1, @seq2 ); $diff->Base( 1 ); # Return line numbers, not indices...





Platforms: *nix

License: Freeware Size: 33.79 KB Download (93): Algorithm::Diff Download

Added: April 26, 2010 | Visits: 4.210

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: November 16, 2010 | Visits: 997

Algorithm::Merge Algorithm::Merge is a Perl module package that provides three-way merge and diff. SYNOPSIS use Algorithm::Merge qw(merge diff3 traverse_sequences3); @merged = merge(@ancestor, @a, @b, { CONFLICT => sub { } }); @merged = merge(@ancestor, @a, @b, { CONFLICT => sub { } },...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Algorithm::Merge Download

Added: January 01, 2010 | Visits: 928

Algorithm::ScheduledPath Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. SYNOPSIS use Algorithm::ScheduledPath; use Algorithm::ScheduledPath::Path; $graph = new Algorithm::ScheduledPath(); $graph->add_edge( { path_id => R, origin => A, depart_time => 1,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Algorithm::ScheduledPath Download

Added: July 18, 2010 | Visits: 809

Algorithm::Networksort Algorithm::Networksort can create inline comparisons for sorting. SYNOPSIS use Algorithm::Networksort qw(:all); my $inputs = 4; # # Generate the network (a list of comparators). # my @network = nw_comparators($inputs); # # Print the list, and print the graph of the list. # print...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (89): Algorithm::Networksort Download

Added: May 10, 2013 | Visits: 647

eXtended Account Management System eXtended Account Management System is a PHP-based application suite made for managing electronic mail accounts on multiple domains in a virtual hosting environment. The XAMS eMail management system primarily consists of a powerful administration panel for managing users, aliases, mailbox quotas,...


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

License: Freeware Download (62): eXtended Account Management System Download

Added: May 10, 2013 | Visits: 637

Extended great common divisor function This script contains a function that finds out the gcd(a,b)(great common divisor of a and b) as a linear conbination of a anb b, ax by=gcd(a,b).


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

License: Freeware Download (58): Extended great common divisor function Download

Optimization with MATLAB and the Genetic Algorithm and Direct Search Toolbox M-files accompanying the " Genetic Algorithms & New Optimization Methods in MATLAB " webinar.These files provide what you need to run the two demos: Optimization of non-smooth objective function, and Optimization of a random stochastic objective function.To run the first demo run the file...


Platforms: Matlab


Released: December 04, 2012  |  Added: December 04, 2012 | Visits: 984

Tribix - Extended Emitters for BIRT Tribix - Extended emitters for BIRT(Business Intelligence and Reporting Tools) proivdes a set of extended emitters for BIRT.


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.22 MB Download (57): Tribix - Extended Emitters for BIRT Download

Added: May 10, 2013 | Visits: 386

Porter Stemming Algorithm This is a fairly faithful implementation of the Porter stemming algorithm that reduces English words to their stems.There is a deviation in the way compound words are stemmed, such as hyphenated words and words starting with certain prefixes. For instance, "international" should be reduced to...


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

License: Freeware Download (57): Porter Stemming Algorithm Download

Added: May 10, 2013 | Visits: 414

RDFPic Extended 3.0a RDFPic Extended is a web application for image metadata generation and retrieval, using PHP, RDF, XML and a database (MySQL). The script is very easy to install, use and customize to suit your needs.


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

License: Freeware Download (57): RDFPic Extended 3.0a Download

Added: June 24, 2013 | Visits: 406

2D fast marching algorithm Compute the distance map to a set of points using the fast marching algorithm.Solves the 2-D eikonal PDE.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (56): 2D fast marching algorithm Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 522

Extended MAPI in Delphi The Messaging API is a COM-like API that provides access to the contents of messaging stores. "Extended MAPI in Delphi" is a package providing access to Outlook-compatible objects through a COM-based API. Using MAPI, a program can connect to a MAPI store, and then perform operations against that...


Platforms: Windows

License: Shareware Cost: $249.95 USD Size: 16.78 MB Download (56): Extended MAPI in Delphi Download

LAPJV - Jonker-Volgenant Algorithm for Linear Assignment Problem The Jonker-Volgenant algorithm is much faster than the famous Hungarian algorithm for the Linear Assignment Problem (LAP). This Matlab implementation is modified from the original C++ code made by Roy Jonker, one of the inventors of the algorithm. It is about 10 times faster than the munkres code...


Platforms: Matlab


Added: August 10, 2013 | Visits: 528

PID Tuning Using Genetic Algorithm PID controller has been extensively used in the industrial world. But in this controller it is difficult to tune the PID gains.We apply the genetic algorithm(GA) to tune the PID gains. The GA is agorithm using the biotic; gene the biotic; genetics.


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (55): PID Tuning Using Genetic Algorithm Download

Solution to Economic Dispatch by Artificial Bee colony Algorithm This software contains one example taken from the reference paper given with this program..By running the file P1.m as they are in the default ABC-eld folder the economic dispatch problem can be solved. The allocation minimum fuel cost and transmission losses are determined. By running the...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (55): Solution to Economic Dispatch by Artificial Bee colony Algorithm Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 350

Optimization Algorithm Toolkit (OAT) A Java workbench and toolkit for developing, evaluating, and playing with classical and state-of-the-art optimization algorithms on standard benchmark problem domains; including reference algorithm implementations, graphing, visualizations and much more.


Platforms: Windows, Mac, Linux

License: Freeware Size: 11.16 MB Download (54): Optimization Algorithm Toolkit (OAT) Download

Added: July 07, 2013 | Visits: 492

Reed Solomon Decoder using RiBM algorithm Implementation of a Reed-Solomon decoder using RiBM, Chien search, and modified Forney's algorithm.RiBM algorithm: (Reformulated inversionless Berlekamp-Massey) see "High-Speed Architectures for Reedd-deOCtSolomon Decoders" by Dilip V. Sarwate, and Naresh R. Shanbhag, IEEE Transactions on Very...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (54): Reed Solomon Decoder using RiBM algorithm Download

Added: August 19, 2013 | Visits: 536

Multi-Objective Optimizaion using Evolutionary Algorithm Conventional optimization algorithms using linear and non-linear programming sometimes have difficulty in finding the global optima or in case of multi-objective optimization, the pareto front. A lot of research has now been directed towards evolutionary algorithms (genetic algorithm, particle...


Platforms: Matlab

License: Freeware Size: 368.64 KB Download (54): Multi-Objective Optimizaion using Evolutionary Algorithm Download

< 1 2 3 4 5 >