Software Listing: Recursive
- recursive solver to peg solitaire contest
- License: Shareware

A recursive version of the fast solver to provide more tweak handles for those wish to push the 3-minute limits.
- Publisher: Yi Cao
- Date: 27-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Recursive LS
- License: Freeware
- Price: 0.00

Recursive LS was specially designed as a handy and accessible platform independent recursive search library.
C-API, written in C/C++, with mappings to C++, COM, D, Java, .NET, Python, Ruby, STL, with more to come.
.
- Publisher: Matt Wilson
- Date:
- Platform: WinOther
- Recursive Images
- License: Shareware

Recursive Images is a simple, very-easy-to-use and small utility that allows you to explore the beauty of recursive images.
Recursive Images was built using the Java programming language and cand run on all the major operating systems.
.
- Publisher: J+aT-rg Nievergelt
- Date:
- Platform: WinOther
- Recursive Functions
- License: Shareware

A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. You'll see the difference between solving a problem iteratively and recursively later..
- Publisher: 15seconds.com
- Date: 24-06-2011
- Platform: Asp, Scripts
- Recursive Threading with PHP and SQL
- License: Shareware

This tutorial will walk you through the process of making a threaded discussion system. Using PEAR::DB and PHP 4 we'll create a recursive function that will display comments in a threaded style..
- Publisher: free2code.net
- Date: 19-02-2011
- Platform: PHP, Scripts
- Recursive Asteroids 3D
- License: Freeware
- Price: 0.00

Asteroids game with 3D fire, explosions, asteroids, and ships, made with OPENGL and C++. Creates recursive spinning asteroids as fire and debris. 2D or 3D view. All objects made of 3D polygons, specular lighting, dynamic light positions..
- Publisher: asteroidrecurse.sourceforge.net
- Date: 27-05-2012
- Size: 1214 KB
- Platform: WinOther
- Recursive AVL
- License: Freeware
- Price: 0.00

This is a recursive AVL that I wrote up in a few hours. I didn't like how my previous one worked so I decided to rewrite it. This was the project that really set my mind into recursive thinking..
- Publisher: recursiveavl.sourceforge.net
- Date: 23-05-2012
- Size: 7 KB
- Platform: WinOther
- Recursive LS - Recursive Search
- License: Freeware
- Price: 0.00

Platform-independent recursive search library. C-API, written in C/C++, with mappings to C++, COM, D, Java, .NET, Python, Ruby, STL, with more to come..
- Publisher: recls.sourceforge.net
- Date: 17-05-2012
- Size: 1826 KB
- Platform: Linux, Unix, WinOther
- Recursive Network Execute
- License: Freeware
- Price: 0.00

Netx-rv is an extension of NETwork eXecute, the high-quality implementation of the Java Network Launching Protocol (JNLP), extended to cache version-based resources and is the first to minimize the update footprint using recursive jardiffs for downloadin.
- Publisher: netx-rv.sourceforge.net
- Date: 07-05-2012
- Size: 251 KB
- Platform: Linux, Mac OS X, WinOther
- Recursive Search and Replace
- License: Freeware
- Price: 0.00

SandR is a Recursive Regex Search and Replacement utility. It works on files or directories recursively. It supports Java-style Regular Expression in Search terms; it supports auto-detection of character encoding of the files. SandR is written in Java..
- Publisher: sandr.sourceforge.net
- Date: 25-05-2012
- Size: 51 KB
- Platform: Linux, Mac OS X, WinOther
- Sphere Creator
- License: Freeware
- Price: 0.00

This program demonstrates the creation of a sphere by performing recursive subdivisions on the faces of a tetrahedron..
- Publisher: Mike Carson
- Date: 11-05-2013
- Size: 10 KB
- Platform: C and C plus plus, Scripts
- Icosahedral fractal IFS
- License: Shareware

the pic shows recursive level 3.
- Publisher: Liam O Connor
- Date: 03-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Recursive Integer Guessing Game
- License: Shareware

A recursive algorithm that queries an objective function to guess an unknown integer. An integer guessing 'game' for a function `isleq', that returns true for all values less than or equal to a mystery number. Syntax: z=guessgame(isleq,n,k) In tertiary function notation: g(n,k) = | k==0 :: isleq(n) ? n : n+1; | k>0 :: isleq(n+(2^k)-1) ? g(n,k-1) : g(n+2^k,k-1); | k<0 :: isleq(n+(2^(-k))-1) ? g(n,(-k)-1) : g(n+(2^(-k)),k-1); g(n,-k) for -k negative refers to an unbounded search [n,inf] with current search depth up to (n+2^(-k)-1) : e.g. g(15,-4) denotes [15,30]. g(n,k) for k positive refers to a search over the interval [n,(n+(2^(k+1))-1)] : e.
- Publisher: Adam Gripton
- Date: 22-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- MATLAB Sudoku Solver
- License: Shareware

This is a recursive program that finds all possible solutions to a given sudoku puzzle. It's not the most efficient algorithm, but the entire function has less than 20 lines.
- Publisher: Geoff Boynton
- Date: 25-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fast Sudoku Solver
- License: Shareware

This algorithm is more complicated than the recursive algorithm which is also posted on this website, but it run at least 100 times faster than the recursive one..
- Publisher: Yue Wu
- Date: 08-04-2013
- Size: 92 KB
- Platform: Matlab, Scripts
- MATLAB Sodoku Solver - Improved
- License: Shareware

This is an improvement on the previously submitted recursive program that finds all possible solutions to a given sodoku puzzle. Thanks to a clever suggestion by Leif Warland, this new program finds solutions about 20 times faster..
- Publisher: Geoff Boynton
- Date: 04-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Another Rule Based Sudoku Solver
- License: Shareware

If rules don't produce a solution, the program uses recursive method for the last resort. Usage: >> ARBSS('SDK1.txt').
- Publisher: A. Taha Arslan
- Date: 19-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- inverse 2-D z transform for 2-D recursive discrete system
- License: Shareware

The program can get the 2-D impulse response of a 2-D recursive discrete system in 2-D digital domain. For a 2-D recursive discrete system, the inverse 2-D z transform can be implemented by a 2-D IIR filter [1-3]. Copyright (C) Yang XIAO, Beijing Jiaotong University, Aug.1, 2007, E-Mail: yxiao@bjtu.edu.cn. Resort to the theorems in Ref. [1-3], we can get a stable 2-D recursive discrete system, with stable transfer function H(z1,z2)=A(z1,z2)/B(z1,z2) in 2-D z-domain. Since the transfer function is stable, the 2-D impulse response h(n1,n2) of the system equals the solution of a 2-D IIR filter to process a unit impulse in 2-D digital domain [3].
- Publisher: Yang Xiao
- Date: 14-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Recursive to Iterative in Java
- License: Freeware
- Price: 0.00

converting java recursive methods to iterative ones.
for educational purposes ,i didn't say much about the algorithm because this can be an interesting field of research for B.S. students.
Recursive to Iterative in Java License - GNU General Public License version 3.0 (GPLv3).
- Publisher: Recursiontoiter
- Date:
- Size: 46 KB
- Platform: WinOther
- Recursive BLAST
- License: Freeware
- Price: 0.00

Example implementation of recursive BLAST method used for conservative gene orthology detection in whole genome data.
Recursive BLAST License - Public Domain.
- Publisher: Recursiveblast
- Date:
- Platform: WinOther







