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

Function Value Finder freeware
Filter: All | Freeware | Demo
 

Function Value Finder

< 1 2 3 4 5 > 
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: 641

Associating parameters with a function In functional programming, currying is a way to bind arguments with a function and wait for the rest of the arguments to show up later. You "curry in" the first few parameters to a function, giving you a function that takes subsequent parameters as input and calls the original with all of those... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Associating parameters with a function Download

Added: May 10, 2013 | Visits: 789

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 476

Extract a inner function from a class This function can extract a inner function from a class or a function. It may be useful when writing a unit test code. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Extract a inner function from a class Download

Added: May 10, 2013 | Visits: 414

Generic cacheable value objects superclass Generic cacheable value objects superclass script is a superclass for cache value objects by its constructor arguments. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Generic cacheable value objects superclass Download

Added: May 10, 2013 | Visits: 489

Function emulation using __call__ This script defines a simple but useful class that emulates a function to gracefully permit latent assignment. In other words, you can use the emulating class as a valid function in assignments with the ability to later associate a function to perform the actual operations. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Function emulation using __call__ Download

Added: May 10, 2013 | Visits: 711

Call a function/method X times per second This simple generator function is used to call a function X times per second. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Call a function/method X times per second Download

Added: May 10, 2013 | Visits: 883

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 443

Function composition This script contains two classes that show two styles of function composition. The difference is only when the second function (g) returns a tuple. compose function passes the results of g as a tuple, mcompose treats it as a tuple of args to pass along. Note that extra args provided to... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Function composition Download

Added: May 10, 2013 | Visits: 333

smallestMin MATLAB has a built-in function called min that returns the smallest value in some numeric vector.This function does the same thing, but it returns the smallest min from all the vectors. Requirements: - MATLAB 7.6 or higher Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (57): smallestMin Download

Released: September 04, 2013  |  Added: September 14, 2013 | Visits: 1.124

Free Duplicates Finder Free Duplicates Finder, a powerful and reliable duplicate file finder tool to find and delete duplicate files like photos, documents, spreadsheets, MP3s and outlook items, email, task, contacts, calendar, notes, etc. It frees up disk space and aids your computer in indexing as well as reduces... Platforms: Windows

License: Freeware Size: 3.53 MB Download (62): Free Duplicates Finder Download

Added: July 20, 2013 | Visits: 630

Function Grapher Script This script allows you to graph any function you enter on the scale of your choice, assuming you use the correct javascript syntax.For example, to use Cos x, use Math.cos(x). Or, for x^2, use Math.pow(x, 2), etc. Platforms: JavaScript

License: Freeware Size: 10 KB Download (48): Function Grapher Script Download

Added: August 13, 2013 | Visits: 568

SELECT-VALUE-SET This script allows you to set the value of a select tag without having to know its position in the list. Platforms: JavaScript

License: Freeware Size: 10 KB Download (54): SELECT-VALUE-SET Download

VIDEO TUTORIAL: Serial communication (TX and RX) using SERIAL Matlab function VIDEO TUTORIAL: Serial communication (TX and RX) using SERIAL Matlab function. For Bluetooth and RS-232 devices applications. (Narration in Spanish). Platforms: Matlab


Added: June 13, 2013 | Visits: 453

Function to generate Walsh Code This function generates Walsh Codes. The difference between this function and other functions available to generate walsh code is :1. you can call this function directly in your script, you will have to pass only the value of 'a' (length of code is 2 ^ a)2. this function can return you both the... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Function to generate Walsh Code Download

Added: April 07, 2013 | Visits: 496

Function to generate PN sequence To use this function just define a variable say var,var = pnseq(a, b, c);for a, b and c refer to the zip file Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): Function to generate PN sequence 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: 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

Added: May 16, 2013 | Visits: 544

Get I and Q function y = getiq(x,freq)this takes in the frequencies X that were received at a rate of FREQ and gives you a complex value which is I and Q - this is used when you have frequency X changing and the phase is cumulative - meaning it does not start each new frequency at the same spotORfunction y =... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Get I and Q Download

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

< 1 2 3 4 5 >