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

Function Argument freeware
Filter: All | Freeware | Demo
 

Function Argument

< 1 2 3 4 5 > 
Added: June 09, 2013 | Visits: 752

Discrete Transfer Function Identification of a Motor Program given here computes the discrete transfer function of a DC motor (Example taken in this case) using pseudo inverse technique. The input and output data for any single input single output system can be used to find out the discrete transfer function of that system. Platforms: Matlab

License: Freeware Size: 215.04 KB Download (44): Discrete Transfer Function Identification of a Motor Download

Added: July 08, 2013 | Visits: 486

MATLAB function list Writes to file a sorted list of MATLAB functions for all MathWorks products installed on the machine (that the function is executed on). Denotes which functions are built-in to help with syntax highlighting. Platforms: Matlab

License: Freeware Size: 10 KB Download (50): MATLAB function list Download

Added: May 16, 2013 | Visits: 385

extract_word_table The function has the formtables = extract_word_table;No input argument needs to be specified, the function itself will prompt the user to select an already existing word document.The output argument is ab cell array containing all the tables present in the opened document as cells.the .zip file... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): extract_word_table Download

Added: April 21, 2013 | Visits: 408

Moments of a function Computes the nth moment mean of a function (needs more implentation).m = moment(x, y, n)m = nth moment of yx = domainy = datan = nth moment == 1 by defaultm = int(x^n * y) / int(y)where int is integral over all x integral is calculated using trapezium rule Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Moments of a function Download

Added: May 30, 2013 | Visits: 339

configInputParser This function loads an XML file and yields an inputParser object configured according to its contents.All R2007a inputParser configurable properties and argument types and options are handled.Typical usage:>> myIp = configInputParser('myConfig.xml); Platforms: Matlab

License: Freeware Size: 10 KB Download (43): configInputParser Download

Added: July 22, 2013 | Visits: 501

Robust function for only numeric values input The function shows the text string S and prompt the user for an input value guaranteing that the input value is numdoTeric.When the value is not numdoTeric the function gives an error mensage and prompts for a new value until it is numeric. Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Robust function for only numeric values input Download

Added: April 16, 2013 | Visits: 410

Print text using Microsoft Word [Word, msg] = LE_printViaWord(fileNames)The function launches a Word COM server, opens and prints the given files.The COM server handle is returned as first output argument (Word), and the user is advised to exit the server by typing Quit(Word) in the MATLAB command window.Calling the function... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Print text using Microsoft Word Download

Added: June 14, 2013 | Visits: 349

Views nids argument Allows you to specify an array of nids as a view argument. Platforms: PHP

License: Freeware Size: 10 KB Download (40): Views nids argument Download

Added: August 16, 2013 | Visits: 397

dyncall The dyncall library encapsulates architecture-, OS- and compiler-specific function call semantics in a virtual "bind argument parameters from left to right and then call" interface allowing programmers to call C functions in a completely dynamic manner. In other words, instead of calling a... Platforms: Mac

License: Freeware Size: 256 KB Download (44): dyncall Download

Added: September 25, 2013 | Visits: 704

PHP Function Reference PHP Function Reference provides fast lookup of information about the PHP web programming language. Features * Offline access to the same documentation found on PHP.net * Extensive cheat sheet of common PHP language syntax * Interactive date string formatter * Favorites list * 1-click... Platforms: Mac

License: Freeware Size: 4.73 MB Download (38): PHP Function Reference Download

Added: October 24, 2013 | Visits: 535

Complex Function Plot The Complex Function Plot program displays a user-defined complex function of position and time using representations that map phase into color. The default complex function is a time-dependent complex Gaussian and the representation can be changed by selecting a radio button. Additional... Platforms: Mac

License: Freeware Size: 61.44 KB Download (37): Complex Function Plot Download

Added: March 10, 2010 | Visits: 738

ffcall ffcall is a foreign function call libraries. This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall calling C functions with variable arguments vacall C functions accepting variable... Platforms: *nix

License: Freeware Size: 911.36 KB Download (94): ffcall Download

Added: June 15, 2010 | Visits: 1.269

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:... Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync Download

Added: September 15, 2010 | Visits: 886

Getopt::Tiny Getopt::Tiny is yet another command line argument parsing module. SYNOPSIS use Getopt::Tiny; my $arg = default value; my @list; my %hash; my $flag; my %set; # begin usage info my (%flags) = ( argx => $arg, # set a parameter listx => @list, # fill in a list hashx => %hash, # set... Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Getopt::Tiny Download

Added: November 14, 2010 | Visits: 961

Callback Callback is an object interface for function callbacks. SYNOPSIS use Callback; my $callback = new Callback (&myfunc, @myargs); my $callback = new Callback ($myobj, $mymethod, @myargs); my $callback = new Callback ($old_callback, @myargs); $callback->call(@some_more_args); Callback... Platforms: *nix

License: Freeware Size: 4.1 KB Download (109): Callback Download

Added: May 24, 2010 | Visits: 970

AI::Menu AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results... Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): AI::Menu Download

Added: November 12, 2010 | Visits: 847

Devel::TraceFuncs Devel::TraceFuncs is a Perl module with trace function calls as they happen. SYNOPSIS Usage: require Devel::TraceFuncs; max_trace_depth 5; trace_file "foo.out"; trace_file $file_handle; sub foo { IN(my $f, "a message"); DEBUG "hellooo!"; } Devel::TraceFuncs provides utilities to... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Devel::TraceFuncs Download

Added: June 27, 2010 | Visits: 461

Libopennet Libopennet is a library that provides the function open_net() which accepts the same parameters as the open() system call, but the pathname argument can be an FTP or HTTP URL. Libopennet project allows you to open_net() files the same way you open() them now. Whats New in This Release: -... Platforms: *nix

License: Freeware Size: 102.4 KB Download (93): Libopennet Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 384

GAA Argument Analyzer The GAA Argument Analyser helps programmers to analyze the arguments given to their program from the command line. Platforms: Windows, Mac, Linux

License: Freeware Size: 233.76 KB Download (47): GAA Argument Analyzer Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 404

Printr function & Panel for Flash MX Printr Debugger is an Actionscript implementation of the 'print_r' function from PHP. It has a lot of options, the results are presented in the Output Window or in the Printr Debugger Flash Panel. It offers remote inspection too. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 147.96 KB Download (51): Printr function & Panel for Flash MX Download

< 1 2 3 4 5 >