在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → C++数值算法(第三版)英文版(内附有源码)

C++数值算法(第三版)英文版(内附有源码)

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:10.30M
  • 下载次数:17
  • 浏览次数:72
  • 发布时间:2023-04-05
  • 实例类别:C/C++语言基础
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 有源码 第三版 c++ 英文版 算法

实例介绍

【实例简介】C 数值算法,英文第三版,内附有第三版的全部源文件, 及第二版的全部源文件

【实例截图】

from clipboard

【核心代码】

.
├── 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



实例下载地址

C++数值算法(第三版)英文版(内附有源码)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警