代码搜索:Teukolsky
找到约 14 项符合「Teukolsky」的源代码
代码结果 14
www.eeworm.com/read/447954/7543070
h nrutil.h
/*
** File: nrutil.h
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
**
www.eeworm.com/read/298907/7924304
h nrutil.h
/*
** File: nrutil.h
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
**
www.eeworm.com/read/140880/13054417
h nrutil.h
/*
** File: nrutil.h
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
**
www.eeworm.com/read/140880/13054450
h nrutil.h
/*
** File: nrutil.h
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
**
www.eeworm.com/read/150542/12287015
h nrutil.h
/*
** File: nrutil.h
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
**
www.eeworm.com/read/447954/7543093
c nrutil.c
/*
** File: nrutil.c
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
** state sequenc
www.eeworm.com/read/298907/7924334
c nrutil.c
/*
** File: nrutil.c
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
** state sequenc
www.eeworm.com/read/140880/13054462
c nrutil.c
/*
** File: nrutil.c
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
** state sequenc
www.eeworm.com/read/150542/12287039
c nrutil.c
/*
** File: nrutil.c
** Purpose: Memory allocation routines borrowed from the
** book "Numerical Recipes" by Press, Flannery, Teukolsky,
** and Vetterling.
** state sequenc
www.eeworm.com/read/413528/11152329
h linefit.h
//
// Fit a line to a vector of data. Uses method from section 15.2 of
// "Numerical Recipes in C : The Art of Scientific Computing"
// by William H. Press, Brian P. Flannery, Saul A. Teukolsky