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

Sequence Strategy software
Filter: All | Freeware | Demo
 

Sequence Strategy

< 1 2 3 4 5 > 
Released: December 20, 2012  |  Added: December 20, 2012 | Visits: 835

Win Roulette Strategy Software Win Roulette Strategy Software allows you to make more money faster and better at the roulette table. With Win Roulette Strategy Software you can bet on multiple spots, bet on single numbers, decrease your risk with custom wagering. You can easily decrease your risk with Win Roulette Strategy...



Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 5.62 MB Download (66): Win Roulette Strategy Software Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 534

E.I.S. - a Real Time Strategy Game Eis is a classic-style Real Time Strategy game set in a sciencefiction enviroment. The current client is in 2d.





Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 109.8 KB Download (45): E.I.S. - a Real Time Strategy Game Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 390

OpenRTS - real-time strategy game OpenRTS is an open source realtime strategy game. It features isometric graphics, networked multiplayer and single-player scenarios. The game is being developed using Python and SDL. The game runs on at least Linux, Windows and Mac.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 1.73 MB Download (45): OpenRTS - real-time strategy game Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 382

Perl Objects for Sequence Analysis POSA (Perl Objects for Sequence Analysis) provides an easy-to-use perl interface to handling raw ABI sequence trace files. For example: fasta can be extracted, sequence contigs can be build and putative SNPs and SBE primers can be easily generated.


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.65 MB Download (45): Perl Objects for Sequence Analysis Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 568

Quick Sequence Diagram Editor A fast and reliable tool, written in Java 5, for generating professional UML sequence diagrams from text. Supports actors, con-/destructors, threads, broadcasts, notes, and fragments. Can serve as a Javadoc taglet. Exports PDF, (E)PS, SVG, PNG, ...


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.33 MB Download (56): Quick Sequence Diagram Editor Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 594

Real-Time Strategy Framework The goal of this project is to create a highly configurable real-time strategy game that works on as many platforms as possible and is open and modular in design so that users can easily create their own maps, units, and campaigns.


Platforms: Windows, Mac, Linux

License: Freeware Size: 165.66 KB Download (47): Real-Time Strategy Framework Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 551

Sidereal Conquest: 4X Strategy Engine Sidereal Conquest is a GPL opensource 'engine' for creating 4X turn-based galactic strategy games designed in the grand tradition of 'MOO2', 'Stars!' and 'Space Empires IV'. It is pure Rebol (www.rebol.com) lending to it's platform independence.


Platforms: Windows, Mac, Linux

License: Freeware Size: 5.82 KB Download (48): Sidereal Conquest: 4X Strategy Engine Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 588

web based multiplayer strategy game Web based application to host multiplayer strategy/role playing game. The administrator can create multiple games/worlds in an only server and the users can choose which games to play (once registered).


Platforms: Mac, BSD, Linux

License: Freeware Size: 140.29 KB Download (53): web based multiplayer strategy game Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 493

XiStrat (Extended Strategy) The project is about turn-based, networked multiplayer, non-cooperative, zero-sum, abstract strategy board games (e.g. Chess, Go, Reversi variants, etc.) on 3D-visualized polyhedra and related recreational (discrete, computational) mathematics.


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.62 MB Download (44): XiStrat (Extended Strategy) Download

Added: May 10, 2013 | Visits: 355

Generator for sequence operations Permutations and combinations are often required in algorithms that do a complete search of the solution space. They are typically rather large so it's best not to compute them entirely but better to lazily generate them.This script uses Python generators to create appropriate generator objects,...


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

License: Freeware Download (55): Generator for sequence operations Download

Added: May 10, 2013 | Visits: 439

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: June 16, 2013 | Visits: 438

m-sequence generation program using a search algorithm Maximum length sequence assuming distinctvalues = baseVal^powerVal-1 [ms]=mseqSearch(powerVal,baseVal) OUTPUT: ms: generated maximum length sequence, of length basisVal^powerVal-1 such that all values occur with equal frequency=basisVal except zero, which occurs basisVal-1 times INPUT: baseVal:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): m-sequence generation program using a search algorithm Download

Added: May 23, 2013 | Visits: 208

Partial Transmit Sequence There are many techniques used to deal with the problem of high PAPR in OFDM systems. An effective one is the Partial Transmit Sequence. It is simulated for QPSK modulated 64-subband OFDM system.Moreover, a .mat file of 100000 such OFDM symbols is available.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.86 MB Download (46): Partial Transmit Sequence Download

Added: May 03, 2013 | Visits: 415

Random Fibonacci Sequence This routine shows the surprising behaviour of a random Fibonacci sequence.As reported by Divakar Viswanath - "RANDOM FIBONACCI SEQUENCES AND THE NUMBER 1:13198824..." - in MATHEMATICS OF COMPUTATION, 1999; 69(231): 1131-1155:"For the familiar Fibonacci sequence (defined by f1 = f2 = 1, and fn =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Random Fibonacci Sequence Download

Added: September 07, 2013 | Visits: 314

Kautz sequence generator The Kautz sequence is of the same family of sequences as the de Bruijn sequence, but has an additional requirement that it not contain any consecutive repeats of the same character.The sequence is, by nature, circular, so the final members of pairs (or triplets, quadruplets, etc...) are found...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Kautz sequence generator Download

Added: May 02, 2013 | Visits: 431

Strategy Design Pattern in Matlab 2008b The Strategy Pattern is just one of many patterns defined by the "Gang of Four" that are commonly used in many other object-oriented programming languages.Now with Matlab 2008b we can define Interfaces and Abstract classes that can make use of many of these patterns. Not only is this good coding...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Strategy Design Pattern in Matlab 2008b Download

Added: July 20, 2013 | Visits: 418

de Bruijn sequence generator This function will compute an example of an interleaved pseudo-random de Bruijn sequence, a member of the larger class of M-sequences. The sequence will contain an equal number of each character and subsequence of characters. The sequence is, by nature, circular, so the final members of pairs (or...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): de Bruijn sequence generator Download

Added: June 17, 2013 | Visits: 503

Backtesting Code for Algorithmic Trading Strategy %Author: Moeti Ncube%This is code that can be used to backtest a trading strategy. The example strategy used was partially used in the development of a medium-frequency algorithmic trading strategy; this is a some of the backtesting coding we use to analyze tick data.This code can be used to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (45): Backtesting Code for Algorithmic Trading Strategy Download

Added: April 08, 2013 | Visits: 484

Fast Gene Sequence Search for Very Large Data File A research fellow at Harvard asked me to write a program to search for gene sequence, such as d-de?TCCd-deOao, and record the next 4 codes. The data file was 14Gb. He tried some matlab codes, and the system froze, or kept running and never stopped.I first tested using a loop method (V1.0). It...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Fast Gene Sequence Search for Very Large Data File Download

Added: April 14, 2013 | Visits: 383

Sequence Generator / CORE Manual (v0.91) Sequence Generator (file ID #24620) has been renamed to CORE - Constraint Randomization Environment. Interface and code structure of v0.91 are explained in this manual.Current development concentrates on these topics:- Performance related issues- Bug fixes (3 known issues)- Improved constraint...


Platforms: Matlab

License: Freeware Size: 614.4 KB Download (40): Sequence Generator / CORE Manual (v0.91) Download

< 1 2 3 4 5 >