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

Linear Programming Mac software
Filter: All | Freeware | Demo
 

Linear Programming Mac

< 1 2 3 4 5 > 
Added: August 08, 2013 | Visits: 516

Optimize Truss by FSD and SLP This is a Matlab code for optimizing a plane truss by two methods : Fully Stress Design and Sequential Linear Programming. In SLD, we deal with the Euler buckling condition and some other constraints.



Platforms: Matlab

License: Freeware Size: 71.68 KB Download (48): Optimize Truss by FSD and SLP Download

Application of Optimization to the Study of Chemical Processes The five programs provided solve several process design problems. These examples were originally provided as applications of process design optimization by Edgar, Himmelblau and Lasdon in their excellent book entitled Optimization of Chemical Processes, McGraw-Hill International Edition, 2001....





Platforms: Matlab


Added: August 14, 2008 | Visits: 885

WebCab Optimization for .NET Refined procedures for solving and performing sensitivity analysis on uni and multi dimensional, local or global optimization problems which may or may not have linear constraints. Specialized Linear programming algorithms based on the Simplex Algorithm and duality are included along with a...


Platforms: Windows

License: Commercial Cost: $179.00 USD Size: 3.05 MB Download (100): WebCab Optimization for .NET Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 828

Solver for Excel Frontline Systems developed the original Solver for Excel on both Macintosh and Windows. For many years, we've offered Solver upgrades for Windows users, that have gotten more and more powerful over time -- but we haven't been active on the Mac. We're now applying more development resources to...


Platforms: Mac

License: Freeware Download (87): Solver for Excel Download

Added: August 08, 2013 | Visits: 502

Short Term Hedge Position Optimizer Classical optimal hedge ratio concentrates on risk reduction and neglects strategic value maximization. In this study, the authors use stochastic-optimization theories to formulate an optimal, short-term hedging scheme to mitigate risks while maximizing portfolio value. Stochastic spot and...


Platforms: Matlab

License: Freeware Size: 430.08 KB Download (44): Short Term Hedge Position Optimizer Download

Added: January 25, 2010 | Visits: 681

HappyGear HappyGear is a utility used to bridge newer USB game devices- such as joysticks, racing wheels, and gamepads - with programs that werenot designed to use those devices.


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (94): HappyGear Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 644

Dashboard Hash Widget Dashboard Hash Widget allows you to quickly display hash values for strings. It actually supports MD5, SHA-1, SHA-256, CRC-32, Base64 (encode & decode) and URL Encoding (encode & decode).The hash functions come from the WebToolkit website. Many thanks to the author of those functions.


Platforms: Mac

License: Freeware Size: 71.68 KB Download (47): Dashboard Hash Widget Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 388

ProcessRenicer ProcessRenicer allow you to change the nice value of your computer processes. The nice value of a process is used by the kernel to compute the process priority. Giving a lower nice value to a process will increase it's priority, and allow a better usage of the CPU resources.


Platforms: Mac

License: Freeware Size: 3.9 MB Download (48): ProcessRenicer Download

Added: July 31, 2013 | Visits: 420

Extract solution from CPLEX .sol file Reads a CPLEX .sol xml file and extracts the solution. Returned is the solution in form of a column vector x. The cplex solution file can be created with the WRITE command in cplex.Together with the MPS export utility it is possible to export and import linear programming problems and solutions...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Extract solution from CPLEX .sol file Download

Added: September 13, 2013 | Visits: 373

Data Convexity Check This is a quick and dirty way to test the convexity of an input-output data set - i.e. whether or not there exists a convex function that may fit the data within a specified residual tolerance. It was written for the purposes of testing a local convexity assumption on a set of noisy data, for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Data Convexity Check Download

Released: October 31, 2023  |  Added: November 16, 2023 | Visits: 1.042

Barcode Label Software for Mac Barcode software for apple mac machine builds amazing, own style barcode labels using various designing objects like rectangle, ellipse and many more. Barcode label software for mac is useful for various business zones including healthcare, telecom, manufacturing etc for creating business...


Platforms: Mac

License: Shareware Cost: $69.00 USD Size: 1.99 MB Download (463): Barcode Label Software for Mac Download

