Software 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

This function computes the minimum euclidean distance between two polygons P1 & P2. - for vertex-vertex case.

  • Publisher: sjye
  • Date: 03-06-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Kruskal's algorithm is used to find the branches of a ''tree'' having the minimum weight in a system of branches. The application of this algorithm is wide. One example is in finding the shortest (and cheapest) path of interconnecting several towns with an electric network. The GUI was built using GUIDE. Have fun.

  • Publisher: FONKWE
  • Date: 08-03-2013
  • Size: 10 KB
  • 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

Searches and processes information in multiple prices, i.e. to find minimum value, in compliance with different criteria (coincidence of first symbol or coincidence of word). It is possible to search in one or several selected file. So named "cross-links" are supported, i.e. if the same goods are kept in different price-files, and have a different code, it is enough to assign these two codes as interchangeable and program will keep it mind..

  • Platform: WinOther

MySQL text search function comes by default with a minimum word length of four letters. If you try searching for the word 'PHP', you'll get zero matches even if there are. As of MySQL 4.x.x you can change the minimum word length to whatever you want. That is how you do it..

  • Platform: PHP, Scripts

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

  • Platform: CGI and Perl, Scripts
  • swffit
  • License: Freeware
  • Price: 0.00
  • Rating

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

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


WinLock

WinLock is a program that helps users lock down and limit access to certain functions of a Windows PC. Applications such as WinLock are crucial in environments where public access is allowed to PC’s, such as libraries or internet cafes, as ...


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


Graphs Made Easy

For some students, understanding statistics is a tough mountain to climb. However, this problem can be easily solved using pictorial representation of numbers and data, popularly known as Graphs. Since Graphs are easier to interpret, these are often ...


Easy Tweaker

Easy Tweaker is one of the many thousands of applications out there aiming to assist frustrated Windows users with their slow, sluggish and bogged up systems. Easy Tweaker is more than just one application however. It contains a number of different ...


uTorrent

There are numerous ways to download files from internet and everyone has his or her choice in deciding a method depending upon file size, file type, availability and credibility of source.Sharing small files are pretty easy as compared to files with ...


Norton Internet Security Beta

Due to growing number of cyber-attacks, need of secure computers and networks has increased dramatically. Therefore, new protection technologies are being introduced every day and are incorporated into different products. This has led to evolution ...


Screen Resolution Manager

If you share a computer at home or at work, some users may their own have personal preferences regarding the screen resolution that your monitor or projector is set up, and the colors that are displayed. This could be because of bad eye sight, ...


Smart Defrag 2

From right back in the early days of Windows, there has always been a disk defragmenter included as standard, called (funnily enough) Disk Defragmenter. Its changed a lot as times have moved on and Microsoft upgraded Windows. There are many ...


Advanced System Optimizer

Keeping your Computer fast, clean and error free is of utmost importance if you want to get most out of it. Over the passage of time, many personal computers get clogged with errors, unnecessary or duplicate files and shortcuts leading to fragmented ...



New Downloads

DreamPlan Home Edition

DreamPlan Home Edition for
Windows is an easy to use
software. See your dream floor
plan with customized kitchens,
...

TVideoGrabber .NET Video
SDK

TVideoGrabber is a video
capture, media player and
editor SDK. It includes video
recording, frame capture,
network ...

Efficient Calendar Network

Efficient Calendar Network is
designed for SME to share
data. Begin to use Efficient
Calendar Network now to let
...

quickSMTP

quickSMTP is a fast and
efficient mail server for
Windows and is fully compliant
with SMTP and POP3
specifications. It is ...

VJmachine

Make a VJ show like a PRO.
Music visualizer for a unique
tight symbiosis of sound and
video. Fully automated music
movie ...

WinMX Music

WinMX Music joins the family
of powerful file sharing
applications with an overall
enjoyable and intuitive
layout. To ...

Total Network Inventory

Total Network Inventory will
scan your entire LAN, query
all servers, workstations and
appliances found, and log ...

iMyFone Umate Pro

iMyFone Umate Pro allows you
to permanently erase all data
on iPhone, iPad, or iPod
Touch, 100% Unrecoverable,
erase ...

Active@ ISO Manager

Active@ ISO Manager is an
easy-to use software to
author, edit and burn
CD/DVD-ROM ISO images
compatible with the ISO ...



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