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

Function File freeware
Filter: All | Freeware | Demo
 

Function File

1 2 3 4 5 > 
Added: May 28, 2013 | Visits: 394

conticap.m This function file (conticap.m) is required in running re-entry codes supplied as companion software to the textbook "Atmospheric and Space Flight Dynamics-Modeling and Simulation with MATLAB and Simulink", Birkhauser, Boston, December 2006. Platforms: Matlab

License: Freeware Size: 10 KB Download (39): conticap.m Download

Added: September 10, 2013 | Visits: 658

golden section method algorithm Golden section method - searching for minimum of the function on given interval files:golden.m - main algorithm, computing minimum on intervalf.m - given function - file to modify by the user! Platforms: Matlab

License: Freeware Size: 10 KB Download (49): golden section method algorithm Download

Added: July 15, 2013 | Visits: 381

Butterworth Filter This function file is basically for Passive Butterworth Filter for Low pass as well as for High Pass. In input it takes the Pass Band Attenuation, Band Stop attenuation, Band Pass Frequency, band stop frequency, and Filter Type. For Low Pass Type is "0" and for High Pass Type is "1".It finally... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Butterworth Filter Download

Added: May 10, 2013 | Visits: 733

getFileName Function Given a file path either physical or virtual with this function you can obtain the file name or the file directory. Platforms: Windows, ASP.NET,

License: Freeware Download (58): getFileName Function Download

Added: May 10, 2013 | Visits: 574

Automatic explicit file close This script is a drop in replacement for open() function that automatically explicitly closes the file when its input is exhausted. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Automatic explicit file close Download

Added: June 23, 2013 | Visits: 436

DIFFERENTIAL EQ. SOLUTION THROUGH S-FUNCTION Basic example for beginners, that shows how to solve the differential equation through S-Function****************DIFFERENTIAL EQ. SOLUTION THROUGH S-FUNCTION*********************************"Instructions for Simulink"*************************1.Goto simulink library browser and expand... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): DIFFERENTIAL EQ. SOLUTION THROUGH S-FUNCTION Download

Added: May 10, 2013 | Visits: 412

A simple non-recursive directory walker This script is an equivalent of os.path.walk(), but without callback function. A simple directory walker, without the burden of creating a callback for os.path.walk().This is also usefull for incremental directory walking (where you want to scan remaining directories in subsequent calls). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): A simple non-recursive directory walker Download

Added: September 07, 2010 | Visits: 969

CodeBase CodeBase is a Perl module for accessing dBASE files. ABSTRACT The CodeBase module provides a Perl 5 class for accessing dBASE files. It is a development of an earlier unpublished Perl 4 extension. SYNOPSIS Programs using the CodeBase module must include the line: use CodeBase; The... Platforms: *nix

License: Freeware Size: 30.72 KB Download (108): CodeBase Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 475

Nero DiscSpeed Nero DiscSpeed is an excellent easy-to-use benchmarking tool for testing the operational capabilities of a recorder. As multi-functional tool, Nero DiscSpeed also works for testing the speed of your CD/DVD disc drive as well as testing and benchmarking blanks and burned discs. It can be... Platforms: Windows

License: Freeware Size: 1.3 MB Download (694): Nero DiscSpeed Download

Added: May 10, 2013 | Visits: 1.182

AJAX/PHP Command Shell AJAX/PHP Command Shell is an Ajax/PHP WebShell to command your webserver from any computer. It supports password-protection, very fast interface, never reload the page, history item of commands, easy custom-command adding, quick commands, tabs, upload function, file browser ... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): AJAX/PHP Command Shell Download

Function to generate Timeseries file to use for Moore FSM coverage analysis. This function generates a Timeseries file which can be used for Moore FSM coverage analysis.The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block.The generated Timeseries... Platforms: Matlab


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

Function to generate Timeseries file to use for Moore FSM coverage analysis This function generates a Timeseries file which can be used for Moore FSM coverage analysis.The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block.The generated Timeseries... Platforms: Matlab


Added: January 25, 2010 | Visits: 1.155

File::Next::OO File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. SYNOPSIS File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing. Call it always with object notation. Not mixed as in File::Next itself.... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): File::Next::OO Download

Added: May 10, 2013 | Visits: 618

check if a file or directory exists To determine whether a file exists on the server, PHP has a simple function: file_exists(). This can also be used to determine if a directory exists. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): check if a file or directory exists Download

Added: May 10, 2013 | Visits: 782

Detect character encoding in an XML file This script contains a function that analyzes an open xml file for its characters encoding by - checking for a unicode BOM or (on failure); - searching the xml declaration at the beginning of the file for the "encoding" attribute ;It attempts to detect the character encoding of the xml file... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Detect character encoding in an XML file Download

Added: May 10, 2013 | Visits: 970

Parsing a full file specification This function parses a full file specification into tuple of: a) list of drive and folders b) file name c) (last) file extension (including dot)A full file specification consists of drive letter, folders, file name, and extension. Unless you're on UNIX. Unless there's more that one extension.... Platforms: Windows, Python,

License: Freeware Download (69): Parsing a full file specification Download

Added: May 10, 2013 | Visits: 467

Iterating through large file-like objects This function provides a simple iterator for the lines of a file-like object. (It also provides a flag for removing/retaining trailing newlines.) I ran into the problem a number of times that I wanted to read-in a very large file-like object (say a GB or two) line by line. This is a problem for... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Iterating through large file-like objects Download

Added: May 10, 2013 | Visits: 559

Save-to-File 5.x-1.x-dev When clicked, some handy javascript moves the entire content of the textarea to a file, and replaces the textarea content with a short function that will grab the content from a file the next time the content is loaded. This allows switching between Drupal and any local editor in order to edit... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Save-to-File 5.x-1.x-dev Download

Added: April 25, 2013 | Visits: 460

Calculate Ambiguity Function and Utilities The zip file contains functions to calculate an Ambiguity Function (XAMB), Upsampled and Interpolated Correlation (XCORRU), and Coherence Function (XCOH). A prefilter can be specified in each function to "sharpen" correlation peaks.XAMB calculates an estimate of the (cross-)ambiguity function. A... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Calculate Ambiguity Function and Utilities Download

1 2 3 4 5 >