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

Variables Function software
Filter: All | Freeware | Demo
 

Variables Function

1 2 3 4 5 > 
Added: May 31, 2013 | Visits: 395

Simple example of PSO algorithm It finds the minimum of a n variables function with the Particle Swarm Optimization Algorithm.% The input parameters are:% -func: it's the objective function's handle to minimize% -numInd: it's the number of the swarm's elements% -range: it's the range in which the elements must be created%... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Simple example of PSO algorithm Download

Pattern search method: deterministic iterative zero order algorithm It's a deterministic iterative zero order algorithm that can be used to solve unconstrained optimization problem. It finds the relative minimum of a two variables function with a deterministic iterative zero order algorithm. Pattern search method It finds the relative minimum of a two variables... Platforms: Matlab


Added: August 22, 2013 | Visits: 604

WP-Live-Chat This plugin is an IRC web client for your blog. Enter a simple code to your page or post to create an instant chat room for your visitors. Now Supports Freenode chat-rooms.The archive now contains TWO plugins, WP-Live-Chat-Adult, and WP-Live-Chat-Freenode. You may only activate ONE of these... Platforms: PHP

License: Freeware Size: 10 KB Download (48): WP-Live-Chat Download

Released: December 18, 2012  |  Added: December 18, 2012 | Visits: 620

FreeMat for Mac OS X FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat is available under the GPL license. In addition to supporting many... Platforms: Mac

License: Freeware Size: 41.9 MB Download (684): FreeMat for Mac OS X Download

Released: June 07, 2012  |  Added: June 07, 2012 | Visits: 551

FreeMat for Windows FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat is available under the GPL license. In addition to supporting many... Platforms: Windows

License: Freeware Size: 17.9 MB Download (509): FreeMat for Windows Download

Released: September 29, 2014  |  Added: July 11, 2015 | Visits: 290

Kode Magd Kode Magd is a toolbar for the VBA editor window in Microsoft Excel, designed to help computer programmers. * Report dependencies of variables, function, sub routines, properties, classes, forms and modules. * Map out basic structure of code. * Formatting and readability of existing code. *... Platforms: Windows, Windows 7, Windows Server

License: Commercial Cost: $0.00 USD Size: 1.42 MB Download (59): Kode Magd Download

Added: April 22, 2013 | Visits: 203

Workspace variables into functions Problem definition:This code is to help beginners to understand how reading multiple variables into a function and storing them within a loop without using 'eval' function. This is more of a tutorial code than a specific one.I have multiple variables (X1,X2,X3,...,X10) stored in a mat file, i.e.... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Workspace variables into functions Download

entropy, joint entropy and conditional entropy function for n variables for entropyH = entropy(S)this command will evaluate the entropy of S, S should be row matrixH = entropy([X;Y;Z])this command will find the joint entropy for the 3 variablesH = entropy([X,Y],[Z,W])this will find H(X,Y/Z,W).. you can use it for any combination of joint entropiesPlease validate this... Platforms: Matlab


Added: September 12, 2013 | Visits: 546

Simple example of the Simplex Method 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... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Simple example of the Simplex Method Download

Added: June 09, 2013 | Visits: 516

Interactive resolution enhancement function function ire(x, signal)Interactive resolution enhancement function for data in the arguments "x,signal". Displays sliders for real-time control of 2nd and 4th derivative weighting factors (factor and factor2) and smooth width. (Larger values of factor1 and factor2 will reduce the peak width but... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (40): Interactive resolution enhancement function Download

Added: August 19, 2013 | Visits: 437

Assign the same values to many output variables MANY takes in the variable x and assign it to all the output variables. MANY takes in the variable x and assign it to all the output variables.This function works as the equation sign in C++ so that the following expression in C++:x1 = x2 = x3 = x4 = x5 = 8; is equivalent to the following... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Assign the same values to many output variables Download

Added: June 26, 2013 | Visits: 360

Random Barnoulli Variable This function generates random Bernoulli variables. There is often a need to generated a random variable that has Bernoulli distribution. This function generates Bernoulli random variables 0 and 1. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Random Barnoulli Variable Download

Added: April 10, 2013 | Visits: 444

Variables API This module extends the Drupal core variables API that handles persistent variables. It implements a class that: * allows obtaining the value of a persistent variable without passing the default value to each function call, * deletes multiple persistent variables, * and implements functions to... Platforms: PHP

License: Freeware Size: 10 KB Download (41): Variables API Download

Released: June 03, 2016  |  Added: July 19, 2016 | Visits: 4.748

Function Grapher Function Grapher is graph maker to create 2D, 2.5D, 3D and 4D function graphs, animations and table graphs. 2D functions can be in the form of explicit, parametric, piecewise, implicit and inequality. 3D functions can be in the form of explicit, parametric and implicit. Platforms: Windows, Windows 7, Windows Server

License: Demo Cost: $45.00 USD Size: 3.31 MB Download (397): Function Grapher Download

Added: May 11, 2010 | Visits: 1.165

CoreLinux++ Function Load Library CoreLinux++ Function Load Library (libclfll++) takes advantage of the abstract Library Load framework in the CoreLinux libclfw++ library by providing management of loading Linux shared libraries. Application developers define function objects as wrappers and can then dynamically load the... Platforms: *nix

License: Freeware Size: 93.18 KB Download (95): CoreLinux++ Function Load Library Download

Added: October 19, 2010 | Visits: 906

Getopt::Function Getopt::Function is a Perl module to provide mixed options with help information. SYNOPSIS use Getopt::Function qw(maketrue makevalue); $::opthandler = new Getopt::Function [ ], { => [ , , ] } $result = GetOptions (...option-descriptions...); $::opthandler->std_opts;... Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): Getopt::Function Download

Added: July 10, 2010 | Visits: 621

Perl6::Contexts Perl6::Contexts - array and hash variables turn into references to themselves when used in non-numeric scalar context or as function arguments. SYNOPSIS my @foo = ( 1 .. 20 ); my $foo = @foo; # same as: my $foo = @foo; my $foo = 0 + @foo; # unchanged - length of @foo $obj->some_method(10,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (89): Perl6::Contexts Download

Released: December 27, 2012  |  Added: January 16, 2013 | Visits: 902

Enable PDF Print Function Looking for a tool to enable PDF print function ? Try PDF Unlocker, an easy to use program that provides easy steps to its users to let them enable PDF print function without any difficulty. The software is a result oriented utility that helps users solve their all queries like how to enable PDF... Platforms: Windows

License: Shareware Cost: $9.00 USD Size: 1.23 MB Download (67): Enable PDF Print Function Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 709

Function Plot 2D Function Plot 2D is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll Platforms: Windows

License: Freeware Download (443): Function Plot 2D Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 756

Function Plot 2D with Sections Function Plot 2D with Sections is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll Platforms: Windows

License: Freeware Download (449): Function Plot 2D with Sections Download

1 2 3 4 5 >