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

Cell Cycle software
Filter: All | Freeware | Demo
 

Cell Cycle

< 1 2 3 4 5 > 
Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 424

Cycle PDF Converter Cycle PDF Converter, the powerful, easy-to-use, fast application which has everything you need to convert PDF files to other document formats. It starts with an extremely simple and clear interface that lets you easily convert unlimited PDF files into 4 c



Platforms: Mac

License: Shareware Cost: $49.99 USD Size: 4.6 MB Download (57): Cycle PDF Converter Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 408

Cycle PDF to Word Converter Cycle PDF to Word Converter is a powerful and intuitive application that lets you convert PDF to Microsoft Word document. It starts with an extremely neat and clear interface, you can finish all the setting and preview PDFs right in the app directly. You





Platforms: Mac

License: Shareware Cost: $39.99 USD Size: 5.2 MB Download (56): Cycle PDF to Word Converter Download

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

Deluxe Free Cell Solitaire Free Cell solitaire is one of the all time solitaire fan favorites. Unlike many solitaire games, free cell solitaire is a fun and challenging game that requires more strategy than luck. Deluxe Free Cell plays standard 52 card free cell solitaire. It's sim


Platforms: Mac

License: Shareware Cost: $5.99 USD Size: 10.1 MB Download (46): Deluxe Free Cell Solitaire Download

Released: December 18, 2012  |  Added: December 18, 2012 | Visits: 315

Survival Cell You are in control of a newly discovered cell type being studied for it’s strong resistance to bio-engineered disease. In Phase 1, your cell is undergoing timed resistance tests, and has been transplanted inside a human test subject who is ove


Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 18.1 MB Download (48): Survival Cell Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 471

Tom Clancy's Splinter Cell Conviction® *MacBook Air and MacBook Pro 13’ are not compatible with this game* *Splinter Cell Conviction game is available also in French, Italian, German, Spanish* Become Sam Fischer, a renegade spy agent on a personal mission of vengeance, fo


Platforms: Mac

License: Shareware Cost: $24.99 USD Size: 2 GB Download (54): Tom Clancy's Splinter Cell Conviction® Download

Change Image Cell BackGround Color for Graphics and Animations This script allows you to change the background color of a TABLE cell where the cell contains an image.Any number strings of a unique portion of an Image SRC are passed to a function which changesthe background color of all elements containing an image with an SRC which includes the string.The...


Platforms: JavaScript


Added: April 30, 2013 | Visits: 476

Ideal Rankine Cycle GUI A graphical user interface to compute the thermodynamic properties of an ideal rankine cycle.This example also demonstates saving and loading input fields from a GUI.This would not have been possible without the Steam Tables coded up by Magnus Holmgren.


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (60): Ideal Rankine Cycle GUI Download

Added: April 10, 2013 | Visits: 492

Model Human Heart Shape Variation During Cardiac Cycle A computer model has been developed that provides a realistic description of the variation of the human heart surface shape during a single cardiac cycle. The model is proposed for investigations in the field of biomedical engineering, where computer simulation is necessary.A MATLAB spline...


Platforms: Matlab

License: Freeware Size: 7.6 MB Download (45): Model Human Heart Shape Variation During Cardiac Cycle Download

Added: April 07, 2013 | Visits: 392

CELP (CELl Processing) CELP (CELl Processing) is a functional programming package for Matlab.It is often better to use FP instead of loops:- it's more compact;- it's more clear.Matlab has all prerequisites to implement a Lisp-like FP:- anonymous functions, @'s lambdas;- FEVAL FUNCALL, EVAL, APPLY;- cell arrays...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): CELP (CELl Processing) Download

Ideal Rankine Cycle Builder for .NET Component in C# Application This demo uses MATLAB Builder for .NET to create a .NET component from a MATLAB function rankine.m. The .NET component is then used in a C# project built in Microsoft Visual Studio. A graphical user interface (GUI) was created in C# which calls into the MATLAB created component to compute the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (42): Ideal Rankine Cycle Builder for .NET Component in C# Application Download

Added: August 18, 2013 | Visits: 408

Convert Struct to Cell Array With Column Headers Accepts a 1-dimensional struct array (in the format 1xn) and converts it into a cell array. The first row of the cell array has the struct's field names in each column; the data from each of those fields for each entry in the struct array appears in subsequent rows. The idea is to make it easy to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Convert Struct to Cell Array With Column Headers Download

Added: August 30, 2013 | Visits: 302

Cell/Struct Tree, and Struct Sorting Given a cell or a struct, is is sometimes usefull to know the tree from the main to the farthest branch.The trees are returned as string cells, based on the data type. Each path can be effectively executed using Matlab built-in eval() function.The sorting of struct is also implemented, with some...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Cell/Struct Tree, and Struct Sorting Download

Added: June 23, 2013 | Visits: 338

Matlab Cell Operations This package contains functions to perform number operations on the MATLAB data type cell. If any cell contains sub-cells, the functions call themselves recursively,A few example functions included in this package are: celladd - Z = CELLADD(Z1,Z2) celldivide - Z = CELLDIVIDE(Z1,Z2) cellmul - Z =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Matlab Cell Operations Download

Added: July 09, 2013 | Visits: 434

Cell Array to CSV-file [cell2csv.m] This function writes a cell array into a CSV-file.It works with empty cells, numeric, char, string and logical cells. One array can contain all of them, but only one value per cell.CSV-files can then be read by Excel, so you don't need DDE or ActiveX.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Cell Array to CSV-file [cell2csv.m] Download

Added: April 30, 2013 | Visits: 434

Write a cell array to a text file This function enables you to directly write data from a cell array into a text file, which functions like FWRITE and FPRINTF do not.Usage:fwritecell(filename, format, data) writes cell array "data" to the file with name "filename" using the C language conversion specifications in argument...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Write a cell array to a text file Download

Added: September 05, 2013 | Visits: 177

PV Cell modeling of PV cell using its sc current and oc voltage


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): PV Cell Download

Added: July 03, 2013 | Visits: 442

Directory to Cell NAMES = DIR2CELL converts the directory listing into a cell array in alphabetical order. NAMES = DIR2CELL(ARG) converts the directory listing based on argument ARG, into a cell array in alphabetical order. ARG may contain wildcards.[NAMES, DATENUMS, DATES, BYTES, ISDIRS] = DIR2CELL(ARG), also...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Directory to Cell Download

Added: July 01, 2013 | Visits: 256

Write Cell Array of Structs into a VTK Structured Grid Each cell of the input cell array must be a struct, possibly nested, and for each point of the input, three properties (or alternatively the cell array indices) are used as VTK coordinates. An arbitrary number of properties are used as values of these points.The resulting VTK file (which is in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Write Cell Array of Structs into a VTK Structured Grid Download

Added: May 05, 2013 | Visits: 188

Cell Extrema Find the minimum and maximum of 2D cell matrix, which may contain nested cell or numeric arrays. These three functions calculate the minimum and maximum of all numbers within a 2-dimensional cell (or numeric) matrix.The cell matrix may contain other cell matrices, or numeric matrices, or a mix of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (43): Cell Extrema Download

Added: May 13, 2013 | Visits: 509

Image cycle Integrates with Image module to allow image galleries to be displayed as sideshows using the jquery cycle plugin. The module provides the ability to set a different effect for each image gallery along with any jquery arguments or CSS.This module was sponsored by Boombatower Development and...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Image cycle Download

< 1 2 3 4 5 >