Released: September 22, 2014  |  Added: December 10, 2014 | Visits: 4.349

Tone Generator for Mac NCH Sound Tone Generator lets you create audio tones, sweeps or noise waveforms on Mac OS X. Typical Applications include test tone generation in studios for the alignment of levels, calibration and testing of audio equipment or speakers, tuning music instruments as an accurate reference...


Platforms: Mac

License: Shareware Cost: $34.99 USD Size: 1.06 MB Download (387): Tone Generator for Mac Download

Added: March 03, 2010 | Visits: 1.665

Mac::Errors Mac::Errors is a Perl module with constants for Mac error codes. SYNOPSIS use Mac::Errors qw(openErr); if( $value == openErr ) { ... } my $error = $MacErrors{ $symbol }; # -- OR -- my $error = $MacErrors{ $number }; my $symbol = $error->symbol; my $number = $error->number; my $desc =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (98): Mac::Errors Download

Added: November 06, 2010 | Visits: 1.184

Mac::PropertyList Mac::PropertyList is a Perl module to work with Mac plists at a low level. SYNOPSIS use Mac::PropertyList; my $data = parse_plist( $text ); # == OR == my $data = parse_plist_file( $filename ); # == OR == open my( $fh ), $filename or die "..."; my $data = parse_plist_fh( $fh ); my...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (126): Mac::PropertyList Download

Added: July 07, 2010 | Visits: 1.174

AudioCD::Mac AudioCD::Mac is a MacPerl extension for controlling Audio CDs. SYNOPSIS #!perl -w use AudioCD; use strict; my $cd = new AudioCD; $cd->volume(255); $cd->play(2); print "Now playingn" if $cd->status == CD_PLAY; printf "Volume is %dn", $cd->volume; sleep(5); $cd->pause; print "Now...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): AudioCD::Mac Download

Added: November 04, 2010 | Visits: 834

Proc::BackOff::Linear Proc::BackOff::Linear is a generic module meant to be directly inherited from and then modified by overloading the calculate_back_off object method. SYNOPSIS Usage: use Proc::BackOff::Linear; my $obj = Proc::BackOff::Linear->new( { $slope => 5, x => count, b => 0 ); # sequence would be...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Proc::BackOff::Linear Download

Added: April 15, 2010 | Visits: 1.276

Mac::Apps::Seasonality::LoadICAOHistory Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database with the Seasonality weather.db schema. SYNOPSIS use English qw{ -no_match_vars }; use DBI; use Mac::Apps::Seasonality::LoadICAOHistory qw{ :conversion &clean_icao_history_set...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Mac::Apps::Seasonality::LoadICAOHistory Download

Added: April 07, 2010 | Visits: 2.351

Mac::EyeTV Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. SYNOPSIS use Mac::EyeTV; my $eyetv = Mac::EyeTV->new(); # See Mac::EyeTV::Channel foreach my $channel ($eyetv->channels) { my $name = $channel->name; my $number = $channel->number; print "$number $namen"; } # See...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (179): Mac::EyeTV Download

Released: February 20, 2013  |  Added: March 14, 2013 | Visits: 2.046

CSS3 Menu MAC Create CSS menu on MAC OS absolutely FREE! Using this FREE CSS3 Menu you can create great looking buttons using just CSS3 in a few clicks on your MAC. Creating a nice looking menu no longer needs all the code and time it use to, thanks to CSS3. Many of us are still reluctant to start using CSS3...


Platforms: Mac

License: Freeware Size: 41.08 MB Download (128): CSS3 Menu MAC Download

Released: June 28, 2011  |  Added: July 03, 2011 | Visits: 1.131

PDF to Flash Converter for Mac PDF to Flash Converter for Mac is one desktop application that helps you to convert any Adobe PDF document into a Macromedia Flash (SWF) files on Mac, produce remarkable online and offline digital editions with page turning effects. No coding is required. Simply import your PDF, configure the...


Platforms: Mac

License: Shareware Cost: $79.99 USD Size: 13.52 MB Download (101): PDF to Flash Converter for Mac Download

< 1 2 3 4 5 >