Team:St Andrews/project/modelling/downloads
From 2010.igem.org
(Difference between revisions)
Patrickolden (Talk | contribs) (→Models) |
|||
Line 5: | Line 5: | ||
The C++ code below forms the framework for all of our projects. Each project used a slightly tweaked version of the files given here, however to keep things straightforward we have uploaded only the generic code. | The C++ code below forms the framework for all of our projects. Each project used a slightly tweaked version of the files given here, however to keep things straightforward we have uploaded only the generic code. | ||
- | [[ | + | [[Media:StAndrewsMainFile.txt|Main body of our code]] |
- | [[ | + | [[Media:StAndrewsRungeKuttaSolver.txt|Runge-Kutta solver code]] |
- | [[ | + | [[Media:StAndrewsHeaderFile.txt|Header file]] |
- | [[ | + | [[Media:StAndrewsDifferentialEquations.txt|Differential equation code]] |
- | [[ | + | [[Media:StAndrewsCellGrowth.txt|Cell Growth function code]] |
Revision as of 02:06, 28 October 2010
Models
The C++ code below forms the framework for all of our projects. Each project used a slightly tweaked version of the files given here, however to keep things straightforward we have uploaded only the generic code.