基本信息
源码名称:C++数值算法(第三版)英文版(内附有源码)
源码大小:10.30M
文件格式:.zip
开发语言:C/C++
更新时间:2023-04-05
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C 数值算法,英文第三版,内附有第三版的全部源文件, 及第二版的全部源文件

.
├── C 数值算法(第三版)
│   ├── [数值分析方法库].Numerical.Recipes.3rd.Edition.pdf
│   └── numerical.recipes.3rd.edition.sep.2007.src.cpp
│       ├── INSTALL
│       ├── NR_C301
│       │   ├── code
│       │   │   ├── adapt.h
│       │   │   ├── amebsa.h
│       │   │   ├── amoeba.h
│       │   │   ├── anneal.h
│       │   │   ├── arithcode.h
│       │   │   ├── asolve.h
│       │   │   ├── banded.h
│       │   │   ├── bessel.h
│       │   │   ├── besselfrac.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
│       │   │   ├── fit_examples.h
│       │   │   ├── fitab.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
│       │   │   ├── gauss_wgts.h
│       │   │   ├── gauss_wgts2.h
│       │   │   ├── gaussj.h
│       │   │   ├── hash.h
│       │   │   ├── hashall.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.h
│       │   │   ├── kstests_2d.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
│       │   │   ├── poly.h
│       │   │   ├── polygon.h
│       │   │   ├── primpolytest.h
│       │   │   ├── psplot.h
│       │   │   ├── psplotexample.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
│       │   │   ├── shoot.h
│       │   │   ├── shootf.h
│       │   │   ├── simplex.h
│       │   │   ├── sobseq.h
│       │   │   ├── solvde.h
│       │   │   ├── sor.h
│       │   │   ├── sort.h
│       │   │   ├── sparse.h
│       │   │   ├── spectrum.h
│       │   │   ├── sphcirc.h
│       │   │   ├── sphfpt.h
│       │   │   ├── sphoot.h
│       │   │   ├── stattests.h
│       │   │   ├── stepper.h
│       │   │   ├── stepperbs.h
│       │   │   ├── stepperdopr5.h
│       │   │   ├── stepperdopr853.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.htm
│       │   ├── index_by_file.htm
│       │   ├── index_by_ident.htm
│       │   ├── index_by_section.htm
│       │   └── legacy
│       │       └── nr2
│       │           └── 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
│       │               │   ├── xbessi.cpp
│       │               │   ├── xbessi0.cpp
│       │               │   ├── xbessi1.cpp
│       │               │   ├── xbessik.cpp
│       │               │   ├── xbessj.cpp
│       │               │   ├── xbessj0.cpp
│       │               │   ├── xbessj1.cpp
│       │               │   ├── xbessjy.cpp
│       │               │   ├── xbessk.cpp
│       │               │   ├── xbessk0.cpp
│       │               │   ├── xbessk1.cpp
│       │               │   ├── xbessy.cpp
│       │               │   ├── xbessy0.cpp
│       │               │   ├── xbessy1.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
│       │               │   ├── xerff.cpp
│       │               │   ├── xerffc.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
│       │               │   ├── xran.cpp
│       │               │   ├── xran4.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
│       │               │   ├── xsort.cpp
│       │               │   ├── xsort2.cpp
│       │               │   ├── xsort3.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
│       │               │   ├── nr.h
│       │               │   ├── nrexit.cpp
│       │               │   ├── 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
│       │                   ├── bessi.cpp
│       │                   ├── bessi0.cpp
│       │                   ├── bessi1.cpp
│       │                   ├── bessik.cpp
│       │                   ├── bessj.cpp
│       │                   ├── bessj0.cpp
│       │                   ├── bessj1.cpp
│       │                   ├── bessjy.cpp
│       │                   ├── bessk.cpp
│       │                   ├── bessk0.cpp
│       │                   ├── bessk1.cpp
│       │                   ├── bessy.cpp
│       │                   ├── bessy0.cpp
│       │                   ├── bessy1.cpp
│       │                   ├── beta.cpp
│       │                   ├── betacf.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
│       │                   ├── erff.cpp
│       │                   ├── erffc.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
│       │                   ├── icrc.cpp
│       │                   ├── icrc1.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
│       ├── f77.tar
│       ├── f90.tar
│       ├── nr_c301.zip
│       ├── nr_f210a_unixlinux.tgz
│       └── nr_f210a_win.exe
├── Comtest.suo
└── 好例子网_C 数值算法(第三版).zip

12 directories, 674 files