在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 《数值分析》(Numerical Recipes)3rd Edition含源代码

《数值分析》(Numerical Recipes)3rd Edition含源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:13.93M
  • 下载次数:12
  • 浏览次数:1178
  • 发布时间:2020-08-12
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
《数值分析》(Numerical Recipes)3rd Edition 和 C & C++ 代码
【实例截图】
【核心代码】
《数值分析》(NumericalRecipes)3rdEdition含源代码
└── 《数值分析》(Numerical Recipes)3rd Edition含源代码
├── Cambridge.Press.Numerical.Recipes.3rd.Edition.Sep.2007.pdf
├── CodePub.Com说明.txt
├── nr_c301
│   └── NR_C301
│   ├── code
│   │   ├── adapt.h
│   │   ├── amebsa.h
│   │   ├── amoeba.h
│   │   ├── anneal.h
│   │   ├── arithcode.h
│   │   ├── asolve.h
│   │   ├── banded.h
│   │   ├── besselfrac.h
│   │   ├── bessel.h
│   │   ├── calendar.h
│   │   ├── chebyshev.h
│   │   ├── cholesky.h
│   │   ├── circumcircle.h
│   │   ├── cisi.h
│   │   ├── convlv.h
│   │   ├── correl.h
│   │   ├── dawson.h
│   │   ├── decchk.h
│   │   ├── delaunay.h
│   │   ├── derule.h
│   │   ├── deviates.h
│   │   ├── dfridr.h
│   │   ├── dftintegrate.h
│   │   ├── difeq.h
│   │   ├── distributions.h
│   │   ├── dynpro.h
│   │   ├── eclass.h
│   │   ├── eigen_sym.h
│   │   ├── eigen_unsym.h
│   │   ├── elliptint.h
│   │   ├── erf.h
│   │   ├── expint.h
│   │   ├── fasper.h
│   │   ├── fermi.h
│   │   ├── fitab.h
│   │   ├── fit_examples.h
│   │   ├── fitexy.h
│   │   ├── fitlin.h
│   │   ├── fitmed.h
│   │   ├── fitmrq.h
│   │   ├── fitsvd.h
│   │   ├── fourfs.h
│   │   ├── fourier.h
│   │   ├── fourier_ndim.h
│   │   ├── fred2.h
│   │   ├── fred_singular.h
│   │   ├── frenel.h
│   │   ├── gamma.h
│   │   ├── gaumixmod.h
│   │   ├── gaussj.h
│   │   ├── gauss_wgts2.h
│   │   ├── gauss_wgts.h
│   │   ├── hashall.h
│   │   ├── hash.h
│   │   ├── hmm.h
│   │   ├── huffcode.h
│   │   ├── hypgeo.h
│   │   ├── icrc.h
│   │   ├── igray.h
│   │   ├── incgammabeta.h
│   │   ├── interior.h
│   │   ├── interp_1d.h
│   │   ├── interp_2d.h
│   │   ├── interp_curve.h
│   │   ├── interp_laplace.h
│   │   ├── interp_linear.h
│   │   ├── interp_rbf.h
│   │   ├── iqagent.h
│   │   ├── kdtree.h
│   │   ├── kmeans.h
│   │   ├── krig.h
│   │   ├── ksdist.h
│   │   ├── kstests_2d.h
│   │   ├── kstests.h
│   │   ├── levex.h
│   │   ├── linbcg.h
│   │   ├── linpredict.h
│   │   ├── ludcmp.h
│   │   ├── machar.h
│   │   ├── markovgen.h
│   │   ├── mcintegrate.h
│   │   ├── mcmc.h
│   │   ├── mgfas.h
│   │   ├── mglin.h
│   │   ├── mins.h
│   │   ├── mins_ndim.h
│   │   ├── miser.h
│   │   ├── mnewt.h
│   │   ├── moment.h
│   │   ├── mparith.h
│   │   ├── multinormaldev.h
│   │   ├── nr3.h
│   │   ├── odeint.h
│   │   ├── pade.h
│   │   ├── pcshft.h
│   │   ├── period.h
│   │   ├── phylo.h
│   │   ├── plegendre.h
│   │   ├── pointbox.h
│   │   ├── polcoef.h
│   │   ├── polygon.h
│   │   ├── poly.h
│   │   ├── primpolytest.h
│   │   ├── psplotexample.h
│   │   ├── psplot.h
│   │   ├── qgaus.h
│   │   ├── qotree.h
│   │   ├── qrdcmp.h
│   │   ├── qroot.h
│   │   ├── quad3d.h
│   │   ├── quadrature.h
│   │   ├── quadvl.h
│   │   ├── quasinewton.h
│   │   ├── ran.h
│   │   ├── ranpt.h
│   │   ├── ratlsq.h
│   │   ├── rebin.h
│   │   ├── rk4.h
│   │   ├── rlft3_sharpen.h
│   │   ├── romberg.h
│   │   ├── roots.h
│   │   ├── roots_multidim.h
│   │   ├── roots_poly.h
│   │   ├── savgol.h
│   │   ├── scrsho.h
│   │   ├── selip.h
│   │   ├── series.h
│   │   ├── sfroid.h
│   │   ├── shootf.h
│   │   ├── shoot.h
│   │   ├── simplex.h
│   │   ├── sobseq.h
│   │   ├── solvde.h
│   │   ├── sor.h
│   │   ├── sort.h
│   │   ├── sparse.h
│   │   ├── spectrum.h
│   │   ├── sphcirc.h
│   │   ├── sphfpt.h
│   │   ├── sphoot.h
│   │   ├── stattests.h
│   │   ├── stepperbs.h
│   │   ├── stepperdopr5.h
│   │   ├── stepperdopr853.h
│   │   ├── stepper.h
│   │   ├── stepperross.h
│   │   ├── steppersie.h
│   │   ├── stepperstoerm.h
│   │   ├── stiel.h
│   │   ├── stochsim.h
│   │   ├── stringalign.h
│   │   ├── svd.h
│   │   ├── svm.h
│   │   ├── toeplz.h
│   │   ├── tridag.h
│   │   ├── vander.h
│   │   ├── vegas.h
│   │   ├── voltra.h
│   │   ├── voronoi.h
│   │   ├── wavelet.h
│   │   ├── weights.h
│   │   └── zrhqr.h
│   ├── gfx
│   │   ├── logoCode2med.gif
│   │   └── logoObsVerMed.gif
│   ├── index_by_file.htm
│   ├── index_by_ident.htm
│   ├── index_by_section.htm
│   ├── index.htm
│   ├── legacy
│   │   └── nr2
│   │   ├── C_211
│   │   │   ├── data
│   │   │   │   ├── dates1.dat
│   │   │   │   ├── fncval.dat
│   │   │   │   ├── matrx1.dat
│   │   │   │   ├── matrx2.dat
│   │   │   │   ├── matrx3.dat
│   │   │   │   ├── spctrl.dat
│   │   │   │   ├── table1.dat
│   │   │   │   ├── table2.dat
│   │   │   │   ├── tarray.dat
│   │   │   │   └── text.dat
│   │   │   ├── examples
│   │   │   │   ├── xairy.c
│   │   │   │   ├── xamebsa.c
│   │   │   │   ├── xamoeba.c
│   │   │   │   ├── xanneal.c
│   │   │   │   ├── xarcode.c
│   │   │   │   ├── xavevar.c
│   │   │   │   ├── xbalanc.c
│   │   │   │   ├── xbandec.c
│   │   │   │   ├── xbanmul.c
│   │   │   │   ├── xbcucof.c
│   │   │   │   ├── xbcuint.c
│   │   │   │   ├── xbeschb.c
│   │   │   │   ├── xbessi0.c
│   │   │   │   ├── xbessi1.c
│   │   │   │   ├── xbessi.c
│   │   │   │   ├── xbessik.c
│   │   │   │   ├── xbessj0.c
│   │   │   │   ├── xbessj1.c
│   │   │   │   ├── xbessj.c
│   │   │   │   ├── xbessjy.c
│   │   │   │   ├── xbessk0.c
│   │   │   │   ├── xbessk1.c
│   │   │   │   ├── xbessk.c
│   │   │   │   ├── xbessy0.c
│   │   │   │   ├── xbessy1.c
│   │   │   │   ├── xbessy.c
│   │   │   │   ├── xbeta.c
│   │   │   │   ├── xbetai.c
│   │   │   │   ├── xbico.c
│   │   │   │   ├── xbnldev.c
│   │   │   │   ├── xbrent.c
│   │   │   │   ├── xbroydn.c
│   │   │   │   ├── xbsstep.c
│   │   │   │   ├── xcaldat.c
│   │   │   │   ├── xchder.c
│   │   │   │   ├── xchebev.c
│   │   │   │   ├── xchebft.c
│   │   │   │   ├── xchebpc.c
│   │   │   │   ├── xchint.c
│   │   │   │   ├── xcholsl.c
│   │   │   │   ├── xchsone.c
│   │   │   │   ├── xchstwo.c
│   │   │   │   ├── xcisi.c
│   │   │   │   ├── xcntab1.c
│   │   │   │   ├── xcntab2.c
│   │   │   │   ├── xconvlv.c
│   │   │   │   ├── xcorrel.c
│   │   │   │   ├── xcosft1.c
│   │   │   │   ├── xcosft2.c
│   │   │   │   ├── xcovsrt.c
│   │   │   │   ├── xcrank.c
│   │   │   │   ├── xcyclic.c
│   │   │   │   ├── xdawson.c
│   │   │   │   ├── xdbrent.c
│   │   │   │   ├── xddpoly.c
│   │   │   │   ├── xdecchk.c
│   │   │   │   ├── xdf1dim.c
│   │   │   │   ├── xdfpmin.c
│   │   │   │   ├── xdfridr.c
│   │   │   │   ├── xdftint.c
│   │   │   │   ├── xdlinmin.c
│   │   │   │   ├── xeclass.c
│   │   │   │   ├── xeclazz.c
│   │   │   │   ├── xei.c
│   │   │   │   ├── xeigsrt.c
│   │   │   │   ├── xelle.c
│   │   │   │   ├── xellf.c
│   │   │   │   ├── xellpi.c
│   │   │   │   ├── xelmhes.c
│   │   │   │   ├── xerfcc.c
│   │   │   │   ├── xerff.c
│   │   │   │   ├── xerffc.c
│   │   │   │   ├── xeulsum.c
│   │   │   │   ├── xevlmem.c
│   │   │   │   ├── xexpdev.c
│   │   │   │   ├── xexpint.c
│   │   │   │   ├── xf1dim.c
│   │   │   │   ├── xfactln.c
│   │   │   │   ├── xfactrl.c
│   │   │   │   ├── xfasper.c
│   │   │   │   ├── xfgauss.c
│   │   │   │   ├── xfit.c
│   │   │   │   ├── xfitexy.c
│   │   │   │   ├── xfixrts.c
│   │   │   │   ├── xfleg.c
│   │   │   │   ├── xflmoon.c
│   │   │   │   ├── xfour1.c
│   │   │   │   ├── xfourfs.c
│   │   │   │   ├── xfourn.c
│   │   │   │   ├── xfpoly.c
│   │   │   │   ├── xfred2.c
│   │   │   │   ├── xfredin.c
│   │   │   │   ├── xfrenel.c
│   │   │   │   ├── xfrprmn.c
│   │   │   │   ├── xftest.c
│   │   │   │   ├── xgamdev.c
│   │   │   │   ├── xgammln.c
│   │   │   │   ├── xgammp.c
│   │   │   │   ├── xgammq.c
│   │   │   │   ├── xgasdev.c
│   │   │   │   ├── xgaucof.c
│   │   │   │   ├── xgauher.c
│   │   │   │   ├── xgaujac.c
│   │   │   │   ├── xgaulag.c
│   │   │   │   ├── xgauleg.c
│   │   │   │   ├── xgaussj.c
│   │   │   │   ├── xgcf.c
│   │   │   │   ├── xgolden.c
│   │   │   │   ├── xgser.c
│   │   │   │   ├── xhpsel.c
│   │   │   │   ├── xhpsort.c
│   │   │   │   ├── xhqr.c
│   │   │   │   ├── xhuffman.c
│   │   │   │   ├── xhunt.c
│   │   │   │   ├── xhypgeo.c
│   │   │   │   ├── xicrc.c
│   │   │   │   ├── xigray.c
│   │   │   │   ├── xindexx.c
│   │   │   │   ├── xirbit1.c
│   │   │   │   ├── xirbit2.c
│   │   │   │   ├── xjacobi.c
│   │   │   │   ├── xjulday.c
│   │   │   │   ├── xkendl1.c
│   │   │   │   ├── xkendl2.c
│   │   │   │   ├── xks2d1s.c
│   │   │   │   ├── xks2d2s.c
│   │   │   │   ├── xksone.c
│   │   │   │   ├── xkstwo.c
│   │   │   │   ├── xlaguer.c
│   │   │   │   ├── xlfit.c
│   │   │   │   ├── xlinbcg.c
│   │   │   │   ├── xlinmin.c
│   │   │   │   ├── xlocate.c
│   │   │   │   ├── xlubksb.c
│   │   │   │   ├── xludcmp.c
│   │   │   │   ├── xmachar.c
│   │   │   │   ├── xmedfit.c
│   │   │   │   ├── xmemcof.c
│   │   │   │   ├── xmgfas.c
│   │   │   │   ├── xmglin.c
│   │   │   │   ├── xmidpnt.c
│   │   │   │   ├── xmiser.c
│   │   │   │   ├── xmmid.c
│   │   │   │   ├── xmnbrak.c
│   │   │   │   ├── xmnewt.c
│   │   │   │   ├── xmoment.c
│   │   │   │   ├── xmppi.c
│   │   │   │   ├── xmprove.c
│   │   │   │   ├── xmrqcof.c
│   │   │   │   ├── xmrqmin.c
│   │   │   │   ├── xnewt.c
│   │   │   │   ├── xodeint.c
│   │   │   │   ├── xorthog.c
│   │   │   │   ├── xpade.c
│   │   │   │   ├── xpccheb.c
│   │   │   │   ├── xpcshft.c
│   │   │   │   ├── xpearsn.c
│   │   │   │   ├── xperiod.c
│   │   │   │   ├── xpiksr2.c
│   │   │   │   ├── xpiksrt.c
│   │   │   │   ├── xplgndr.c
│   │   │   │   ├── xpoidev.c
│   │   │   │   ├── xpolcoe.c
│   │   │   │   ├── xpolcof.c
│   │   │   │   ├── xpoldiv.c
│   │   │   │   ├── xpolin2.c
│   │   │   │   ├── xpolint.c
│   │   │   │   ├── xpowell.c
│   │   │   │   ├── xpredic.c
│   │   │   │   ├── xprobks.c
│   │   │   │   ├── xpsdes.c
│   │   │   │   ├── xpzextr.c
│   │   │   │   ├── xqgaus.c
│   │   │   │   ├── xqrdcmp.c
│   │   │   │   ├── xqromb.c
│   │   │   │   ├── xqromo.c
│   │   │   │   ├── xqroot.c
│   │   │   │   ├── xqrsolv.c
│   │   │   │   ├── xqrupdt.c
│   │   │   │   ├── xqsimp.c
│   │   │   │   ├── xqtrap.c
│   │   │   │   ├── xquad3d.c
│   │   │   │   ├── xran4.c
│   │   │   │   ├── xran.c
│   │   │   │   ├── xrank.c
│   │   │   │   ├── xratint.c
│   │   │   │   ├── xratlsq.c
│   │   │   │   ├── xrc.c
│   │   │   │   ├── xrd.c
│   │   │   │   ├── xrealft.c
│   │   │   │   ├── xrf.c
│   │   │   │   ├── xrj.c
│   │   │   │   ├── xrk4.c
│   │   │   │   ├── xrkdumb.c
│   │   │   │   ├── xrkqs.c
│   │   │   │   ├── xrlft3.c
│   │   │   │   ├── xrofunc.c
│   │   │   │   ├── xrtbis.c
│   │   │   │   ├── xrtflsp.c
│   │   │   │   ├── xrtnewt.c
│   │   │   │   ├── xrtsafe.c
│   │   │   │   ├── xrtsec.c
│   │   │   │   ├── xrzextr.c
│   │   │   │   ├── xsavgol.c
│   │   │   │   ├── xscrsho.c
│   │   │   │   ├── xselect.c
│   │   │   │   ├── xselip.c
│   │   │   │   ├── xshell.c
│   │   │   │   ├── xsimplx.c
│   │   │   │   ├── xsimpr.c
│   │   │   │   ├── xsinft.c
│   │   │   │   ├── xsncndn.c
│   │   │   │   ├── xsobseq.c
│   │   │   │   ├── xsor.c
│   │   │   │   ├── xsort2.c
│   │   │   │   ├── xsort3.c
│   │   │   │   ├── xsort.c
│   │   │   │   ├── xspctrm.c
│   │   │   │   ├── xspear.c
│   │   │   │   ├── xsphbes.c
│   │   │   │   ├── xsphfpt.c
│   │   │   │   ├── xsplie2.c
│   │   │   │   ├── xsplin2.c
│   │   │   │   ├── xspline.c
│   │   │   │   ├── xsplint.c
│   │   │   │   ├── xsprsax.c
│   │   │   │   ├── xsprsin.c
│   │   │   │   ├── xsprspm.c
│   │   │   │   ├── xsprstm.c
│   │   │   │   ├── xsprstp.c
│   │   │   │   ├── xsprstx.c
│   │   │   │   ├── xstifbs.c
│   │   │   │   ├── xstiff.c
│   │   │   │   ├── xstoerm.c
│   │   │   │   ├── xsvbksb.c
│   │   │   │   ├── xsvdcmp.c
│   │   │   │   ├── xsvdfit.c
│   │   │   │   ├── xsvdvar.c
│   │   │   │   ├── xtoeplz.c
│   │   │   │   ├── xtptest.c
│   │   │   │   ├── xtqli.c
│   │   │   │   ├── xtrapzd.c
│   │   │   │   ├── xtred2.c
│   │   │   │   ├── xtridag.c
│   │   │   │   ├── xttest.c
│   │   │   │   ├── xtutest.c
│   │   │   │   ├── xtwofft.c
│   │   │   │   ├── xvander.c
│   │   │   │   ├── xvegas.c
│   │   │   │   ├── xvoltra.c
│   │   │   │   ├── xwt1.c
│   │   │   │   ├── xwtn.c
│   │   │   │   ├── xzbrac.c
│   │   │   │   ├── xzbrak.c
│   │   │   │   ├── xzbrent.c
│   │   │   │   ├── xzrhqr.c
│   │   │   │   ├── xzriddr.c
│   │   │   │   └── xzroots.c
│   │   │   ├── index.htm
│   │   │   ├── info.htm
│   │   │   ├── other
│   │   │   │   ├── bccbug.c
│   │   │   │   ├── complex.c
│   │   │   │   ├── complex.h
│   │   │   │   ├── nr.h
│   │   │   │   ├── nrutil.c
│   │   │   │   └── nrutil.h
│   │   │   ├── progs.htm
│   │   │   ├── recipes
│   │   │   │   ├── addint.c
│   │   │   │   ├── airy.c
│   │   │   │   ├── amebsa.c
│   │   │   │   ├── amoeba.c
│   │   │   │   ├── amotry.c
│   │   │   │   ├── amotsa.c
│   │   │   │   ├── anneal.c
│   │   │   │   ├── anorm2.c
│   │   │   │   ├── arcmak.c
│   │   │   │   ├── arcode.c
│   │   │   │   ├── arcsum.c
│   │   │   │   ├── asolve.c
│   │   │   │   ├── atimes.c
│   │   │   │   ├── avevar.c
│   │   │   │   ├── badluk.c
│   │   │   │   ├── balanc.c
│   │   │   │   ├── banbks.c
│   │   │   │   ├── bandec.c
│   │   │   │   ├── banmul.c
│   │   │   │   ├── bcucof.c
│   │   │   │   ├── bcuint.c
│   │   │   │   ├── beschb.c
│   │   │   │   ├── bessi0.c
│   │   │   │   ├── bessi1.c
│   │   │   │   ├── bessi.c
│   │   │   │   ├── bessik.c
│   │   │   │   ├── bessj0.c
│   │   │   │   ├── bessj1.c
│   │   │   │   ├── bessj.c
│   │   │   │   ├── bessjy.c
│   │   │   │   ├── bessk0.c
│   │   │   │   ├── bessk1.c
│   │   │   │   ├── bessk.c
│   │   │   │   ├── bessy0.c
│   │   │   │   ├── bessy1.c
│   │   │   │   ├── bessy.c
│   │   │   │   ├── beta.c
│   │   │   │   ├── betacf.c
│   │   │   │   ├── betai.c
│   │   │   │   ├── bico.c
│   │   │   │   ├── bksub.c
│   │   │   │   ├── bnldev.c
│   │   │   │   ├── brent.c
│   │   │   │   ├── broydn.c
│   │   │   │   ├── bsstep.c
│   │   │   │   ├── caldat.c
│   │   │   │   ├── chder.c
│   │   │   │   ├── chebev.c
│   │   │   │   ├── chebft.c
│   │   │   │   ├── chebpc.c
│   │   │   │   ├── chint.c
│   │   │   │   ├── chixy.c
│   │   │   │   ├── choldc.c
│   │   │   │   ├── cholsl.c
│   │   │   │   ├── chsone.c
│   │   │   │   ├── chstwo.c
│   │   │   │   ├── cisi.c
│   │   │   │   ├── cntab1.c
│   │   │   │   ├── cntab2.c
│   │   │   │   ├── complex.c
│   │   │   │   ├── convlv.c
│   │   │   │   ├── copy.c
│   │   │   │   ├── correl.c
│   │   │   │   ├── cosft1.c
│   │   │   │   ├── cosft2.c
│   │   │   │   ├── covsrt.c
│   │   │   │   ├── crank.c
│   │   │   │   ├── cyclic.c
│   │   │   │   ├── daub4.c
│   │   │   │   ├── dawson.c
│   │   │   │   ├── dbrent.c
│   │   │   │   ├── ddpoly.c
│   │   │   │   ├── decchk.c
│   │   │   │   ├── df1dim.c
│   │   │   │   ├── dfour1.c
│   │   │   │   ├── dfpmin.c
│   │   │   │   ├── dfridr.c
│   │   │   │   ├── dftcor.c
│   │   │   │   ├── dftint.c
│   │   │   │   ├── difeq.c
│   │   │   │   ├── dlinmin.c
│   │   │   │   ├── dpythag.c
│   │   │   │   ├── drealft.c
│   │   │   │   ├── dsprsax.c
│   │   │   │   ├── dsprstx.c
│   │   │   │   ├── dsvbksb.c
│   │   │   │   ├── dsvdcmp.c
│   │   │   │   ├── eclass.c
│   │   │   │   ├── eclazz.c
│   │   │   │   ├── ei.c
│   │   │   │   ├── eigsrt.c
│   │   │   │   ├── elle.c
│   │   │   │   ├── ellf.c
│   │   │   │   ├── ellpi.c
│   │   │   │   ├── elmhes.c
│   │   │   │   ├── erfcc.c
│   │   │   │   ├── erff.c
│   │   │   │   ├── erffc.c
│   │   │   │   ├── eulsum.c
│   │   │   │   ├── evlmem.c
│   │   │   │   ├── expdev.c
│   │   │   │   ├── expint.c
│   │   │   │   ├── f1dim.c
│   │   │   │   ├── factln.c
│   │   │   │   ├── factrl.c
│   │   │   │   ├── fasper.c
│   │   │   │   ├── fdjac.c
│   │   │   │   ├── fgauss.c
│   │   │   │   ├── fill0.c
│   │   │   │   ├── fit.c
│   │   │   │   ├── fitexy.c
│   │   │   │   ├── fixrts.c
│   │   │   │   ├── fleg.c
│   │   │   │   ├── flmoon.c
│   │   │   │   ├── fmin.c
│   │   │   │   ├── four1.c
│   │   │   │   ├── fourew.c
│   │   │   │   ├── fourfs.c
│   │   │   │   ├── fourn.c
│   │   │   │   ├── fpoly.c
│   │   │   │   ├── fred2.c
│   │   │   │   ├── fredex.c
│   │   │   │   ├── fredin.c
│   │   │   │   ├── frenel.c
│   │   │   │   ├── frprmn.c
│   │   │   │   ├── ftest.c
│   │   │   │   ├── gamdev.c
│   │   │   │   ├── gammln.c
│   │   │   │   ├── gammp.c
│   │   │   │   ├── gammq.c
│   │   │   │   ├── gasdev.c
│   │   │   │   ├── gaucof.c
│   │   │   │   ├── gauher.c
│   │   │   │   ├── gaujac.c
│   │   │   │   ├── gaulag.c
│   │   │   │   ├── gauleg.c
│   │   │   │   ├── gaussj.c
│   │   │   │   ├── gcf.c
│   │   │   │   ├── golden.c
│   │   │   │   ├── gser.c
│   │   │   │   ├── hpsel.c
│   │   │   │   ├── hpsort.c
│   │   │   │   ├── hqr.c
│   │   │   │   ├── hufapp.c
│   │   │   │   ├── hufdec.c
│   │   │   │   ├── hufenc.c
│   │   │   │   ├── hufmak.c
│   │   │   │   ├── hunt.c
│   │   │   │   ├── hypdrv.c
│   │   │   │   ├── hypgeo.c
│   │   │   │   ├── hypser.c
│   │   │   │   ├── icrc1.c
│   │   │   │   ├── icrc.c
│   │   │   │   ├── igray.c
│   │   │   │   ├── iindexx.c
│   │   │   │   ├── indexx.c
│   │   │   │   ├── interp.c
│   │   │   │   ├── irbit1.c
│   │   │   │   ├── irbit2.c
│   │   │   │   ├── jacobi.c
│   │   │   │   ├── jacobn.c
│   │   │   │   ├── julday.c
│   │   │   │   ├── kendl1.c
│   │   │   │   ├── kendl2.c
│   │   │   │   ├── kermom.c
│   │   │   │   ├── ks2d1s.c
│   │   │   │   ├── ks2d2s.c
│   │   │   │   ├── ksone.c
│   │   │   │   ├── kstwo.c
│   │   │   │   ├── laguer.c
│   │   │   │   ├── lfit.c
│   │   │   │   ├── linbcg.c
│   │   │   │   ├── linmin.c
│   │   │   │   ├── lnsrch.c
│   │   │   │   ├── locate.c
│   │   │   │   ├── lop.c
│   │   │   │   ├── lubksb.c
│   │   │   │   ├── ludcmp.c
│   │   │   │   ├── machar.c
│   │   │   │   ├── matadd.c
│   │   │   │   ├── matsub.c
│   │   │   │   ├── medfit.c
│   │   │   │   ├── memcof.c
│   │   │   │   ├── metrop.c
│   │   │   │   ├── mgfas.c
│   │   │   │   ├── mglin.c
│   │   │   │   ├── midexp.c
│   │   │   │   ├── midinf.c
│   │   │   │   ├── midpnt.c
│   │   │   │   ├── midsql.c
│   │   │   │   ├── midsqu.c
│   │   │   │   ├── miser.c
│   │   │   │   ├── mmid.c
│   │   │   │   ├── mnbrak.c
│   │   │   │   ├── mnewt.c
│   │   │   │   ├── moment.c
│   │   │   │   ├── mp2dfr.c
│   │   │   │   ├── mpdiv.c
│   │   │   │   ├── mpinv.c
│   │   │   │   ├── mpmul.c
│   │   │   │   ├── mpops.c
│   │   │   │   ├── mppi.c
│   │   │   │   ├── mprove.c
│   │   │   │   ├── mpsqrt.c
│   │   │   │   ├── mrqcof.c
│   │   │   │   ├── mrqmin.c
│   │   │   │   ├── newt.c
│   │   │   │   ├── nrutil.c
│   │   │   │   ├── odeint.c
│   │   │   │   ├── orthog.c
│   │   │   │   ├── pade.c
│   │   │   │   ├── pccheb.c
│   │   │   │   ├── pcshft.c
│   │   │   │   ├── pearsn.c
│   │   │   │   ├── period.c
│   │   │   │   ├── piksr2.c
│   │   │   │   ├── piksrt.c
│   │   │   │   ├── pinvs.c
│   │   │   │   ├── plgndr.c
│   │   │   │   ├── poidev.c
│   │   │   │   ├── polcoe.c
│   │   │   │   ├── polcof.c
│   │   │   │   ├── poldiv.c
│   │   │   │   ├── polin2.c
│   │   │   │   ├── polint.c
│   │   │   │   ├── powell.c
│   │   │   │   ├── predic.c
│   │   │   │   ├── probks.c
│   │   │   │   ├── psdes.c
│   │   │   │   ├── pwt.c
│   │   │   │   ├── pwtset.c
│   │   │   │   ├── pythag.c
│   │   │   │   ├── pzextr.c
│   │   │   │   ├── qgaus.c
│   │   │   │   ├── qrdcmp.c
│   │   │   │   ├── qromb.c
│   │   │   │   ├── qromo.c
│   │   │   │   ├── qroot.c
│   │   │   │   ├── qrsolv.c
│   │   │   │   ├── qrupdt.c
│   │   │   │   ├── qsimp.c
│   │   │   │   ├── qtrap.c
│   │   │   │   ├── quad3d.c
│   │   │   │   ├── quadct.c
│   │   │   │   ├── quadmx.c
│   │   │   │   ├── quadvl.c
│   │   │   │   ├── ran0.c
│   │   │   │   ├── ran1.c
│   │   │   │   ├── ran2.c
│   │   │   │   ├── ran3.c
│   │   │   │   ├── ran4.c
│   │   │   │   ├── rank.c
│   │   │   │   ├── ranpt.c
│   │   │   │   ├── ratint.c
│   │   │   │   ├── ratlsq.c
│   │   │   │   ├── ratval.c
│   │   │   │   ├── rc.c
│   │   │   │   ├── rd.c
│   │   │   │   ├── realft.c
│   │   │   │   ├── rebin.c
│   │   │   │   ├── red.c
│   │   │   │   ├── relax2.c
│   │   │   │   ├── relax.c
│   │   │   │   ├── resid.c
│   │   │   │   ├── revcst.c
│   │   │   │   ├── reverse.c
│   │   │   │   ├── rf.c
│   │   │   │   ├── rj.c
│   │   │   │   ├── rk4.c
│   │   │   │   ├── rkck.c
│   │   │   │   ├── rkdumb.c
│   │   │   │   ├── rkqs.c
│   │   │   │   ├── rlft3.c
│   │   │   │   ├── rlftfrag.c
│   │   │   │   ├── rofunc.c
│   │   │   │   ├── rotate.c
│   │   │   │   ├── rsolv.c
│   │   │   │   ├── rstrct.c
│   │   │   │   ├── rtbis.c
│   │   │   │   ├── rtflsp.c
│   │   │   │   ├── rtnewt.c
│   │   │   │   ├── rtsafe.c
│   │   │   │   ├── rtsec.c
│   │   │   │   ├── rzextr.c
│   │   │   │   ├── savgol.c
│   │   │   │   ├── scrsho.c
│   │   │   │   ├── select.c
│   │   │   │   ├── selip.c
│   │   │   │   ├── sfroid.c
│   │   │   │   ├── shell.c
│   │   │   │   ├── shoot.c
│   │   │   │   ├── shootf.c
│   │   │   │   ├── simp1.c
│   │   │   │   ├── simp2.c
│   │   │   │   ├── simp3.c
│   │   │   │   ├── simplx.c
│   │   │   │   ├── simpr.c
│   │   │   │   ├── sinft.c
│   │   │   │   ├── slvsm2.c
│   │   │   │   ├── slvsml.c
│   │   │   │   ├── sncndn.c
│   │   │   │   ├── snrm.c
│   │   │   │   ├── sobseq.c
│   │   │   │   ├── solvde.c
│   │   │   │   ├── sor.c
│   │   │   │   ├── sort2.c
│   │   │   │   ├── sort3.c
│   │   │   │   ├── sort.c
│   │   │   │   ├── spctrm.c
│   │   │   │   ├── spear.c
│   │   │   │   ├── sphbes.c
│   │   │   │   ├── sphfpt.c
│   │   │   │   ├── sphoot.c
│   │   │   │   ├── splie2.c
│   │   │   │   ├── splin2.c
│   │   │   │   ├── spline.c
│   │   │   │   ├── splint.c
│   │   │   │   ├── spread.c
│   │   │   │   ├── sprsax.c
│   │   │   │   ├── sprsin.c
│   │   │   │   ├── sprspm.c
│   │   │   │   ├── sprstm.c
│   │   │   │   ├── sprstp.c
│   │   │   │   ├── sprstx.c
│   │   │   │   ├── stifbs.c
│   │   │   │   ├── stiff.c
│   │   │   │   ├── stoerm.c
│   │   │   │   ├── svbksb.c
│   │   │   │   ├── svdcmp.c
│   │   │   │   ├── svdfit.c
│   │   │   │   ├── svdvar.c
│   │   │   │   ├── toeplz.c
│   │   │   │   ├── tptest.c
│   │   │   │   ├── tqli.c
│   │   │   │   ├── trapzd.c
│   │   │   │   ├── tred2.c
│   │   │   │   ├── tridag.c
│   │   │   │   ├── trncst.c
│   │   │   │   ├── trnspt.c
│   │   │   │   ├── ttest.c
│   │   │   │   ├── tutest.c
│   │   │   │   ├── twofft.c
│   │   │   │   ├── vander.c
│   │   │   │   ├── vegas.c
│   │   │   │   ├── voltra.c
│   │   │   │   ├── wt1.c
│   │   │   │   ├── wtn.c
│   │   │   │   ├── wwghts.c
│   │   │   │   ├── zbrac.c
│   │   │   │   ├── zbrak.c
│   │   │   │   ├── zbrent.c
│   │   │   │   ├── zrhqr.c
│   │   │   │   ├── zriddr.c
│   │   │   │   └── zroots.c
│   │   │   ├── toc.htm
│   │   │   └── wincmpl.htm
│   │   └── CPP_211
│   │   ├── data
│   │   │   ├── dates1.dat
│   │   │   ├── fncval.dat
│   │   │   ├── matrx1.dat
│   │   │   ├── matrx2.dat
│   │   │   ├── matrx3.dat
│   │   │   ├── spctrl.dat
│   │   │   ├── table1.dat
│   │   │   ├── table2.dat
│   │   │   ├── tarray.dat
│   │   │   └── text.dat
│   │   ├── disk.id
│   │   ├── examples
│   │   │   ├── xairy.cpp
│   │   │   ├── xamebsa.cpp
│   │   │   ├── xamoeba.cpp
│   │   │   ├── xanneal.cpp
│   │   │   ├── xarcode.cpp
│   │   │   ├── xavevar.cpp
│   │   │   ├── xbalanc.cpp
│   │   │   ├── xbandec.cpp
│   │   │   ├── xbanmul.cpp
│   │   │   ├── xbcucof.cpp
│   │   │   ├── xbcuint.cpp
│   │   │   ├── xbeschb.cpp
│   │   │   ├── xbessi0.cpp
│   │   │   ├── xbessi1.cpp
│   │   │   ├── xbessi.cpp
│   │   │   ├── xbessik.cpp
│   │   │   ├── xbessj0.cpp
│   │   │   ├── xbessj1.cpp
│   │   │   ├── xbessj.cpp
│   │   │   ├── xbessjy.cpp
│   │   │   ├── xbessk0.cpp
│   │   │   ├── xbessk1.cpp
│   │   │   ├── xbessk.cpp
│   │   │   ├── xbessy0.cpp
│   │   │   ├── xbessy1.cpp
│   │   │   ├── xbessy.cpp
│   │   │   ├── xbeta.cpp
│   │   │   ├── xbetai.cpp
│   │   │   ├── xbico.cpp
│   │   │   ├── xbnldev.cpp
│   │   │   ├── xbrent.cpp
│   │   │   ├── xbroydn.cpp
│   │   │   ├── xbsstep.cpp
│   │   │   ├── xcaldat.cpp
│   │   │   ├── xchder.cpp
│   │   │   ├── xchebev.cpp
│   │   │   ├── xchebft.cpp
│   │   │   ├── xchebpc.cpp
│   │   │   ├── xchint.cpp
│   │   │   ├── xcholsl.cpp
│   │   │   ├── xchsone.cpp
│   │   │   ├── xchstwo.cpp
│   │   │   ├── xcisi.cpp
│   │   │   ├── xcntab1.cpp
│   │   │   ├── xcntab2.cpp
│   │   │   ├── xconvlv.cpp
│   │   │   ├── xcorrel.cpp
│   │   │   ├── xcosft1.cpp
│   │   │   ├── xcosft2.cpp
│   │   │   ├── xcovsrt.cpp
│   │   │   ├── xcrank.cpp
│   │   │   ├── xcyclic.cpp
│   │   │   ├── xdawson.cpp
│   │   │   ├── xdbrent.cpp
│   │   │   ├── xddpoly.cpp
│   │   │   ├── xdecchk.cpp
│   │   │   ├── xdf1dim.cpp
│   │   │   ├── xdfpmin.cpp
│   │   │   ├── xdfridr.cpp
│   │   │   ├── xdftint.cpp
│   │   │   ├── xdlinmin.cpp
│   │   │   ├── xeclass.cpp
│   │   │   ├── xeclazz.cpp
│   │   │   ├── xei.cpp
│   │   │   ├── xeigsrt.cpp
│   │   │   ├── xelle.cpp
│   │   │   ├── xellf.cpp
│   │   │   ├── xellpi.cpp
│   │   │   ├── xelmhes.cpp
│   │   │   ├── xerfcc.cpp
│   │   │   ├── xerffc.cpp
│   │   │   ├── xerff.cpp
│   │   │   ├── xeulsum.cpp
│   │   │   ├── xevlmem.cpp
│   │   │   ├── xexpdev.cpp
│   │   │   ├── xexpint.cpp
│   │   │   ├── xf1dim.cpp
│   │   │   ├── xfactln.cpp
│   │   │   ├── xfactrl.cpp
│   │   │   ├── xfasper.cpp
│   │   │   ├── xfgauss.cpp
│   │   │   ├── xfit.cpp
│   │   │   ├── xfitexy.cpp
│   │   │   ├── xfixrts.cpp
│   │   │   ├── xfleg.cpp
│   │   │   ├── xflmoon.cpp
│   │   │   ├── xfour1.cpp
│   │   │   ├── xfourfs.cpp
│   │   │   ├── xfourn.cpp
│   │   │   ├── xfpoly.cpp
│   │   │   ├── xfred2.cpp
│   │   │   ├── xfredin.cpp
│   │   │   ├── xfrenel.cpp
│   │   │   ├── xfrprmn.cpp
│   │   │   ├── xftest.cpp
│   │   │   ├── xgamdev.cpp
│   │   │   ├── xgammln.cpp
│   │   │   ├── xgammp.cpp
│   │   │   ├── xgammq.cpp
│   │   │   ├── xgasdev.cpp
│   │   │   ├── xgaucof.cpp
│   │   │   ├── xgauher.cpp
│   │   │   ├── xgaujac.cpp
│   │   │   ├── xgaulag.cpp
│   │   │   ├── xgauleg.cpp
│   │   │   ├── xgaussj.cpp
│   │   │   ├── xgcf.cpp
│   │   │   ├── xgolden.cpp
│   │   │   ├── xgser.cpp
│   │   │   ├── xhpsel.cpp
│   │   │   ├── xhpsort.cpp
│   │   │   ├── xhqr.cpp
│   │   │   ├── xhuffman.cpp
│   │   │   ├── xhunt.cpp
│   │   │   ├── xhypgeo.cpp
│   │   │   ├── xicrc.cpp
│   │   │   ├── xigray.cpp
│   │   │   ├── xindexx.cpp
│   │   │   ├── xirbit1.cpp
│   │   │   ├── xirbit2.cpp
│   │   │   ├── xjacobi.cpp
│   │   │   ├── xjulday.cpp
│   │   │   ├── xkendl1.cpp
│   │   │   ├── xkendl2.cpp
│   │   │   ├── xks2d1s.cpp
│   │   │   ├── xks2d2s.cpp
│   │   │   ├── xksone.cpp
│   │   │   ├── xkstwo.cpp
│   │   │   ├── xlaguer.cpp
│   │   │   ├── xlfit.cpp
│   │   │   ├── xlinbcg.cpp
│   │   │   ├── xlinmin.cpp
│   │   │   ├── xlocate.cpp
│   │   │   ├── xlubksb.cpp
│   │   │   ├── xludcmp.cpp
│   │   │   ├── xmachar.cpp
│   │   │   ├── xmedfit.cpp
│   │   │   ├── xmemcof.cpp
│   │   │   ├── xmgfas.cpp
│   │   │   ├── xmglin.cpp
│   │   │   ├── xmidpnt.cpp
│   │   │   ├── xmiser.cpp
│   │   │   ├── xmmid.cpp
│   │   │   ├── xmnbrak.cpp
│   │   │   ├── xmnewt.cpp
│   │   │   ├── xmoment.cpp
│   │   │   ├── xmppi.cpp
│   │   │   ├── xmprove.cpp
│   │   │   ├── xmrqcof.cpp
│   │   │   ├── xmrqmin.cpp
│   │   │   ├── xnewt.cpp
│   │   │   ├── xodeint.cpp
│   │   │   ├── xorthog.cpp
│   │   │   ├── xpade.cpp
│   │   │   ├── xpccheb.cpp
│   │   │   ├── xpcshft.cpp
│   │   │   ├── xpearsn.cpp
│   │   │   ├── xperiod.cpp
│   │   │   ├── xpiksr2.cpp
│   │   │   ├── xpiksrt.cpp
│   │   │   ├── xplgndr.cpp
│   │   │   ├── xpoidev.cpp
│   │   │   ├── xpolcoe.cpp
│   │   │   ├── xpolcof.cpp
│   │   │   ├── xpoldiv.cpp
│   │   │   ├── xpolin2.cpp
│   │   │   ├── xpolint.cpp
│   │   │   ├── xpowell.cpp
│   │   │   ├── xpredic.cpp
│   │   │   ├── xprobks.cpp
│   │   │   ├── xpsdes.cpp
│   │   │   ├── xpzextr.cpp
│   │   │   ├── xqgaus.cpp
│   │   │   ├── xqrdcmp.cpp
│   │   │   ├── xqromb.cpp
│   │   │   ├── xqromo.cpp
│   │   │   ├── xqroot.cpp
│   │   │   ├── xqrsolv.cpp
│   │   │   ├── xqrupdt.cpp
│   │   │   ├── xqsimp.cpp
│   │   │   ├── xqtrap.cpp
│   │   │   ├── xquad3d.cpp
│   │   │   ├── xran4.cpp
│   │   │   ├── xran.cpp
│   │   │   ├── xrank.cpp
│   │   │   ├── xratint.cpp
│   │   │   ├── xratlsq.cpp
│   │   │   ├── xrc.cpp
│   │   │   ├── xrd.cpp
│   │   │   ├── xrealft.cpp
│   │   │   ├── xrf.cpp
│   │   │   ├── xrj.cpp
│   │   │   ├── xrk4.cpp
│   │   │   ├── xrkdumb.cpp
│   │   │   ├── xrkqs.cpp
│   │   │   ├── xrlft3.cpp
│   │   │   ├── xrofunc.cpp
│   │   │   ├── xrtbis.cpp
│   │   │   ├── xrtflsp.cpp
│   │   │   ├── xrtnewt.cpp
│   │   │   ├── xrtsafe.cpp
│   │   │   ├── xrtsec.cpp
│   │   │   ├── xrzextr.cpp
│   │   │   ├── xsavgol.cpp
│   │   │   ├── xscrsho.cpp
│   │   │   ├── xselect.cpp
│   │   │   ├── xselip.cpp
│   │   │   ├── xshell.cpp
│   │   │   ├── xsimplx.cpp
│   │   │   ├── xsimpr.cpp
│   │   │   ├── xsinft.cpp
│   │   │   ├── xsncndn.cpp
│   │   │   ├── xsobseq.cpp
│   │   │   ├── xsor.cpp
│   │   │   ├── xsort2.cpp
│   │   │   ├── xsort3.cpp
│   │   │   ├── xsort.cpp
│   │   │   ├── xspctrm.cpp
│   │   │   ├── xspear.cpp
│   │   │   ├── xsphbes.cpp
│   │   │   ├── xsphfpt.cpp
│   │   │   ├── xsplie2.cpp
│   │   │   ├── xsplin2.cpp
│   │   │   ├── xspline.cpp
│   │   │   ├── xsplint.cpp
│   │   │   ├── xsprsax.cpp
│   │   │   ├── xsprsin.cpp
│   │   │   ├── xsprspm.cpp
│   │   │   ├── xsprstm.cpp
│   │   │   ├── xsprstp.cpp
│   │   │   ├── xsprstx.cpp
│   │   │   ├── xstifbs.cpp
│   │   │   ├── xstiff.cpp
│   │   │   ├── xstoerm.cpp
│   │   │   ├── xsvbksb.cpp
│   │   │   ├── xsvdcmp.cpp
│   │   │   ├── xsvdfit.cpp
│   │   │   ├── xsvdvar.cpp
│   │   │   ├── xtoeplz.cpp
│   │   │   ├── xtptest.cpp
│   │   │   ├── xtqli.cpp
│   │   │   ├── xtrapzd.cpp
│   │   │   ├── xtred2.cpp
│   │   │   ├── xtridag.cpp
│   │   │   ├── xttest.cpp
│   │   │   ├── xtutest.cpp
│   │   │   ├── xtwofft.cpp
│   │   │   ├── xvander.cpp
│   │   │   ├── xvegas.cpp
│   │   │   ├── xvoltra.cpp
│   │   │   ├── xwt1.cpp
│   │   │   ├── xwtn.cpp
│   │   │   ├── xzbrac.cpp
│   │   │   ├── xzbrak.cpp
│   │   │   ├── xzbrent.cpp
│   │   │   ├── xzrhqr.cpp
│   │   │   ├── xzriddr.cpp
│   │   │   └── xzroots.cpp
│   │   ├── index.htm
│   │   ├── info.htm
│   │   ├── other
│   │   │   ├── nrexit.cpp
│   │   │   ├── nr.h
│   │   │   ├── nrtypes.h
│   │   │   ├── nrtypes_lib.h
│   │   │   ├── nrtypes_nr.h
│   │   │   ├── nrutil.h
│   │   │   ├── nrutil_mtl.h
│   │   │   ├── nrutil_nr.h
│   │   │   ├── nrutil_tnt.h
│   │   │   ├── nrutil_val.h
│   │   │   └── print_array.h
│   │   ├── progs.htm
│   │   ├── recipes
│   │   │   ├── addint.cpp
│   │   │   ├── airy.cpp
│   │   │   ├── amebsa.cpp
│   │   │   ├── amoeba.cpp
│   │   │   ├── amotry.cpp
│   │   │   ├── amotsa.cpp
│   │   │   ├── anneal.cpp
│   │   │   ├── anorm2.cpp
│   │   │   ├── arcmak.cpp
│   │   │   ├── arcode.cpp
│   │   │   ├── arcsum.cpp
│   │   │   ├── asolve.cpp
│   │   │   ├── atimes.cpp
│   │   │   ├── avevar.cpp
│   │   │   ├── badluk.cpp
│   │   │   ├── balanc.cpp
│   │   │   ├── banbks.cpp
│   │   │   ├── bandec.cpp
│   │   │   ├── banmul.cpp
│   │   │   ├── bcucof.cpp
│   │   │   ├── bcuint.cpp
│   │   │   ├── beschb.cpp
│   │   │   ├── bessi0.cpp
│   │   │   ├── bessi1.cpp
│   │   │   ├── bessi.cpp
│   │   │   ├── bessik.cpp
│   │   │   ├── bessj0.cpp
│   │   │   ├── bessj1.cpp
│   │   │   ├── bessj.cpp
│   │   │   ├── bessjy.cpp
│   │   │   ├── bessk0.cpp
│   │   │   ├── bessk1.cpp
│   │   │   ├── bessk.cpp
│   │   │   ├── bessy0.cpp
│   │   │   ├── bessy1.cpp
│   │   │   ├── bessy.cpp
│   │   │   ├── betacf.cpp
│   │   │   ├── beta.cpp
│   │   │   ├── betai.cpp
│   │   │   ├── bico.cpp
│   │   │   ├── bksub.cpp
│   │   │   ├── bnldev.cpp
│   │   │   ├── brent.cpp
│   │   │   ├── broydn.cpp
│   │   │   ├── bsstep.cpp
│   │   │   ├── caldat.cpp
│   │   │   ├── chder.cpp
│   │   │   ├── chebev.cpp
│   │   │   ├── chebft.cpp
│   │   │   ├── chebpc.cpp
│   │   │   ├── chint.cpp
│   │   │   ├── chixy.cpp
│   │   │   ├── choldc.cpp
│   │   │   ├── cholsl.cpp
│   │   │   ├── chsone.cpp
│   │   │   ├── chstwo.cpp
│   │   │   ├── cisi.cpp
│   │   │   ├── cntab1.cpp
│   │   │   ├── cntab2.cpp
│   │   │   ├── convlv.cpp
│   │   │   ├── copy.cpp
│   │   │   ├── correl.cpp
│   │   │   ├── cosft1.cpp
│   │   │   ├── cosft2.cpp
│   │   │   ├── covsrt.cpp
│   │   │   ├── crank.cpp
│   │   │   ├── cyclic.cpp
│   │   │   ├── daub4.cpp
│   │   │   ├── dawson.cpp
│   │   │   ├── dbrent.cpp
│   │   │   ├── ddpoly.cpp
│   │   │   ├── decchk.cpp
│   │   │   ├── df1dim.cpp
│   │   │   ├── dfpmin.cpp
│   │   │   ├── dfridr.cpp
│   │   │   ├── dftcor.cpp
│   │   │   ├── dftint.cpp
│   │   │   ├── difeq.cpp
│   │   │   ├── dlinmin.cpp
│   │   │   ├── eclass.cpp
│   │   │   ├── eclazz.cpp
│   │   │   ├── ei.cpp
│   │   │   ├── eigsrt.cpp
│   │   │   ├── elle.cpp
│   │   │   ├── ellf.cpp
│   │   │   ├── ellpi.cpp
│   │   │   ├── elmhes.cpp
│   │   │   ├── erfcc.cpp
│   │   │   ├── erffc.cpp
│   │   │   ├── erff.cpp
│   │   │   ├── eulsum.cpp
│   │   │   ├── evlmem.cpp
│   │   │   ├── expdev.cpp
│   │   │   ├── expint.cpp
│   │   │   ├── f1dim.cpp
│   │   │   ├── factln.cpp
│   │   │   ├── factrl.cpp
│   │   │   ├── fasper.cpp
│   │   │   ├── fdjac.cpp
│   │   │   ├── fgauss.cpp
│   │   │   ├── fit.cpp
│   │   │   ├── fitexy.cpp
│   │   │   ├── fixrts.cpp
│   │   │   ├── fleg.cpp
│   │   │   ├── flmoon.cpp
│   │   │   ├── fmin.cpp
│   │   │   ├── four1.cpp
│   │   │   ├── fourew.cpp
│   │   │   ├── fourfs.cpp
│   │   │   ├── fourn.cpp
│   │   │   ├── fpoly.cpp
│   │   │   ├── fred2.cpp
│   │   │   ├── fredex.cpp
│   │   │   ├── fredin.cpp
│   │   │   ├── frenel.cpp
│   │   │   ├── frprmn.cpp
│   │   │   ├── ftest.cpp
│   │   │   ├── gamdev.cpp
│   │   │   ├── gammln.cpp
│   │   │   ├── gammp.cpp
│   │   │   ├── gammq.cpp
│   │   │   ├── gasdev.cpp
│   │   │   ├── gaucof.cpp
│   │   │   ├── gauher.cpp
│   │   │   ├── gaujac.cpp
│   │   │   ├── gaulag.cpp
│   │   │   ├── gauleg.cpp
│   │   │   ├── gaussj.cpp
│   │   │   ├── gcf.cpp
│   │   │   ├── golden.cpp
│   │   │   ├── gser.cpp
│   │   │   ├── hpsel.cpp
│   │   │   ├── hpsort.cpp
│   │   │   ├── hqr.cpp
│   │   │   ├── hufapp.cpp
│   │   │   ├── hufdec.cpp
│   │   │   ├── hufenc.cpp
│   │   │   ├── hufmak.cpp
│   │   │   ├── hunt.cpp
│   │   │   ├── hypdrv.cpp
│   │   │   ├── hypgeo.cpp
│   │   │   ├── hypser.cpp
│   │   │   ├── icrc1.cpp
│   │   │   ├── icrc.cpp
│   │   │   ├── igray.cpp
│   │   │   ├── indexx.cpp
│   │   │   ├── interp.cpp
│   │   │   ├── irbit1.cpp
│   │   │   ├── irbit2.cpp
│   │   │   ├── jacobi.cpp
│   │   │   ├── jacobn.cpp
│   │   │   ├── julday.cpp
│   │   │   ├── kendl1.cpp
│   │   │   ├── kendl2.cpp
│   │   │   ├── kermom.cpp
│   │   │   ├── ks2d1s.cpp
│   │   │   ├── ks2d2s.cpp
│   │   │   ├── ksone.cpp
│   │   │   ├── kstwo.cpp
│   │   │   ├── laguer.cpp
│   │   │   ├── lfit.cpp
│   │   │   ├── linbcg.cpp
│   │   │   ├── linmin.cpp
│   │   │   ├── lnsrch.cpp
│   │   │   ├── locate.cpp
│   │   │   ├── lop.cpp
│   │   │   ├── lubksb.cpp
│   │   │   ├── ludcmp.cpp
│   │   │   ├── machar.cpp
│   │   │   ├── matadd.cpp
│   │   │   ├── matsub.cpp
│   │   │   ├── medfit.cpp
│   │   │   ├── memcof.cpp
│   │   │   ├── metrop.cpp
│   │   │   ├── mgfas.cpp
│   │   │   ├── mglin.cpp
│   │   │   ├── midexp.cpp
│   │   │   ├── midinf.cpp
│   │   │   ├── midpnt.cpp
│   │   │   ├── midsql.cpp
│   │   │   ├── midsqu.cpp
│   │   │   ├── miser.cpp
│   │   │   ├── mmid.cpp
│   │   │   ├── mnbrak.cpp
│   │   │   ├── mnewt.cpp
│   │   │   ├── moment.cpp
│   │   │   ├── mp2dfr.cpp
│   │   │   ├── mpdiv.cpp
│   │   │   ├── mpinv.cpp
│   │   │   ├── mpmul.cpp
│   │   │   ├── mpops.cpp
│   │   │   ├── mppi.cpp
│   │   │   ├── mprove.cpp
│   │   │   ├── mpsqrt.cpp
│   │   │   ├── mrqcof.cpp
│   │   │   ├── mrqmin.cpp
│   │   │   ├── newt.cpp
│   │   │   ├── odeint.cpp
│   │   │   ├── orthog.cpp
│   │   │   ├── pade.cpp
│   │   │   ├── pccheb.cpp
│   │   │   ├── pcshft.cpp
│   │   │   ├── pearsn.cpp
│   │   │   ├── period.cpp
│   │   │   ├── piksr2.cpp
│   │   │   ├── piksrt.cpp
│   │   │   ├── pinvs.cpp
│   │   │   ├── plgndr.cpp
│   │   │   ├── poidev.cpp
│   │   │   ├── polcoe.cpp
│   │   │   ├── polcof.cpp
│   │   │   ├── poldiv.cpp
│   │   │   ├── polin2.cpp
│   │   │   ├── polint.cpp
│   │   │   ├── powell.cpp
│   │   │   ├── predic.cpp
│   │   │   ├── probks.cpp
│   │   │   ├── psdes.cpp
│   │   │   ├── pwt.cpp
│   │   │   ├── pwtset.cpp
│   │   │   ├── pythag.cpp
│   │   │   ├── pzextr.cpp
│   │   │   ├── qgaus.cpp
│   │   │   ├── qrdcmp.cpp
│   │   │   ├── qromb.cpp
│   │   │   ├── qromo.cpp
│   │   │   ├── qroot.cpp
│   │   │   ├── qrsolv.cpp
│   │   │   ├── qrupdt.cpp
│   │   │   ├── qsimp.cpp
│   │   │   ├── qtrap.cpp
│   │   │   ├── quad3d.cpp
│   │   │   ├── quadct.cpp
│   │   │   ├── quadmx.cpp
│   │   │   ├── quadvl.cpp
│   │   │   ├── ran0.cpp
│   │   │   ├── ran1.cpp
│   │   │   ├── ran2.cpp
│   │   │   ├── ran3.cpp
│   │   │   ├── ran4.cpp
│   │   │   ├── rank.cpp
│   │   │   ├── ranpt.cpp
│   │   │   ├── ratint.cpp
│   │   │   ├── ratlsq.cpp
│   │   │   ├── ratval.cpp
│   │   │   ├── rc.cpp
│   │   │   ├── rd.cpp
│   │   │   ├── realft.cpp
│   │   │   ├── rebin.cpp
│   │   │   ├── red.cpp
│   │   │   ├── relax2.cpp
│   │   │   ├── relax.cpp
│   │   │   ├── resid.cpp
│   │   │   ├── revcst.cpp
│   │   │   ├── reverse.cpp
│   │   │   ├── rf.cpp
│   │   │   ├── rj.cpp
│   │   │   ├── rk4.cpp
│   │   │   ├── rkck.cpp
│   │   │   ├── rkdumb.cpp
│   │   │   ├── rkqs.cpp
│   │   │   ├── rlft3.cpp
│   │   │   ├── rofunc.cpp
│   │   │   ├── rotate.cpp
│   │   │   ├── rsolv.cpp
│   │   │   ├── rstrct.cpp
│   │   │   ├── rtbis.cpp
│   │   │   ├── rtflsp.cpp
│   │   │   ├── rtnewt.cpp
│   │   │   ├── rtsafe.cpp
│   │   │   ├── rtsec.cpp
│   │   │   ├── rzextr.cpp
│   │   │   ├── savgol.cpp
│   │   │   ├── scrsho.cpp
│   │   │   ├── select.cpp
│   │   │   ├── selip.cpp
│   │   │   ├── sfroid.cpp
│   │   │   ├── shell.cpp
│   │   │   ├── shoot.cpp
│   │   │   ├── shootf.cpp
│   │   │   ├── simp1.cpp
│   │   │   ├── simp2.cpp
│   │   │   ├── simp3.cpp
│   │   │   ├── simplx.cpp
│   │   │   ├── simpr.cpp
│   │   │   ├── sinft.cpp
│   │   │   ├── slvsm2.cpp
│   │   │   ├── slvsml.cpp
│   │   │   ├── sncndn.cpp
│   │   │   ├── snrm.cpp
│   │   │   ├── sobseq.cpp
│   │   │   ├── solvde.cpp
│   │   │   ├── sor.cpp
│   │   │   ├── sort2.cpp
│   │   │   ├── sort3.cpp
│   │   │   ├── sort.cpp
│   │   │   ├── spctrm.cpp
│   │   │   ├── spear.cpp
│   │   │   ├── sphbes.cpp
│   │   │   ├── sphfpt.cpp
│   │   │   ├── sphoot.cpp
│   │   │   ├── splie2.cpp
│   │   │   ├── splin2.cpp
│   │   │   ├── spline.cpp
│   │   │   ├── splint.cpp
│   │   │   ├── spread.cpp
│   │   │   ├── sprsax.cpp
│   │   │   ├── sprsin.cpp
│   │   │   ├── sprspm.cpp
│   │   │   ├── sprstm.cpp
│   │   │   ├── sprstp.cpp
│   │   │   ├── sprstx.cpp
│   │   │   ├── stifbs.cpp
│   │   │   ├── stiff.cpp
│   │   │   ├── stoerm.cpp
│   │   │   ├── svbksb.cpp
│   │   │   ├── svdcmp.cpp
│   │   │   ├── svdfit.cpp
│   │   │   ├── svdvar.cpp
│   │   │   ├── toeplz.cpp
│   │   │   ├── tptest.cpp
│   │   │   ├── tqli.cpp
│   │   │   ├── trapzd.cpp
│   │   │   ├── tred2.cpp
│   │   │   ├── tridag.cpp
│   │   │   ├── trncst.cpp
│   │   │   ├── trnspt.cpp
│   │   │   ├── ttest.cpp
│   │   │   ├── tutest.cpp
│   │   │   ├── twofft.cpp
│   │   │   ├── vander.cpp
│   │   │   ├── vegas.cpp
│   │   │   ├── voltra.cpp
│   │   │   ├── wt1.cpp
│   │   │   ├── wtn.cpp
│   │   │   ├── wwghts.cpp
│   │   │   ├── zbrac.cpp
│   │   │   ├── zbrak.cpp
│   │   │   ├── zbrent.cpp
│   │   │   ├── zrhqr.cpp
│   │   │   ├── zriddr.cpp
│   │   │   └── zroots.cpp
│   │   ├── toc.htm
│   │   └── wincmpl.htm
│   └── license.htm
├── nr_c301.zip
├── nr_f210a_unixlinux.tgz
├── nr_f210a_win.exe
└── tbe.rar

17 directories, 1435 files

标签:

实例下载地址

《数值分析》(Numerical Recipes)3rd Edition含源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警