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

Least Common Multiple software
Filter: All | Freeware | Demo
 

Least Common Multiple

< 1 2 3 4 5 > 
Released: March 25, 2013  |  Added: April 15, 2013 | Visits: 5.704

Actual Multiple Monitors Actual Multiple Monitors is the unique toolkit which improves the usability of Windows user interface and make the work with multi-monitor setups much more comfortable and effective. Powerful yet easy-to-use, the program adds a copy of the original Windows Taskbar onto each secondary... Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 6.96 MB Download (377): Actual Multiple Monitors Download

Added: November 26, 2010 | Visits: 1.325

Common Text Transformation Library Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. Common Text Transformation Library implementation is based on STL classes and algorithms. Concept of a substring plays major role in design of the text transformation... Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): Common Text Transformation Library Download

Added: October 08, 2010 | Visits: 1.272

Emacs Common Lisp Emacs Common Lisp is an implementation of Common Lisp, written in Emacs Lisp. It does not yet purport to conform to the ANSI standard since, among other things, CLOS, and pretty printing are missing. However, most other Common Lisp features like lexical closures, packages, readtables, multiple... Platforms: *nix

License: Freeware Size: 184.32 KB Download (120): Emacs Common Lisp Download

Added: June 21, 2013 | Visits: 627

Multiple Coherence Function For a system having multiple inputs x and outputs y, the partial coherence is the coherence computed between any individual input and the output when the effect of all other inputs is removed from the output by a linear least squares prediction. This coherence obeys the usual inequality, and will... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Multiple Coherence Function Download

Added: April 18, 2013 | Visits: 249

Moving Least Square(MLS1D) Least Square method is common curve fitting approch. But for special some function, the tradiational Least Square method is hard to get enough accurancy dueo to gobal approximation. Moving Least Square(MLS) can fit any differentiable function through local approximation. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Moving Least Square(MLS1D) Download

Added: July 20, 2013 | Visits: 273

Moving Least Square(MLS2D) Least Square method is common curve fitting approch. But for special some function, the tradiational Least Square method is hard to get enough accurancy dueo to gobal approximation. Moving Least Square(MLS) can fit any differentiable function through local approximation.Here I share MLS2D... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Moving Least Square(MLS2D) Download

Released: September 07, 2003  |  Added: May 11, 2006 | Visits: 3.606

Multiple Database Query Analyzer Multiple Database Query Analyzer 2.1 supports qurries with diffrent types of databases. It supports Sql, Access, Oracle, MySql. It lets you have diffrent profiles to store data, also has options to hold querrys and export data. www.vsisystems.com - Vsisoftware.com Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 9.36 MB Download (475): Multiple Database Query Analyzer Download

Added: February 11, 2006 | Visits: 2.337

Common Sense and How to Exercise It Common Sense and How to Exercise it by Yoritomo-Tashi  explains common sense, its application in everyday life and how to make the most out of it.  The writer portrays common sense as the sound judgment of mankind and a composite of perception, memory, thought, alertness, deduction, foresight,... Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 567 KB Download (504): Common Sense and How to Exercise It Download

Released: October 19, 2007  |  Added: October 22, 2007 | Visits: 6.486

Multiple File Search and Replace With the help of this program, you can quickly find and replace text, correct html code and hyperlinks in multiple file, add new links or re-format the design of the entire site. Software extremely useful in editing of multiple html and text files. When you are developing or supporting a... Platforms: Windows

License: Freeware Cost: $29.00 USD Size: 342.51 KB Download (358): Multiple File Search and Replace Download

Added: June 06, 2010 | Visits: 1.465

Common Data Format Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion. It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application... Platforms: *nix

License: Freeware Size: 1.5 MB Download (128): Common Data Format Download

Added: November 08, 2010 | Visits: 1.093

Regexp::Common::comment Regexp::Common::comment is a Perl module that provide regexes for comments. SYNOPSIS use Regexp::Common qw /comment/; while (<>) { /$RE{comment}{C}/ and print "Contains a C commentn"; /$RE{comment}{C++}/ and print "Contains a C++ commentn"; /$RE{comment}{PHP}/ and print "Contains a PHP... Platforms: *nix

License: Freeware Size: 112.64 KB Download (103): Regexp::Common::comment Download

Added: February 09, 2010 | Visits: 1.122

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and... Platforms: *nix

License: Freeware Size: 112.64 KB Download (115): Regexp::Common::net Download

Added: November 22, 2010 | Visits: 1.433

Common C++ RTP GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based on GNU Common C++ which provides a high performance, flexible and extensible standards-compliant RTP stack with full RTCP support. The design... Platforms: *nix

License: Freeware Size: 552.96 KB Download (159): Common C++ RTP Download

Added: November 18, 2010 | Visits: 1.231

GNU Common C++ GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++ is a GNU package and is licensed to the terms of... Platforms: *nix

License: Freeware Size: 849.92 KB Download (99): GNU Common C++ Download

Added: April 13, 2010 | Visits: 1.097

Regexp::Common::time Regexp::Common::time Perl module contains date and time regexps. SYNOPSIS use Regexp::Common qw(time); # Piecemeal, Time::Format-like patterns $RE{time}{tf}{-pat => pattern} # Piecemeal, strftime-like patterns $RE{time}{strftime}{-pat => pattern} # Match ISO8601-style date/time... Platforms: *nix

License: Freeware Size: 35.84 KB Download (94): Regexp::Common::time Download

Added: October 08, 2010 | Visits: 1.024

CMU Common Lisp CMU Common Lisp is a free implementation of the Common Lisp programming language which runs on most major Unix platforms. CMU Common Lisp project mainly conforms to the ANSI Common Lisp standard.. CMUCL is a high-performance, freeCommon Lisp implementation. Platforms: *nix

License: Freeware Size: 3.44 MB Download (145): CMU Common Lisp Download

Added: July 31, 2013 | Visits: 1.572

Smart Common Input Method platform The Smart Common Input Method platform (SCIM), is an input method platform supporting more than thirty languages (CJK and many European languages) for POSIX-style operating systems including Linux and BSD. Platforms: *nix

License: Freeware Size: 1.3 MB Download (111): Smart Common Input Method platform Download

Added: March 17, 2010 | Visits: 1.376

Ubuntu Common Hooker Ubuntu Common Hooker project aims to provide an interface for unknown file extensions to automatically install a certain packages when its called. Use cases Eduard is a schizophrenic, however his only obession and a way to calm him down is listening to "Veronika Plays Piano, volume 1" which... Platforms: *nix

License: Freeware Size: 20.48 KB Download (116): Ubuntu Common Hooker Download

Added: July 13, 2010 | Visits: 1.023

Common Media Input Layer 0.91 Common Media Input Layer (CMIL) is an C++ OO framework designed to improve the state of cross-platform input handling in games and other similar applications. CMIL was created out of the belief that the methods used in most media APIs perform input handling in a confusing, difficult, inflexible... Platforms: *nix

License: Freeware Size: 89.09 KB Download (97): Common Media Input Layer 0.91 Download

Added: August 25, 2010 | Visits: 1.009

Common Lisp Kanji Drill Common Lisp Kanji Drill, or CLKD in short, is a newly-released program for learning the meanings of Chinese/Japanese characters (kanji) by means of repeated tests. The project is developed using CLISP, and runs on GNU/Linux and on MS Windows under Cygwin. CLKD uses a web browser as its interface.... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (105): Common Lisp Kanji Drill Download

< 1 2 3 4 5 >