Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Answer[Message Deleted] Pin
ddmcr6-Feb-06 3:45
ddmcr6-Feb-06 3:45 
GeneralRe: Timer Pin
James R. Twine6-Feb-06 4:04
James R. Twine6-Feb-06 4:04 
GeneralRe: Timer Pin
Ryan Binns6-Feb-06 17:28
Ryan Binns6-Feb-06 17:28 
GeneralRe: Timer Pin
James R. Twine7-Feb-06 11:29
James R. Twine7-Feb-06 11:29 
AnswerRe: Timer Pin
James R. Twine6-Feb-06 3:58
James R. Twine6-Feb-06 3:58 
AnswerRe: Timer Pin
normanS6-Feb-06 18:20
normanS6-Feb-06 18:20 
QuestionODE equation solver Pin
Ming Luo6-Feb-06 3:25
Ming Luo6-Feb-06 3:25 
AnswerRe: ODE equation solver Pin
minox6-Feb-06 8:11
minox6-Feb-06 8:11 
You can purchase "Numerical recipes in C", second edition, Cambridge University press. It contains C code for the most common ODE solvers (runge kunta 4 and 5 order, Ridchardson, Rosenbrock, Adams-Bashforth, and provide solid background on the math and tricks behind. Those methods covers borh normal and stiff ODE.
Unfortunatly, they give no code for Gear like methods, wich, to my understanding, are becoming very popular to solve stiff ODE.
The other drawback is the the C coding style. I have no issue doing maths in pure C in a C++ program, as it allow more time efficient code, but the C style in the book is not very nice and readable. I advice to use it as a canvas then rewrite things yourself.
There are other sources for C or C++ ODE solvers on the net. Most are in FORTRAN, not alwways well documented, and reverse engenering to get it in C or C++ is tough.
Take a look at www.gnu.org/software/gsl, it's a mathematical librairy in the GNU project and contains sources for many ODE.

I'm looking myself for a good C or C++ GEAR code, so if you find any, let me know Wink | ;-)
Questionprinting with MFC Pin
vikas amin6-Feb-06 2:32
vikas amin6-Feb-06 2:32 
AnswerRe: printing with MFC Pin
David Crow6-Feb-06 2:58
David Crow6-Feb-06 2:58 
AnswerRe: printing with MFC Pin
PJ Arends6-Feb-06 10:54
professionalPJ Arends6-Feb-06 10:54 
AnswerRe: printing with MFC Pin
#realJSOP9-Feb-06 9:30
professional#realJSOP9-Feb-06 9:30 
QuestionDetermining partitions? Pin
pc_dev6-Feb-06 2:22
pc_dev6-Feb-06 2:22 
AnswerRe: Determining partitions? Pin
Rage6-Feb-06 2:46
professionalRage6-Feb-06 2:46 
AnswerRe: Determining partitions? Pin
James R. Twine6-Feb-06 3:01
James R. Twine6-Feb-06 3:01 
QuestionAdding hyperlink in static control/dialog Pin
pc_dev6-Feb-06 2:02
pc_dev6-Feb-06 2:02 
AnswerRe: Adding hyperlink in static control/dialog Pin
Cedric Moonen6-Feb-06 2:18
Cedric Moonen6-Feb-06 2:18 
AnswerRe: Adding hyperlink in static control/dialog Pin
James R. Twine6-Feb-06 2:38
James R. Twine6-Feb-06 2:38 
QuestionCListCtrl run-time creation question Pin
Odiee6-Feb-06 1:48
Odiee6-Feb-06 1:48 
AnswerRe: CListCtrl run-time creation question Pin
Hamid_RT6-Feb-06 3:30
Hamid_RT6-Feb-06 3:30 
QuestionAdd html help to a button Pin
schliz6-Feb-06 1:35
schliz6-Feb-06 1:35 
AnswerRe: Add html help to a button Pin
pc_dev6-Feb-06 1:56
pc_dev6-Feb-06 1:56 
GeneralRe: Add html help to a button Pin
schliz6-Feb-06 4:31
schliz6-Feb-06 4:31 
QuestionHow to ignore a group of warnings in a project "#pragma deprecated" Pin
arunperi6-Feb-06 1:10
arunperi6-Feb-06 1:10 
AnswerRe: How to ignore a group of warnings in a project "#pragma deprecated" Pin
pg__6-Feb-06 1:58
pg__6-Feb-06 1:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.