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

Functions And Relations software
Filter: All | Freeware | Demo
 

Functions And Relations

1 2 3 4 5 > 
Added: April 23, 2013 | Visits: 577

Polynomial functions analysis with Symbolic Math and GUIDE Based on Symbolic Math functions and GUIDE flexibility, this software help to solve easily polynomial functions analysis.User just enter polynomial functions like f(x)/g(x) with f(x) = ax^n + bx^(n-1) + ... C and g(x)= a1x^n + b1x^(n-1) + ... D ; n in N.The version published is in French , but I... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Polynomial functions analysis with Symbolic Math and GUIDE Download

Added: August 14, 2013 | Visits: 540

Using C# functions and forms in Matlab This script shows how C# functions/classes and forms (gui) can be used in Matlab.The zip contains:- a example c# class (ComMatlab.cs) with different inputs and outputs functions.- a info_ComMatlab.txt with the commands how to compile and register a c# activex control- a ComMatlabtest.m for... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Using C# functions and forms in Matlab Download

Example: Creating TimeSeries and TsArray Inputs for Simulink Bus Signal Input Data This entry provides functions and examples allowing you to create Simulink.TsArray and Simulink.TimeSeries objects from a script or the MATLAB command line. A Simulink.TsArray object can be used as input data for a bus signal input in Simulink.Note: These functions contain **UNDOCUMENTED**... Platforms: Matlab


Added: May 25, 2013 | Visits: 651

Estimation and Simulation of ACD models in MatLab This submission includes functions and scripts for the estimation and simulation of ACD (autoregressive conditional duration) models. The zip file includes: - Scripts and functions for Estimation of an ACD(q,p) model with exponential or weibull distribution- Scripts and functions for Simulation... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (49): Estimation and Simulation of ACD models in MatLab Download

Added: July 11, 2013 | Visits: 449

DTI and Fiber Tracking Straightforward Diffusion MRI (DTI) and Fiber Tracking (FT) functions and examples.DTI.m, will calculate the Apparent Diffusion Coefficient(ADC), fractional anistropy (FA), and diffusion tensor field, of a DTI datasets consisting of at least 6 dataset with different MRI gradients and at least 1... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 5.05 MB Download (46): DTI and Fiber Tracking Download

Added: June 19, 2013 | Visits: 422

Disk Harmonic Functions Computes Disk Harmonic Functions; uses Bessel functions and derivatives Requires BessDerivZerosBisect2.mfunction dnm = DiskHarmonic(m,n,r,theta) if(m == 0) dnm = 1*Rnm elseif(m 0) dnm = sqrt(2)*Rnm.*cos(mu*theta) end m0: dnm(r,theta) = sqrt(2)*Rnm(r)*cos(m*theta) (m = |mu|) n = 0,1,2,... m =... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Disk Harmonic Functions Download

Added: July 05, 2013 | Visits: 367

MEX-Builder and file versioning The MATLAB compiler toolbox builds native libraries (MEX-functions) and executables (applications) for different platforms. The compiler scripts "mex" and "mcc" offer a user-friendly interface for compiling and linking M, C, C++, Fortran and assembler files. This package adds automatic file... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): MEX-Builder and file versioning Download

Volatility Loss Functions and VaR Conditional, Indepedence and Regulatory BackTests This toolbox estimates the following volatility loss functions:1. Mean Square Error, MSE2. Mean Absolute Deviation, MAD3. Mean Logarithm of Absolute Errors, MLAE4. Heteroskedasticity-adjusted Mean Square Error, HMSE5. Heteroskedasticity-adjusted Mean Absolute Error, HMAE6. Median Absolute Error,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (44): Volatility Loss Functions and VaR Conditional, Indepedence and Regulatory BackTests Download

Added: February 15, 2010 | Visits: 920

