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

Inverse Generators freeware
Filter: All | Freeware | Demo
 

Inverse Generators

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 306

InverseExtendGenerators This script is the same as InverseExtend, except it uses a yield for non-local flow of control.It iterates downward through a hierarchy calling a method at each step.Each parent class method *must* be a generator with exactly one yield statement (even if the yield statement never actually gets...



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

License: Freeware Download (51): InverseExtendGenerators Download

Added: March 03, 2010 | Visits: 1.361

Geo::Inverse Geo::Inverse is a Perl module to calculate geographic distance from a lat & lon pair. SYNOPSIS use Geo::Inverse; my $obj = Geo::Inverse->new(); # default "WGS84" my ($lat1,$lon1,$lat2,$lon2)=(38.87, -77.05, 38.95, -77.23); my ($faz, $baz, $dist)=$obj->inverse($lat1,$lon1,$lat2,$lon2);...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (152): Geo::Inverse Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 656

Random Number Generators Random Number Generators is a handy application that allows you to identify the shortcomings of random numbers generated with a deterministic algorithm. Random Number Generators was developed with the help of the Java programming language and can run on multiple operating systems.


Platforms: Windows

License: Freeware Download (506): Random Number Generators Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 695

Random number generators tester This application is a tool designed to statistically test the quality of random numbers generators by performing various statistical tests on generated random numbers series. Currently only tests with fixed series length are included. Get Random number generators tester and give it a try to...


Platforms: Windows

License: Freeware Download (57): Random number generators tester Download

Added: April 23, 2013 | Visits: 739

Inverse Kinematic for 6DOF arm Anthropomorphic arm with 6 DOF and spherical wrist It calculates the Inverse Kinematic of an Anthropomorphic arm with 6 DOF. 'q' is the solutions in radiant and K is the direct Kinematic matrix. K = [ n s a p; 0 0 0 1] where n, s, a are three vectors fo 3 elements that represents the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Inverse Kinematic for 6DOF arm Download

Added: April 24, 2013 | Visits: 585

Inverse Kinematic algorithm It calculates the Inverse Kinematic of an Anthropomorphic arm with 3 DOF. 'q' is the solutions in radiant and K is the direct Kinematic matrix. K = [ n s a p; 0 0 0 1] where n, s, a are three vectors fo 3 elements that represents the end-effector's orientation, and p is the desired end-effector...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Inverse Kinematic algorithm Download

Added: August 24, 2008 | Visits: 1.974

Animated Inverse Cursor Scheme A collection of animated inverse cursors which replace all the standard cursors. They change to the opposite or inverse color of what the cursor is held over. Features 34 unique cursors.


Platforms: Windows

License: Freeware Size: 106 KB Download (243): Animated Inverse Cursor Scheme Download

Released: December 20, 2012  |  Added: December 20, 2012 | Visits: 502

Advanced Random Generators This project will consist of a number of advanced random generators, most probably all written in php, that can be hosted on http servers. An example of this is 'Mafia Scum Tools', which randomly allocates a title to a name (useful for forum RPG games)


Platforms: Windows, Mac, Linux

License: Freeware Size: 15.93 KB Download (51): Advanced Random Generators Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 569

Inverse Compositional AAM This is a MATLAB implementation of inverse compositional Active Appearance Models (AAMs), as described in the 'Active Appearance Models Revisited' paper by Iain Matthews and Simon Baker.


Platforms: Windows, Mac, Linux

License: Freeware Size: 174.35 MB Download (45): Inverse Compositional AAM Download

Added: May 10, 2013 | Visits: 405

Lazy streams using generators This class allows you to use generators as more list-like streams. The chief advantage is that it is impossible to iterate through a generator more than once, while a stream can be re-used like a list.


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

License: Freeware Download (51): Lazy streams using generators Download

Added: May 10, 2013 | Visits: 443

Fibonacci sequence using generators Generators, introduced in Python 2.2, can be used to work with infinite sets. This script is a simple example of a generator that creates the Fibonacci sequence.Running this produces the following result:c:python22>python fib.py1 1 2 3 5 8 13 21 34


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

License: Freeware Download (58): Fibonacci sequence using generators Download

Added: July 02, 2013 | Visits: 765

H-infinity sub-optimal causal FIR inverse filter via LMI [psi gopt] = dfdesign_w_lmi(phi, w, d, n);DFDESIGN_W_LMI computes the H-infinity optimal inverse FIR filter of phi(z).The resulting filter minimizes the H-infinity norm of the error system E_w(z) = [z^(-d) - psi(z)phi(z)]w(z).The LMI method based on KYP lemma is used in this function.[INPUT]phi:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): H-infinity sub-optimal causal FIR inverse filter via LMI Download

