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

Complex Function Graphing software
Filter: All | Freeware | Demo
 

Complex Function Graphing

< 1 2 3 4 5 > 
Added: May 11, 2010 | Visits: 1.152

CoreLinux++ Function Load Library CoreLinux++ Function Load Library (libclfll++) takes advantage of the abstract Library Load framework in the CoreLinux libclfw++ library by providing management of loading Linux shared libraries. Application developers define function objects as wrappers and can then dynamically load the...



Platforms: *nix

License: Freeware Size: 93.18 KB Download (94): CoreLinux++ Function Load Library Download

Added: April 10, 2010 | Visits: 1.245

FACHODA Complex FACHODA Complex project is a fast air combat simulator. Fachoda Complex is a little game I wrote about 10 years ago. I coded this in 3 or 4 months while I was iddle. I was young and brave, then, but had never learned to code cleanly. Sounds is now broken. It worked on Gravis Ultrasound. The...





Platforms: *nix

License: Freeware Size: 2.3 MB Download (109): FACHODA Complex Download

Added: November 20, 2010 | Visits: 1.242

Computer History Graphing Project Computer History Graphing Project is a computer family tree. The Computer History Graphing Project is an attempt to graph every computer standard, every piece of hardware, every OS, and every computer language in one big family tree..


Platforms: *nix

License: Freeware Download (95): Computer History Graphing Project Download

Added: November 01, 2010 | Visits: 1.658

Regular Expression Graphing Program Regular Expression Graphing Program project is a regular expression graphing program. This program is designed to take a regular expression and produce a graph of the state machine that is used to parse the regular expression. It is useful for teaching regular expressions and state machines....


Platforms: *nix

License: Freeware Size: 4.3 MB Download (138): Regular Expression Graphing Program Download

Released: December 27, 2012  |  Added: January 16, 2013 | Visits: 891

Enable PDF Print Function Looking for a tool to enable PDF print function ? Try PDF Unlocker, an easy to use program that provides easy steps to its users to let them enable PDF print function without any difficulty. The software is a result oriented utility that helps users solve their all queries like how to enable PDF...


Platforms: Windows

License: Shareware Cost: $9.00 USD Size: 1.23 MB Download (67): Enable PDF Print Function 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: August 18, 2012  |  Added: August 18, 2012 | Visits: 545

DreamCalc Graphing Edition DreamCalc is the leading Graphing Scientific Calculator software that's so realistic - it dispenses with the need for a hand-held calculator altogether. It Feels Real! Get the intuitive feel and productivity of a real calculator. Graph Functions and Plot Data in seconds. DreamCalc offers...


Platforms: Windows

License: Shareware Cost: $25.99 USD Size: 2.7 MB Download (433): DreamCalc Graphing Edition Download

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

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 (45): NH's Function Point Analyzer Download

Added: May 10, 2013 | Visits: 726

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

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

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

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

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

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

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

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

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

com.wis.math.alg.Complex class Implements the static behaviours of the Complex Class, with algorithm logic based on the use of reverse Polish notation. Supports all functions pertaining to the complex number calculator and three added functions that are beyond the calculator's scope. The calculator is capable of performing all...


Platforms: Windows, Mac, *nix, Flash,

License: Freeware Download (54): com.wis.math.alg.Complex class Download

Added: May 10, 2013 | Visits: 633

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

< 1 2 3 4 5 >