Recursive Function Softwares

Best Softwares Recursive Function Research Tool

1
A recursive function to get permutation of a list
A recursive function to get permutation of a list
By : Emule server list
I saw a lot of implementations that doesn`t work on list with repeated items. For example: [3,3,"hello","hello"] This recipe show such function that works on any list. (update 6/29/06) added generator version permu2(xs).
2
Self-recursive generators - For a function without arguments
Self-recursive generators - For a function without arguments
By : Vodafone top up generators
For a function without arguments, calling itself recursively is a quick way to get into an infinite loop. But for a generator, it can actually be useful...here are some simple numerical examples.
3
DirDrill - Demonstrates recursive use of VB`s Dir function.
DirDrill - Demonstrates recursive use of VB`s Dir function.
By Karl E. Peterson : The secret
if you call a function recursively from within a Dir loop you are asking for serious trouble. The reason for this is that Dir uses a single hFindFile handle with a series of FindFirstFile / ...
4
Recursive Replace
Recursive Replace
By Code66 Instrumentatietechnologie : Cursive handwriting practice
Find and replace several blocks of text in a whole directory tree using multiple regular expressions. The expressions are read from a rulefile, so you can build a collection of frequently used replacement operations. Samples ...
5
Recursive Fibonacci
Recursive Fibonacci
By : Fibonacci calculator
An efficient recursive solution to printing Fibonacci Numbers.
6
Recursive square root
Recursive square root
By : Russian square plus
This is a programme that accepts a user input. The user input is then passed to a function that recursivly calls it`s self to find the solution.
7
Recursive Fibonacci Sequence
Recursive Fibonacci Sequence
By : Fibonacci calculator
This code shows how to generate a Fibonacci Sequence using Recursion.
8
Non-recursive traversal of a DOM tree
Non-recursive traversal of a DOM tree
By : Willow tree
A methode to traverse a tree (or the rest of a tree starting from a node with unkown position) depth-first without recursion and without mandatorily keeping track of the position of the current node; requires ...
9
Greatest Common Divisor (Recursive)
Greatest Common Divisor (Recursive)
By : Common i have a dream
Returns the Greatest Common Factor of two numbers. This one uses a recursing to solve the problem. This is the Euclidean Algorithm.
10
Handling Deeply Nested/Recursive Data
Handling Deeply Nested/Recursive Data
By : Bio data format resume
Common Python services such as pickle, deepcopy and comparison tests either FAIL entirely or do not scale for highly recursive data structures. This recipe presents a reversible "Flatten" transformation that allows for such operations.
11
Too small for function
Too small for function
By : Free big juggworld movies
I wanted to execute the same block of code twice in the same Procedure, but the block itself I did not feel warranted its own function (this was in a Rails test). So here`s a ...
12
Function Analyzer
Function Analyzer
By Lorenzi Davide : Sql query analyzer
Function Analyzer is a program that permits you to see the graph of a function likef(x)=. In this picture you can see the graph of this function:f(x)=1/Cos(x)/(1/X) The usage is very simple:- Write the function ...
13
Function Library
Function Library
By NetworkDLS : Visual foxpro support library
This download contains the source code for the standard function library used by NetWorkDLS software products. It contains a wide array of easy to use common functions to ease your C/C++ programming headaches. This download ...
14
Function Generator
Function Generator
By e-dsp : Dsp
Since we all need sometimes a simple signal generator just to test an amplifier or some circuit we just made. If you did not know, you can use your computer for that. It is just ...
15
Zoom Function
Zoom Function
By Obie Website : Internet explorer
User can zoom in or zoom out your webpage by press a HotKey. To using, you can add only one code line to your webpage. New version : remember your favourite resolution with cookie, works ...


Ordinal Arithmetic Recursive Function

1
Decimal to Roman numerals
Decimal to Roman numerals
By : Dictionar roman englez
Convert decimals to Roman numerials. I use a recursive Algorithm here since it reflects the thinking clearly in code. A non-recursive algothrithm can be done as well.
2
RElim
RElim
By Christian Borgelt : Data structures
A program to find frequent item sets (also closed and maximal) with the relim Algorithm (recursive elimination), which is inspired by the FP-growth algorithm, but does its work without prefix trees or any other complicated ...
3
Getting Ascending Order of Numbers Recursively
Getting Ascending Order of Numbers Recursively
By : Final cut serial numbers
This recursive function prints numbers in ascending order.
4
Printing Numbers in Ascending and Descending order
Printing Numbers in Ascending and Descending order
By : Final cut serial numbers
This recursive function prints numbers in ascending and descending order.
5
A real unlimited depth tree
A real unlimited depth tree
By : Real player
This script shows how a recursive function helps writing a real unlimited depth tree. Several samples included.
6
Extensible object to XML converter
Extensible object to XML converter
By : Mp4 converter
This function generates XML for any Python object through recursive functions. It is easy to add specific handlers for your own object types for more Complex output options.
7
Factorial Numbers
Factorial Numbers
By : Final cut serial numbers
This Snippet extends the integer type, giving all integers the ability to Factorial themselves. Note that I`ve included both recursive and iterative versions: while the recursive method is arguably cleaner, for larger factorials you might ...
8
Generator for integer partitions
Generator for integer partitions
By : Key generator
An iterative equivalent to the recursive function given in the recipe "Generator for integer partitions" by David Eppstein. Uses the representation 7 = 17 = 16 + 11 = 15 + 12 = 15 + ...
9
JDiff
JDiff
By QArks.com : Free
JDiff is a Free Java diff/merge tool based on Myers`minimum set of differences. Provides also recursive Folder Comparison Features: - uses Myer`s minimum set of difference Algorithm- 3-way merge- folder recursive comparison- command line for ...
10
Annihilator [THUMBS.DB]
Annihilator [THUMBS.DB]
By Keith Gordon : Windows xp
Custom-built recursive delete utility. FEATURES:-Designed to undo the `Cache Thumbnails` option in MS Windows XP Explorer. -Performs a recursive search for files to delete [THUMBS.DB]. -Will work with any drive (Local, Remote (Mapped) or UNC). ...
11
Rubik Cube Game
Rubik Cube Game
By : Spiderman game
Rubik Cube Game - MATLAB toy.File list:ChangePointer.m - function for change of mouse pointerCongr.m - function for creation figure with congratulationCreateNewGame.m - function for creation of new gameInitCube.m - function for initialization of Cube objectPlotCube.m ...
12
Graph
Graph
By Ivan Johansen : Online graph maker
This program is for drawing graphs of mathematical functions in a coordinate system. Graphs may be added with different color and line styles. Both standard functions and parameter functions are supported. It is possible to ...
13
Rasco Resizer
Rasco Resizer
By Rasco Programming : Resizer.exe
Rasco reSizer is a powerfull tool for mass processing of pictures stored in the directory. It utilizes a RAPID technology (Resize All Pictures In a Directory) which aims for development tool that rapidly encreasy work ...
14
Ordinal calculator for Linux
Ordinal calculator for Linux
By Paul Budnik : Teamviewer linux
Ordinal Arithmetic Calculator and research tool. Interactive tool to understand the recursive ordinals Ordinal arithmetic calculator A research tool for investigating the ordinal hierarchy Supports the Veblen hierarchy, the Veblen function and beyond LaTeX output ...
15
Ordinal calculator
Ordinal calculator
By Paul Budnik : Scientific calculator
Ordinal Arithmetic Calculator and research tool. Interactive tool to understand the recursive ordinals Ordinal arithmetic calculator A research tool for investigating the ordinal hierarchy Supports the Veblen hierarchy, the Veblen function and beyond LaTeX output ...

Ordinal Arithmetic Recursive Function