登录
首页 » Visual C++ » nr_c301

nr_c301

于 2009-05-09 发布 文件大小:1090KB
0 251
下载积分: 1 下载次数: 19

代码说明:

  可以用于科学计算的库,数值计算库,只要将头文件包含即可。(Can be used for scientific computing libraries, numerical libraries, header files will be included as long as you can.)

文件列表:

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
.......\....\fitab.h
.......\....\fitexy.h
.......\....\fitlin.h
.......\....\fitmed.h
.......\....\fitmrq.h
.......\....\fitsvd.h
.......\....\fit_examples.h
.......\....\fourfs.h
.......\....\fourier.h
.......\....\fourier_ndim.h
.......\....\fred2.h
.......\....\fred_singular.h
.......\....\frenel.h
.......\....\gamma.h
.......\....\gaumixmod.h
.......\....\gaussj.h
.......\....\gauss_wgts.h
.......\....\gauss_wgts2.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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 2_Brusselator_Heun_period_boundary
    经典非线性动力学模型,布鲁塞尔子模型,可直接运行,运算效率高。(nonlinear dynamics Brusselator model)
    2014-01-18 22:16:57下载
    积分:1
  • EedffazipD
    EDFA的掺铒光纤长度模拟计算,附3篇相关论文,330mw的980nm泵泵浦,3db的泵浦吸收,12m最佳长度已经的到验证,可作为EDFA设计参考 (EDFA erbium-doped fiber length simulation of three related papers, 330mw of 980nm pump pump pump 3db absorption 12m optimum length has been to verify, can be used as the EDFA design reference)
    2012-08-05 18:09:17下载
    积分:1
  • KMP-string-match
    编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
    2013-12-08 01:12:46下载
    积分:1
  • LDL
    LDL分解法,用于求解大型的线性方程组。此程序中最多能解100维的,速度还不错(LDL decomposition method for solving large-scale linear equations. This procedure can be up to 100 peacekeepers solutions, speed is not bad.)
    2020-06-30 07:40:02下载
    积分:1
  • saolei
    实现扫雷功能,基于c语言实现的,能够控制输入矩阵的大小(Implement demining capabilities, based on the c language, able to control the size of the input matrix)
    2013-06-25 14:29:31下载
    积分:1
  • union
    This program is used to find the union, intersection and exclusive OR for given two sorted arrays.
    2009-04-27 00:48:58下载
    积分:1
  • free-cfd-1.0.1
    一个通用的CFD求解器,代码结构清楚,简洁,适用于开发自己的CFD程序。(A general of CFD solver, the code structure is clear, concise, applicable to the development of the CFD program.)
    2020-10-08 00:07:38下载
    积分:1
  • cpml
    三维PML-FDTD的C语言代码,完全匹配层的C语言实现(3D PML-FDTD in the C language code, perfectly matched layer in C language)
    2010-06-11 14:28:04下载
    积分:1
  • 矩阵链乘
    说明:  距阵链乘问题: 找出矩阵链乘A(35*40) A(40*20) A(20*10) A(10*15)的最佳相乘次序。 算法来自:计算机算法导引(matrix chain by : identify matrix chain by A (35* 40) A (40* 20) A (20* 10) A (10* 15) concludes the best order. Algorithm from : computer algorithm Seeker)
    2005-11-17 09:23:42下载
    积分:1
  • iteration-method
    解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 (Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method)
    2013-07-05 20:15:05下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载