Added: April 29, 2013 | Visits: 563

Kriging and Inverse Distance Interpolation using GSTAT Kriging and inverse distance are popular interpolation methods, especially in earth sciences. There are some routines already available on matlab but are severely limited by matlabs memory constraints. By using gstat to handle interpolation and variogram modelling, very large datasets are easily...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Kriging and Inverse Distance Interpolation using GSTAT Download

Added: August 05, 2013 | Visits: 623

Simulink pseudo-random binary sequence generators The PRBS are based on 3 to 9 bits memory delays and put out 2^3 -1 to 2^9 -1 binary sequence length. Usage: these generators can be used in process identification as noise source on command signal


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (43): Simulink pseudo-random binary sequence generators Download

Added: August 27, 2013 | Visits: 669

Euklid (Inverse) Distance Weight Matrix function W = euklid_W(ws,d,n)function W = euklid_invW(ws,d,n) PURPOSE: create an (inverse) euklidean distance spatial weight matrix (n x m 'moving-window' style matrix with distance to center cell weighted.) ------------------------------------------------------------------ USAGE: W =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Euklid (Inverse) Distance Weight Matrix Download

Added: August 12, 2013 | Visits: 503

MySQL Database Layer With Dynamic SQL Generators SELECT, INSERT, UPDATE and DELETE queries can be executed from lists of parameters defining tables, fields, field values and condition clauses with MySQL Database Layer With Dynamic SQL Generators.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): MySQL Database Layer With Dynamic SQL Generators Download

Added: August 14, 2013 | Visits: 488

Scalable OpenGroupware.org (Inverse edition) for Linux Scalable OpenGroupware.org (SOGo in short) is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server. This project focuses on scalability. We are constantly improving functionnalities and the user experience. So far, we improved the user interface to use AJAX and...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): Scalable OpenGroupware.org (Inverse edition) for Linux Download

Released: February 24, 2016  |  Added: March 24, 2016 | Visits: 2.673

Robot4 Robot4 (tm) is a Robotic Arm Movement program where the arm is moved from a given position to a desired position. The program finds the angles necessary for the desired position. Problem came from NASA. Robot4 is an Inverse Problem example. It wants to solve how to move from starting point...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.49 MB Download (169): Robot4 Download

Added: May 13, 2010 | Visits: 1.070

recvnet recvnet is the inverse of telnet. Instead of connecting to some host, it listens on a port for incoming connections. When a connection is made, it works as usual. The license of this program can be obtained from: http://www.vanheusden.com/license.txt and is actually the GNU Public License.....


Platforms: *nix

License: Freeware Size: 2.05 KB Download (96): recvnet Download

Added: July 21, 2010 | Visits: 1.102

Scalable OpenGroupware.org (Inverse edition) Scalable OpenGroupware.org (SOGo in short) is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server. We are constantly improving functionnalities and the user experience. So far, we improved the user interface to use AJAX and we focused on the integration of...


Platforms: *nix

License: Freeware Download (102): Scalable OpenGroupware.org (Inverse edition) Download

1 2 3 4 5 >