Recursive Sequence Softwares

Best Softwares Sequence This Tile Flashes

1
Recursive Fibonacci Sequence
Recursive Fibonacci Sequence
By : Fibonacci calculator
This code shows how to generate a Fibonacci Sequence using Recursion.
2
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 ...
3
Recursive Fibonacci
Recursive Fibonacci
By : Fibonacci calculator
An efficient recursive solution to printing Fibonacci Numbers.
4
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.
5
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 ...
6
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).
7
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.
8
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.
9
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.
10
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 / ...
11
Getting th permutation of a sequence
Getting th permutation of a sequence
By : Image sequence
This function, given a sequence and a number n as parameters, returns the th permutation of the sequence (always as a list).
12
Farey Sequence
Farey Sequence
By : Image sequence
This function provides farey sequence, F(n), for any integer n.There`s probably a more elegant solution out there, but I couldn`t find it. Note: it doesn`t prepend (0,1) and append (1,1)...
13
Sequence Trimmer
Sequence Trimmer
By Giovanni Mele : Lucky number generator
Sequence Trimmer trims right and/or left nucleotide sequences.
14
Sequence Editor
Sequence Editor
By Web Brewer : Photo editor
Sequence Editor is an easy and free DNA sequence Viewer.
15
Trace Sequence
Trace Sequence
By Toonmonkey : Image sequence
This allows you to Batch-trace bitmaps across multiple frames rather than doing it one Frame at a time. Import a sequence of bitmaps (Flash should automatically place each image on its own keyframe on the ...


Sequence Editor Sequence This Remove Duplicates From

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
SnapGene Viewer
SnapGene Viewer
By GSL Biotech : Premiere flv plugin
SnapGene Viewer is revolutionary software that allows molecular biologists to create, browse, and share richly annotated DNA sequence files up to 1 Gb in length. Visualize - Create a DNA sequence file by either entering a sequence, ...
3
GenScalpel
GenScalpel
By Leroy : Program d
GenScalpel is a program designed for specified-sequence retrieval and extraction from large-scale sequence sets in NCBI GenBank FlatFile format. It provides user with a friendly window and menus environment for sequence Assembly and Analysis.
4
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 ...
5
McEcho is a sequence repetition game.
McEcho is a sequence repetition game.
By Mike McCollister : N game
McEcho is a sequence repetition game. Simply repeat the ever growing sequence by tapping the appropriate ButtonLight (red, yellow, green and blue). Each level adds one more ButtonLight to the random sequence. As the levels ...
6
Artemis
Artemis
By wellcome transport co. : Artemis software
The Artemis application was developed to be a free genome Viewer and annotation tool that allows visualization of sequence features and the results of analyses within the context of the sequence, and also its six-Frame ...
7
Remove duplicates from a sequence
Remove duplicates from a sequence
By : Remove wga
The fastest way to remove duplicates from a sequence depends on some pretty subtle properties of the sequence elements, such as whether they`re hashable, and whether they support full comparisons. The unique() function tries three ...
8
Sequences
Sequences
By Andreas Rejbrand : Video sequences
This application displays a sequence of numbers. Then, the user is to enter the next number in the sequence. Moreover, the application has a "training mode", allowing the user to show an Equation describing the ...
9
Rotate Files
Rotate Files
By Massimiliano Origgi : Swf files
Rotate Files is an Automator Action designed to work with THE Rename Finder Items Action; in particular it works with files generated by the Make Sequential option. This option adds a sequence number to the ...
10
SeqPup
SeqPup
By Unknown Publisher : Deep throat hotties
SeqPup is a biological Sequence Editor and Analysis program. It includes links to network services and external analysis programs. Give SeqPup a try to fully assess its capabilities Key features multiple sequence alignment and single sequence ...
11
Mezmory
Mezmory
By Small Systems Software Development : Memory game
Mezmory is a Memory game with 3 levels of difficulty. As you start, a Tile flashes. You tap that tile. Next, the tile flashes again, and another tile flashes. Tap them both, in sequence. The ...
12
Oscars Multi-Show
Oscars Multi-Show
By www.MediaChance.com : Multi yahoo messenger
There are already few programs that will change the desktop wallpaper every xx seconds. Nothing new here. Having second monitor is the perfect opportunity to display some SlideShow when you are working mainly on the ...
13
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 ...
14
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 ...
15
MFold Interface
MFold Interface
By Wade Schulz : Graphical user interface
Perl/Tk GUI Interface for Dr. Michael Zuker`s MFold. Allows multiple sequence submission/result retrieval. Can obtain sequences by entering GI number or directly entering sequence data. All non-sequence characters will be removed from Box (only ACGTU ...

Sequence Editor Sequence This Remove Duplicates From