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

Example Of Multiple Alleles software
Filter: All | Freeware | Demo
 

Example Of Multiple Alleles

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 502

Example For winreg This script is an example of how to use the winreg module. The code had the first purpose of demonstrating the concept of a graphical shell built in Python. The shell was easily modified to make use of the Window's registry but retains traces of its original method of operation.



Platforms: Windows, Python,

License: Freeware Download (51): Example For winreg Download

Added: September 12, 2013 | Visits: 542

Simple example of the Simplex Method It's a function that finds the minimum value of a two variables objective function with a deterministic zero order algorithm: simplex method. The input variables are:-fun: inline function of the objective function-init_point: initial point for the simplex method-step_size: initial dimension of...





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Simple example of the Simplex Method Download

Added: May 31, 2013 | Visits: 391

Simple example of PSO algorithm It finds the minimum of a n variables function with the Particle Swarm Optimization Algorithm.% The input parameters are:% -func: it's the objective function's handle to minimize% -numInd: it's the number of the swarm's elements% -range: it's the range in which the elements must be created%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Simple example of PSO algorithm Download

Added: July 29, 2013 | Visits: 424

tiffread2.m Reads 8,16,32 bits uncompressed grayscale and some color tiff files, as well as parts or full stacks of multiple images, for example those produced by metamorph. The image as well as the meta-data is returned. The entire TIFF standard is not supported, but tiffread may be extended by modifying...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): tiffread2.m Download

Added: July 12, 2013 | Visits: 419

Example of Volatility Pumping The self-contained script demonstrates excess, volatility driven growth, in a rebalanced portfolio.Based on the paper "Benchmarking and Rebalancing" by Gabay and Herlemont, yats.com, 19 Septembre 2007, this script reproduces example 1, showing the long-term rebalancing excess growth rate g*.There...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Example of Volatility Pumping Download

Added: September 09, 2013 | Visits: 565

DotNet Web Example Guide End To End Chapter This is an end to end example of how to use Builder NE (.NET Builder) to create a full web application that utilizes data and WebFigures to display MATLAB Figurues on the Web in an interactive way.This example shows the "Magic Square" function in MATLAB where a user can specify the size of the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): DotNet Web Example Guide End To End Chapter Download

Added: April 03, 2013 | Visits: 489

Computational Physics - Example No.1 This is the first example of Computational Physics, Modeling and Simulating a Physical SystemsEx1: Kepler's Laws


Platforms: Matlab

License: Freeware Size: 337.92 KB Download (41): Computational Physics - Example No.1 Download

Added: April 01, 2013 | Visits: 600

Getting started with MATLAB (control engineering example) This zip file contains an example of some resources to help engineering students learn MATLAB. They comprise a flash file with voiceover (select player.html to run this) which will discuss some of the m-files also included. The example included is for an introduction to control, but there are...


Platforms: Matlab

License: Freeware Size: 4.53 MB Download (40): Getting started with MATLAB (control engineering example) Download

Added: May 01, 2013 | Visits: 848

Java Web Example Guide End To End Chapter This is an end to end example of how to use Builder JA (Java Builder) to create a full web application that utilizes data and WebFigures to display MATLAB Figurues on the Web in an interactive way.This example shows the "Magic Square" function in MATLAB where a user can specify the size of the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Java Web Example Guide End To End Chapter Download

Added: July 24, 2013 | Visits: 243

gaussian mix fit of multiple connected ellipses the pixels in an image are weighted with their intensity. we try to fit a pre-defined number of connected (partially overlapping) ellipses onto this image, using gmdistribution.fit from matlab's statistics toolbox.i used this to separate ellipse-shaped objects (with a size of ~20 to 30 pixels per...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): gaussian mix fit of multiple connected ellipses Download

Added: June 27, 2013 | Visits: 334

Combine variance of multiple subpopulations This function calculates the variance of a population using only the means, variances and number of observations of its subpopulations.This means you do not need to keep all individual observations in each subpopulation to later find out the variance of the pooled data.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Combine variance of multiple subpopulations Download

Added: May 11, 2013 | Visits: 498

Example: Using Nested Functions for Timers This is a simple example of how nested functions can simplify the writing of callback functions for writing continuously-running applications. Callback functions are used by timer objects and the various objects in the Test & Measurement Toolboxes (Data Acquisition Toolbox, Instrument Control...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Example: Using Nested Functions for Timers Download

Added: September 07, 2013 | Visits: 345

Visualize area of multiple shapes This is an extension of the Image Processing Toolbox functions BWAREA and REGIONPROPS. On one hand BWAREA allows for two types of area measurements ('digital', or sum of pixels and 'analog'), but cumulates into a single value the areas of all non-connected shapes in an image; while on the other...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (43): Visualize area of multiple shapes Download

Added: June 24, 2013 | Visits: 426

Compressive Sensing Simple Example This very simple example of L1 minimization is reproduced for implementation on matlab. The original example was posted on Rip's AppliedMathematics Blog on March 28, 2011 entitled "Compressed Sensing: the L1norm finds sparse solutions".One needs to download the L1-MAGIC package in order to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Compressive Sensing Simple Example Download

Added: April 04, 2013 | Visits: 389

Simple Example of Simulated Annealing Optimization Case of study: "Capacity Energy Storage Solution".Dual problem of SMES, replacing inductors with capacities.


Platforms: Matlab

License: Freeware Size: 849.92 KB Download (45): Simple Example of Simulated Annealing Optimization Download

Simple example of genetic algorithm for optimization problems It is used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolutionary algorithms, which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Simple example of genetic algorithm for optimization problems Download

Added: March 31, 2013 | Visits: 396

An example of Zipf' law %Input:%Suppose you have a file that lists the occurences of every n-gram,%and has a data format looks like (%s %s ... %d):%hello 367%word 5754%Output%Plot a JPG figure and saves it in the data files' parent directory


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): An example of Zipf' law Download

Added: October 23, 2013 | Visits: 551

gitctl A particular Git workflow implementation with a development/staging/production code-flow model and support for multiple repositories as part of a larger project gitctl's purpose is to implement a particular workflow for using Git to manage a project that consists of multiple independent...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (47): gitctl Download

Added: March 13, 2010 | Visits: 1.261

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (90): App::Session Download

Added: November 06, 2010 | Visits: 1.005

fetchconfig fetchconfig is a Perl script for retrieving configuration of multiple devices. Cisco IOS devices are currently supported. Installation: fetchconfig.pl expects a Perl interpreter at /usr/bin/perl. fetchconfig.pl requires the Net::Telnet module. Just unpack the fetchconfig tarball at a...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): fetchconfig Download

< 1 2 3 4 5 >