From: none on
On Sun, 25 Jul 2010 09:25:44 -0700, Allamarein wrote:

> Where can I find a code to solve ODEs with runge-kutta method and
> adaptive step?

www.netlib.org

There are serebarl RUnge Kutta solvers.

Or try a search for either of the following

Runge Kutta rk23
Runge Kutta rk45

and of course there are textbooks.

Most good numerical methods textbooks will include the essential theory
plus a simple code, alays a good starting point before being exposed to
the more comprehensive coding appraoch found in the rk23/rk45 families.