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

Parent Function Graphs freeware
Filter: All | Freeware | Demo
 

Parent Function Graphs

< 1 2 3 4 5 > 
Added: October 19, 2010 | Visits: 900

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

Released: June 20, 2012  |  Added: August 30, 2012 | Visits: 1.806

Graphs Made Easy Graphs Made Easy (GME) is a free, easy to use program to make line, bar, pie, area, series bar and stack bar graphs. It has a simplified, self-explanatory user-interface, and allows numbers or date values on the X-axis. It is designed to allow the easiest possible graph creation experience....





Platforms: Windows

License: Freeware Size: 2.29 MB Download (165): Graphs Made Easy Download

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

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: 747

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

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 793

NH's Function Point Analyzer With NH's Function Point Analyzer it is easy to get a quick and clear documentation of function point countings according to IFPUG (International Function Point Users Group) standard 4.2. While counting, you will record functions and databases in NH's Function Point Analyzer and the function...


Platforms: Windows

License: Freeware Size: 778.24 KB Download (51): NH's Function Point Analyzer Download

Released: June 26, 2012  |  Added: June 26, 2012 | Visits: 996

Make Professional looking graphs with Java 3d Graph Software With 1-2-3 PieCharts you can now quickly and easily create professional looking 3d graphs without any of the usual hassle. This 3d graph software from Java is the perfect way to show statistics and information in an eye-catching and easy to understand way.If you download this 3d graph software...


Platforms: Windows

License: Freeware Size: 2.93 MB Download (506): Make Professional looking graphs with Java 3d Graph Software Download

Released: January 22, 2013  |  Added: January 22, 2013 | Visits: 730

MB Parent-Child Name Compatibility MB Parent-Child Name Compatibility is a very essential as well as significant tool for you if you want to check the compatibility between parents and children. This parent child compatibility software is of immense value to you even if you are yet to decide the name for your child. This software...


Platforms: Windows

License: Freeware Size: 629 KB Download (554): MB Parent-Child Name Compatibility Download

Added: May 10, 2013 | Visits: 728

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: 817

Converting DOT graphs to SVG Converting DOT graphs to SVG script converts graphs in the DOT format to SVG on Windows. This script provides you a quick way of converting from the DOT format of representing a graph (which is very handy) to SVG (which looks very nice) on Windows. Using the win32all extensions, you can do this...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Converting DOT graphs to SVG Download

Added: May 10, 2013 | Visits: 636

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: 783

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: 569

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 470

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: 481

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: 705

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: 878

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: 435

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 (53): Function composition Download

Added: May 10, 2013 | Visits: 634

Extended great common divisor function This script contains a function that finds out the gcd(a,b)(great common divisor of a and b) as a linear conbination of a anb b, ax by=gcd(a,b).


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Extended great common divisor function Download

Added: July 20, 2013 | Visits: 622

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: May 18, 2013 | Visits: 619

HTML-Graphs javascript HTML-Graphs could be used to create horizontal / vertical bar graphs, progress bars and faders.You can create simple graphs and even grouped bar graphs with legends, add labels, change colors etc. No graphics ped bar gcal libraries are required.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (45): HTML-Graphs javascript Download

< 1 2 3 4 5 >