登录
首页 » Visual C++ » nr_c301

nr_c301

于 2009-05-09 发布 文件大小:1090KB
0 344
下载积分: 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 个回复

  • bp
    说明:  c++编程bp神经网络,用c++语言编写的bp神经网络(C++ programming bp neural network, bp neural network written in c++ language.)
    2018-04-28 15:09:52下载
    积分:1
  • Random-Forest-for-Image-Annotation
    随机森林算法,适合初学者阅读,包括公式,资料,调试(Random forests algorithm, suitable for beginners to read, including formulas, data, commissioning)
    2020-06-29 22:40:02下载
    积分:1
  • supervisedWSD
    利用贝叶斯分类原理实现多义词的消歧。首先利用训练语料进行训练,然后基于机器已经获取的知识的基础上对生语料进行词义标注。(Realize the principle of the use of Bayesian classification polysemous word sense disambiguation. First of all, the use of training corpus for training, and then the machine has been based on knowledge gained on the basis of corpus for semantic tagging of Health.)
    2008-05-15 19:04:24下载
    积分:1
  • kalman
    实现卡尔曼滤波算法,可以进行参数估计、插值、滤波和预报(The Kalman filter algorithm, parameter estimation, interpolation, filtering and prediction)
    2012-12-27 19:24:51下载
    积分:1
  • C_P
    恒温减压沸腾UDF,一个基于压力计算的水蒸发UDF程序,请大家探讨一下(boiling udf of costant T and decreasing P)
    2011-12-19 11:41:40下载
    积分:1
  • GCMC
    巨正则系综蒙特卡罗算法的源程序;可以用来进行吸附等分子模拟;最大的好处在于可以插入或删除原子(Grand canonical ensemble Monte Carlo algorithm source can be used for adsorption, molecular simulation biggest advantage is that you can insert or delete atom)
    2008-06-09 14:45:03下载
    积分:1
  • GEAR
    吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)
    2021-03-08 11:29:28下载
    积分:1
  • tanxingbojiaocuowangge
    本程序可以实现在交错网格条件下的三维有限差分正演模拟(This procedure can be achieved under the conditions of the staggered grid finite difference forward modeling)
    2015-10-10 14:57:16下载
    积分:1
  • Magic
    幻方 (magic cube )
    2010-06-05 15:08:54下载
    积分:1
  • fft
    说明:  实现快速离散傅里叶变换,即FFT,很有用的程序(Fast discrete Fourier transform, namely, FFT, very useful program)
    2008-10-31 13:46:14下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载