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

Sequence Diagram software
Filter: All | Freeware | Demo
 

Sequence Diagram

< 1 2 3 4 5 
Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 473

CLC Sequence Viewer for Mac OS Creates a software environment enabling users to make basic bioinformatics analyses and smooth data management, combined with excellent graphical viewing and output options. Some bioinformatics features are: - GenBank searching and viewing (linear and circular views) - Multiple alignment of...



Platforms: Mac

License: Freeware Size: 30.4 MB Download (54): CLC Sequence Viewer for Mac OS Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 584

CLC Sequence Viewer 64-bit CLC Sequence Viewer creates a software environment enabling users to make a large number of bioinformatics analyses, combined with smooth data management, and excellent graphical viewing and output options. Bioinformatics features in CLC Sequence Viewer Multiple alignment of DNA, RNA, and...





Platforms: Windows

License: Freeware Size: 38 MB Download (45): CLC Sequence Viewer 64-bit Download

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

Nevron Diagram Designer 2010_Vol.1 Nevron Diagram Designer is a freeware diagram editor powered by Nevron Diagram. It is suitable for creating various kinds of diagrams and performing different layout algorithms on them. The Diagram Designer also can make you familiar with the features provided by Nevron Diagram. Besides the...


Platforms: Windows

License: Freeware Size: 2.67 MB Download (192): Nevron Diagram Designer 2010_Vol.1 Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 580

Nevron Diagram for .NET Q2_2008 The Nevron Diagram for .NET is a fully managed, extensible and powerful diagramming framework, which can help you create interactive and feature rich diagramming solutions in WinForms and WebForms projects. The product is based on the solid Model ? View ? Controller architecture, which ensures...


Platforms: Windows

License: Shareware Cost: $589.00 USD Size: 156.22 MB Download (55): Nevron Diagram for .NET Q2_2008 Download

Released: June 06, 2012  |  Added: June 06, 2012 | Visits: 707

Free Vector Diagram Icons Download this Free Vector Diagram Icons Pack for your Website or Application. 11 icons in formats PNG, Windows Vista Format ICO And CDR Illustrations Format. FreeVectorDownload.com offer High Quality Royalty Free Vector Icons, More Icons Pls browse homepage


Platforms: Windows

License: Freeware Size: 919 KB Download (53): Free Vector Diagram Icons Download

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

Diagram Flow Maker the Flow is a proyect to make flow diagram. The main idea is develop a software to student and people to learning to develop software


Platforms: Windows, Mac, Linux

License: Freeware Size: 48.69 KB Download (62): Diagram Flow Maker Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 618

ER diagram editor for eclipse An Eclipse plugin for generating code out of an Entity-Relationship-Diagram (ERD). Currently SQL-DDL and POJO classes with EJB3.0 Annotations are supported. The diagrams conform to the diagram description by H. Buff (german book, ISBN 3-03-440201-5)


Platforms: Windows, Mac, Linux

License: Freeware Size: 299.24 KB Download (50): ER diagram editor for eclipse 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: August 18, 2012  |  Added: August 18, 2012 | Visits: 513

Reflective Ecore Model Diagram Editor Reflective Ecore Model Diagram Editor is a GMF based Eclipse plugin which provides a graphical editor for any EMF model file, using only the meta-model such as .ecore and .xsd file. You don't need any .gmfgraph, .gmftool, .gmfmap, or .gmfgen files.


Platforms: Windows, Mac, Linux

License: Freeware Size: 231.75 KB Download (49): Reflective Ecore Model Diagram Editor Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 781

State Diagram Editor Free Edition State Diagram Editor is a compact, flexible tool for the design of Finite State Machines - Intuitive User Interface using Drag&Drop - Simple Testing supported by visualized Execution - Support for the Design of complex Models using FSMs in a Responder Chain - Integrated Target Code Generation -...


Platforms: Mac

License: Freeware Size: 2.7 MB Download (57): State Diagram Editor Free Edition Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 433

State Diagram Editor State Diagram Editor is a compact, flexible tool for the design of Finite State Machines - Intuitive User Interface using Drag&Drop - Simple Testing supported by visualized Execution - Support for the Design of complex Models using FS


Platforms: Mac

License: Shareware Cost: $37.99 USD Size: 2.8 MB Download (51): State Diagram Editor Download

Released: November 03, 2015  |  Added: December 23, 2015 | Visits: 1.190

10-Strike Network Diagram 10-Strike Network Diagram is a powerful network diagrammer and mapper for the quick creation of visual local-area network maps and diagrams, and exporting them to Microsoft Visio, or saving as charts, vector, or raster images. The program will scan your managed switches via SNMP and discover the...


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

License: Shareware Cost: $149.95 USD Size: 5.33 MB Download (94): 10-Strike Network Diagram 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

Bifurcation Diagram for the cubic map and a realistic model for population dynamics The programs compute the bifurcation diagram for the cubic map and a realistic population dynamics model. The value of parameter r, when the cycle of period three appears, is indicated. As expected, for higher values of r, we observe chaotic behaviour. Both models are given in the problems?...


Platforms: Matlab


Added: May 23, 2013 | Visits: 207

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 (38): Kautz sequence generator 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

< 1 2 3 4 5