Freeware Listing: Minimum

Function to solve the Minimum Perfect Matching on non-biparite graphs problem using Integer linear programming. Returns vector of matched indices and cost of the match. Requires symmetric adjacent matrix of even rank. function [ indices, cost ] = min_perfect_matching( G ) Function _requires_ integer linear programming tool "mixed-integer LP" by Sherif Tawfik, available at: http://www.mathworks.com/matlabcentral/fil...ixed-integer-lp.

  • Platform: Matlab, Scripts

Calculate minimum of single variable function using 3-point search Usage: estimated_min=three_point(sfun,a,b,tolerance) sfun: Symbolic/String function a: Inferior Limit b: Superior Limit tolerance: Tolerance Range.

  • Platform: Matlab, Scripts

Java Minimum Cost Finder is designed as an accessible, handy and Open Source algorithm that can help you find the lowest cost.

Java Minimum Cost Finder was developed in the Java programming language and can run on multiple platforms.


.

  • Platform: WinOther

Finding Minimum Integer Weights was developed as a simple, accessible and very easy-to-use minimum Integer weight calculator.

All you have to do is input your parties, select the algorithm you want to use, type the time limit and press the "Solve" button.


.

  • Platform: WinOther

Statistical Calculator calculates minimum, maximum, mean, median, mode, percentage unique, range, midrange, standard deviation, quartiles and more..

  • Platform: CGI and Perl, Scripts

swffit (formerly know as FitFlash) is a smart script that resizes your flash movie automatically if your browser window size is smaller or greater than your flash minimum desired size keeping it accessible independent of screen resolution. swffit automatically resizes your flash to 100% width and 100% height (full bleed) when your browser window is greater than the minimum desired size and resizes flash to the minimum desired size when the browser window is smaller... It can also resize the flash movie to a maximum size if the browser window size is greater than the maximum size....

  • Platform: Flash, Scripts

Validation (password) script checks for a minimum length and invalid characters in a password. It also validates the password comparing the strings from two text boxes..

  • Publisher: Russ Swift
  • Date: 11-04-2013
  • Size: 102 KB
  • Platform: JavaScript, Scripts

2D and 3D square matrices for counting straight-line (minimum length) percolation. Collision count is also shown. Useful for lattice structure transport calculations in condensed matter physics. Also network theory, communication, disease transmission, and failure rate. See also en.wikipedia.org/wiki/Percolation and mathworld.wolfram.com/PercolationTheory.html.

  • Publisher: ben payne
  • Date: 25-04-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Current direct sequence code division multiple access (DS-CDMA) system suffer from Multiple access interference (MAI) and Inter symbol interference (ISI) due to the frequency selective channel. This interference can be avoided by use of Adaptive Beamforming. There are two different minimum variance Beamformer configurations for the base station receiver in direct sequence code division access (DS-CDMA) systems, namely a chip- based and a symbol-based configuration. In this paper chip- based and symbol- based configurations are studied. In symbol-based configuration, spatial diversity is exploited after despreading and interfering components are rejected, based on both their power and code correlation with the Signal of interest (SOI).

  • Platform: Matlab, Scripts

This program to detects received signal from system that use QAM as modulator. Euclidiance Distance Minimum gets/decides signal based on minimum distance from the others..

  • Platform: Matlab, Scripts

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

  • Platform: Matlab, Scripts

This code takes an input of a set of given (x,y) points in the Cartesian coordinates and returns the center and radius of the minimum circle enclosing the points. This code is based on that of Yazan Ahed, and contains no changes in the algorithm but only in the structure. The previous code was written based on the very nice Java applet found here: http://heyoka.cs.uiuc.edu/~thite/mincircle/ Credit are due mainly to author of the applet..

  • Platform: Matlab, Scripts

Returns Rissanen's Minimum Description Length. Requires System Identification toolbox. Call it like built-in functions aic(m) and fpe(m). Use MDL like AIC or FPE to compare models of different complexities. Choose model with lowest MDL or AIC or FPE. Pintelon & Schoukens (2001) pp. 329,550 say MDL is better than AIC; AIC tends to select a too-complex model. Example: Compute & print MDL and AIC for an AR model of order 10. Data=iddata(y,[],1/Fs); m_fb=ar(Data,10,'fb'); fprintf('MDL=%.3d; AIC=%.3fn',mdl(m_fb),aic(m_fb)); William C Rose 2007-06-05..

  • Platform: Matlab, Scripts

It's a function that finds the minimum value of a two variables objective function with a deterministic zero order algorithm: simplex method. The input variables are: -fun: inline function of the objective function -init_point: initial point for the simplex method -step_size: initial dimension of the simplex toll: tolerance for the stop criterion on the simplex dimension -numMaxIter: stop criterion on the maximum number of iterations The output variables are: -valFunc: the minumum value of the objective function -var_min: the minimum point -iter: the number of iteration made %%%%%%%% IMPORTANT %%%%%%%%%%% To run correctly the Matlab function, you must run first a contour plot of the objective function.

  • Platform: Matlab, Scripts

This is the iterative 2D Minimum Entropy Deconvolution implemented according to an iterative method in the original paper: R.A. Wiggins, Minimum Entropy Deconvolution, Geoexploration, vol. 16, Elsevier Scientific Publishing, Amsterdam, 1978. pp. 21 35. This also works applying the 1D MED when supplied just a single row/column 'x' input. This technique has wide-ranging applications ranging from fault detection to geophysics. It generates a single 1d finite impulse response filter to minimize the entropy of each column filtered by the filter, and is typically applied to extract impulse-like features from signals.

  • Platform: Matlab, Scripts

