Freeware Listing: Maximum
- Global maximum point for 3D surface using GA
- License: Freeware

This program demonstrates the optimization by genetic algorithm to find the global maximum height for thee dimensional multiple peak surface. The GA operates by real coding method with elitism.
- Publisher: Ali Talib Oudah
- Date: 14-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Maximum Subsequence Sum Timer
- License: Shareware

The Maximum Subsequence Sum Timer software was developed as an easy-to-use instrument that can time various solutions to the maximum subsequence sum problem.
Maximum Subsequence Sum Timer was created using the Java programming language and can run on platforms such as Windows, Mac OS X, and Linux.
.
- Publisher: Rod Howell
- Date:
- Platform: WinOther
- PoissonMax
- License: Freeware

PoissonMax is a handy, small, command prompt based application specially designed to compute Poisson maximum likelihood mean frequency from limiting dilution data, with 95% confidence limits and Chi-square value..
- Publisher: Norman Iscove
- Date: 26-08-2012
- Size: 72 KB
- Platform: WinOther
- Statistical Calculator
- License: Freeware

Statistical Calculator calculates minimum, maximum, mean, median, mode, percentage unique, range, midrange, standard deviation, quartiles and more..
- Publisher: scatterchart.com
- Date: 23-02-2013
- Size: 10 KB
- Platform: CGI and Perl, Scripts
- Limit Textarea
- License: Freeware

This script controls a maximum textarea input amount and updates a counter with how many characters are left. Dynamic fix will allow you to use this script in multiple textbDynamic f;/p>.
- Publisher: Ronnie T. Moore
- Date: 05-02-2013
- Size: 10 KB
- Platform: JavaScript, Scripts
- Overlap Add Overlap Save methods implementation for block DFT processing
- License: Freeware

The overlap add and overlap save are the two generally implemented methods when the input is greater than the maximum processible block in MATLAB because of memory constraints..
- Publisher: Anshul Thakur
- Date: 24-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Sound Steganography - Images hidden in spectrogram of music
- License: Freeware

Program converts image file (square shape, maximum 120x120 pixels) into music file (*.wav, noise). You can watch the hidden image in spectrogram of music - process called sound steganography. This is first version of project with very slow computations. Currently working on more advanced and optimized version. project by Katarzyna Zarnowiec and Frederico Contente.
- Publisher: Katarzyna Zarnowiec
- Date: 11-05-2013
- Size: 9134 KB
- Platform: Matlab, Scripts
- Frequency measure
- License: Freeware

Helps measuring the exact frequency of a signal within a range, by means of finding the maximum of the product of the signal with a sinusoid. Speacially useful when dealing with real-world data. As recently published on my blog: http://loluengo.blogspot.com.
- Publisher: Lorenzo Luengo
- Date: 18-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- xcorAlign.m
- License: Freeware

Circularly shifts input data in matrix by columns, according to cross correlation maximum index..
- Publisher: Joshua Carmichael
- Date: 06-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- maxalign.m
- License: Freeware

Aligns matrix entries so that the center of the time series corresponds to the maximum value of the time series..
- Publisher: Joshua Carmichael
- Date: 14-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Heuristic Algorithm for finding Maximum Independent Set
- License: Freeware

findMIS is an heuristic algorithm for solving Maximum Independent Set problem (MIS). An independent set of a graph is a subset of vertices in which no two vertices are adjacent. Given a set of vertices, the maximum independent set problem calls for finding the independent set of maximum cardinality. Algorithm run in O(n^2) time, where n is the number of vertices (worst case). Experimentally: time = 8.1e-007*n^2 + 2.2e-005*n + 0.00012 seconds, (see screenshot) The algorithm has been independently developped but is similar to: Balaji, Swaminathan, Kannan, "A Simple Algorithm to Optimize Maximum Independent Set", Advanced Modeling and Optimization, Volume 12, Number 1, 2010 Notation: The neighborhood of v is defined by N(v) ={u in V such that u is adjacent to v} The DEGREE of a vertex v in V, denoted by deg(v) and is defined by the...
- Publisher: Roberto Olmi
- Date: 24-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Maximum Cardinality matching
- License: Freeware