Rose::DateTime Rose::DateTime is a Perl module with DateTime helper functions and objects. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 6pm); $date_text = format_date($then, "%D at %T %p"); ... use Rose::DateTime::Parser; $parser =... Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Rose::DateTime Download

Added: August 04, 2010 | Visits: 1.070

mroovca stats mroovca stats is a Web site statistics generator with various functions and tables. mroovca stats is simple, configurable, and provides an administrative interface. It can measure statistics concerning the client browser, geolocalization, connection type, and referers. It can also recognize... Platforms: *nix

License: Freeware Size: 296.96 KB Download (91): mroovca stats Download

Added: August 21, 2010 | Visits: 1.246

MIDI::Opus MIDI::Opus are functions and methods for MIDI opuses. SYNOPSIS use MIDI; # uses MIDI::Opus et al foreach $one (@ARGV) { my $opus = MIDI::Opus->new({ from_file => $one, no_parse => 1 }); print "$one has ", scalar( $opus->tracks ) " tracksn"; } exit; MIDI::Opus provides a constructor and... Platforms: *nix

License: Freeware Size: 62.46 KB Download (165): MIDI::Opus Download

Added: May 10, 2013 | Visits: 350

Input_demo This script demonstrates some keyboard input functions and screen output "magic" that some people may be interested (such as for an ASCII game). It is meant as a very simple demonstration only, and does not contain any error checking whatsoever. The style of the code is not the best, but it is... Platforms: Windows, Python,

License: Freeware Download (57): Input_demo Download

Added: May 10, 2013 | Visits: 343

Z_cgi This module provides several functions and variables that help with printing text and accessing form data.It provides a simple interface for CGI applications. It does not currently support reading information from standard input. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Z_cgi Download

Added: July 16, 2013 | Visits: 525

Writing Fast MATLAB Code Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat.Contents: * Introduction * The... Platforms: Matlab

License: Freeware Size: 327.68 KB Download (48): Writing Fast MATLAB Code Download

Added: September 13, 2013 | Visits: 364

FHook FHook is a simple hooking system that allows to hook functions and subfunctions. The hooking technique here can be used also to write code in an AOP fashion.The hooking and the AOP are usefull SE (Software Engeneering) techniques that can be used to obtaion the separation of concerns in SW... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): FHook Download

Added: March 26, 2013 | Visits: 307

PHP++ Framework A set of functions and classes for dvelopper faster with PHP tool! Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 358.4 KB Download (40): PHP++ Framework Download

Added: July 09, 2013 | Visits: 1.016

php IMAP Mail Notification for Scripts phpImapMailNotification is small and free PHP script that allow to check multi-email accounts (over IMAP PHP functions) and send notification email toward other email account (SMS Gateway) if you have a new messages.Features:- Support on multi-email accounts.- Allow to customize on subject and... Platforms: PHP

License: Freeware Size: 10 KB Download (50): php IMAP Mail Notification for Scripts Download

Added: May 12, 2013 | Visits: 298

Cronapi Cron API is a module that allows other modules to register their cron based functions and provides an administrator interface so admins can configure when specific cron actions are actually run.This module is currently under development, so if you find bugs.... please let me know.The main... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Cronapi Download

Added: September 01, 2013 | Visits: 557

Tags CSS With this series of Dashboard Widgets, you can easily look up CSS, HTML, and PHP attributes, tags, functions, and properties. Once you've found the Tag you are looking for, you can click on the result to copy it to your clipboard. CSS: * Search for CSS Properties and Attributes * Click to... Platforms: Mac

License: Freeware Size: 61.44 KB Download (42): Tags CSS Download

Added: June 18, 2013 | Visits: 387

GEngine GEngine is a library providing basic and enhanced graphical functions and a small event system on three Platforms: PalmOS, Windows (Win32) and Linux/XLib PalmOS: you need MathLib NOTE: WinZip is able to unzip .tar.gz files. Platforms: *nix

License: Freeware Size: 153.6 KB Download (35): GEngine Download

1 2 3 4 5 >