[A , c] = MinVolEllipse(P, tolerance) Finds the minimum volume enclosing ellipsoid (MVEE) of a set of data points stored in matrix P. The following optimization problem is solved: minimize log(det(A)) s.t. (P_i - c)'*A*(P_i - c)<= 1 in variables A and c, where P_i is the i-th column of the matrix P. The solver is based on Khachiyan Algorithm, and the final solution is different from the optimal value by the pre-specified amount of 'tolerance'. --------------------------- Outputs: c : D-dimensional vector containing the center of the ellipsoid. A : This matrix contains all the information regarding the shape of the ellipsoid.

  • Platform: Matlab, Scripts

This algorithm allows you to find the minimum weight matching of a bipartite graph. The graph can be of arbitrary size and connectedness. The edge weights are captured by a MxN weight matrix where an infinite(Inf) weight designates that that pair of vertices given by that position are not connected..

  • Platform: Matlab, Scripts

Superviewshed will calculate LOS of a referenced terrain matrices given observer and target altitudes. In addition, the standard minimum height observable of the terrain will be output. Runs approximately 16 times faster than viewshed..

  • Platform: Matlab, Scripts

B3MSV Bidirectional Branch and Bound(B3) subset selection using the the Minimum Singular Value (MSV) as the criterion. Consider the following subset selection problem: Given a tall (m x n, m>n) matrix, A, to find n rows of A such that the resulted n x n square submatrix has the largest MSV among all possible n x n submatrices. This problem has many applications, where one wishes to square down a non-square matrix to get a well-posted problem (non-singular, hence maximizing the MSV). This problem has been studied in Linear Algebra for many decades. Many intuitive solutions have been proposed either analytically or numerically.

  • Publisher: Yi Cao
  • Date: 14-05-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

CONDOR is a new optimizer whose aim is to find the minimum x* of an objective function F(x) (x is a vector whose dimension is between 1 and 150) using the least number of function evaluations of F(x). It is assumed that the dominant computing cost of the optimization process is the time needed to evaluate the objective function F(x) (One evaluation can range from 1 seconds to 2 days)..

  • Platform: Matlab, Scripts

Minimum: Freeware | All

New Reviews


AM Browser

AM browser is a freeware browser from 2009, which markets itself allowing you to surf the web in a more comfortable, less confusing way. Once you install and open AM browser, the first thing you will notice is how out dated the look of it is. Most ...


Windows WinBest

Windows WinBest is an application, created to speed up your computer and remove junk files from your system. Right from the second I opened Windows WinBest, I become very skeptical about whether I’d like this application. Almost instantly, I ...


Disk Drive Administrator

Disk Drive Administrator is a really simple and easy to use program that lets you deny access to and hide different drives, partitions and network shares on a computer. It also lets you disable AutoRun features.

The main Disk Drive ...


LogMeIn Hamachi

Today, world is connected wirelessly with and without VPN. In coming time, VPN is going to be an absolute necessity for every organization. VPN stands for Virtual Private Network which is required to connect to the network of an organization without ...


Crash Boom Bang

Crash boom bang is a fairly interesting and unique puzzle game, which blends the elements of the pretty typical “removal” sub genre of puzzlers, with an interesting extra bit of variation added in the way the game works. This comes in ...


Opera web browser

Opera is a free to download web browser, which is usually overlooked by the majority of people who use web browsers, in favour of the speed for google chrome, or the customisability for firefox. However opera certainly does have its own appeal ...


Hot Lines

Hot lines is a freeware logic based puzzle and strategy game, which is actually entirely its own game, but bares resemblance to logic game such as chess and even games such as advance wars for the portable nintendo systems. In hot lines you must ...


End Of Room

End of room is a free ware platformer game with a black and white retro feel to it, like the game shift, except where shift innovated on the concept of a puzzle platformer, end of room does the exact opposite. Firstly though, the premise. In end of ...


Wise Registry Cleaner

Wise Registry Cleaner is a free registry cleaner, that is in fact more than just a registry cleaner. Its main purpose is to indeed clean your computer registry, but it also acts as a general system tune up tool, as well as a registry defragmenter, ...



New Downloads

ABC-Update

ABC-Update set you in control
of MS Update operations. Pick
machines from AD and push
updates over network. With ...

FreePortScanner

Free Port Scanner is a small
and fast port scanner for the
Win32 platform. You can scan
ports on fast machines in a
few ...

Azure DEX

Azure Data Expert is a
software utility allowing one
to analyze and manage data
stored in the Microsoft Azure
cloud storage.

XtremeMark

A fully customizable,
multi-core (up to 16),
32-64bit, benchmark designed
for testing CPUs (Central
Processing Unit)

Immunos

Immunos is a very
user-friendly malware-scanner
with a clean, simple but chic
interface and great detection
and removal ...

Start Menu X

Start Menu X is a professional
replacement of the system
menu. Power users will get an
efficient tool instead of the
...

FSS Video Converter

FSS Video Converter is a free
and powerful tool that allows
convert all popular video
formats, including HD video.

Mp3 My MP3 Recorder

MP3 my MP3 Free Sound Recorder
is an easy to use program that
lets you record the sound
being processed by your sound
...

HTML-Protector Decrypter

HTML-Protector Decrypter is a
small Windows gadget that will
help you decrypt pages, which
were encrypted with ...



Related Searches

Minimum Maximum Critical Points
Minimum Spanning
Minimum Req
Usb Minimum Software
Minimum Spanning Tree
Minimum Requirements
Anti Virus Minimum System Load
Antivirus Minimum Memory
Antivirus Minimum Ram Free
Browser Minimum Size Javascript
Cisco Vpn Minimum Connection Speed
Convert Avi Files Minimum Space