If you use this code please kindly cite the following paper "Structure induction by lossless graph compression" Leonid Peshkin, In Proc. of Data Compression Conf. DCC , 2007 [mate] = card_match(adj) constructs a (Non-weighted) maximum cardinality matching on a graph represented by ADJ-acency matrix with edge IDs as elements OUTPUT: mate(i) = j means edge (i,j)=(j,i) belongs to the matching. REMARKs: a vertex _v_ is called "outer" when there is an alternating path from _v_ to an unmatched vertex _u_ that starts with a matched edge. MATLAB implementation of H. Gabow's labelling scheme explaned in JACM 23, pp221-34 by Dr.
- Publisher: Leon Peshkin
- Date: 02-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Box Plot with Whiskers Plotted at Fixed Percentiles
- License: Freeware

Normally boxplot plots the whiskers with a maximum length based on the distance between the 25th and 75th percentile. This script uses boxplot but plots the whiskers for a specified percentile and only plots the outliers beyond the new whiskers. Note that the percentile is defined as the data point just beyond the calculated percentile. For example, if the 98th percentile lies between the 4th and 5th highest data points, then the 4th highest data point will be considered the 98th percentile, the whisker will extend to the 4th highest, and only the 4 highest values will be plotted as outliers..
- Publisher: Robert
- Date: 26-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Compute the Maximum Points Values in Optimum Tetrahedral Volume
- License: Freeware

In the one point-system, we suppose a optimum tetrahedral volume and this volume should be contain maximum points in the selected point-system. Extarly, this tetrahedral volume's of boundary conditions should be depend only four-node in point-system. Also, this sub-program running of similarly cyclic-permutation technique than not more-speedly. This program's cyclic-permutation run-time is depend matlab main function as -nchoosek-. Plainly, If you selected more 50 point than solution time possible be few minute. This program's low-order-level of run-time not depent is my program's base-algorithm.
- Publisher: Ali OZGUL
- Date: 05-02-2013
- Size: 164 KB
- Platform: Matlab, Scripts
- plot_feasible.m
- License: Freeware

plot_feasible(A, b, c, lower_b, upper_b, varargin) Plots the feasible region of the 2D linear program maximize f = c'*x subject to A x <= b on the region bounded by lower_b and upper_b. It can plot the region, bounding lines, their intersection points and vertices of the feasible region along with the maximum. Its primary use (for me) is for students learning Linear Algebra. Its has lots of options for making the plot look pretty, or annotating vertices, etc. And you can put iso-objective function lines across the plot to help. Multiple feasible region plots are also possible, to show overlaps.
- Publisher: Matthew Roughan
- Date: 16-03-2013
- Size: 20 KB
- Platform: Matlab, Scripts
- Shapes.zip
- License: Freeware

This function can find the maximum of constrained and unconstrained problems with using of genetic algorithm (real coding). Also the performance of GA is plotted vs. the number of generations (for 2D problems)..
- Publisher: Javad Ivakpour
- Date: 10-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- MCC to estimate the Superficial Ocean Currents on SST images
- License: Freeware

This script applies the Maximum Correlation Cross on SST images, to estimate the superficial ocean currents.
- Publisher: Paula Lamosa Nunes
- Date: 20-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Favicon My Blog
- License: Freeware

This plugin allows you to display a favicon on your blog - With maximum compatibility! Simply enter the URLs of the favicon and your blog will use this as the favicon - Less than a minute setup time! Install : 1. Upload /favicon-my-blog.php to the /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Edit the Favicon My Blog Settings in your Administration Panel 4. Done!.
- Publisher: Rockemmusic
- Date: 21-05-2013
- Size: 10 KB
- Platform: PHP, Scripts
- GoodsAmountCalculator
- License: Freeware

GoodsAmountCalculator is a handy, easy to use, simple application specially designed to help you calculate the amount of goods you must send from a production factory to a consumer in order to avoid exceed the maximum production.
You just enter the distance, average velocity and demand to satisfy and just let this tool take care of the rest.
for WindowsAll
.
- Publisher: Robinson Rodr+aTsguez
- Date:
- Platform: WinOther
- Trend Micro Titanium Maximum Security 2012
- License: Shareware

FD in association with Trend Micro offers you a special discount: Now, only from FD, you can buy Trend Micro Titanium Maximum Security with a 40% discount. Take advantage of this opportunity and press the Buy Now button and get it while it's hot!
Trend Micro Titanium is powered by the Trend Micro Smart Protection Network infrastructure, our cloud security infrastructure that stops threats in cyberspace or "the cloud." Smart Protection Network monitors the Internet 24/7, worldwide.
It gathers and analyzes threat data, blocking viruses and other malware BEFORE they can reach your PC.
- Publisher: Trend Micro
- Date:
- Platform: Win7 x64, Windows 7, WinOther, WinVista, WinVista x64
Maximum: Freeware | All






