登录
首页 » Visual C++ » nr_c301

nr_c301

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

  • naturePoly
    在Z2[X]中判断一个多项式是否本原多项式,并能对给定的多项式求逆。 (in Z2 [X] to judge whether a polynomial primitive polynomial, and the right to the inverse polynomials.)
    2007-05-21 14:57:08下载
    积分:1
  • rwdrcoef
    程序算任意点FFT和小波变换,以及可选择多种小波及小波变换后的单频带重够,另算信号的Lipschitz指数,高级数字信号处理!(counting procedures arbitrary point FFT and Wavelet Transform, and the choice of multiple wavelet and the wavelet transform of a single-band heavy enough, and another count signal Lipschitz index advanced digital signal processing!)
    2006-08-01 09:35:03下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • Algorithm
    说明:  算法设计第三版,算法设计第三版,算法设计第三版,算法设计第三版(Algorithm Design Third Edition)
    2010-04-28 19:44:45下载
    积分:1
  • db
    说明:  本程序用在测试采煤机煤矸识别系统中,验证小波算法(Wavelet Algorithm for caving coal)
    2013-08-10 18:33:01下载
    积分:1
  • microdisk_FDTD_backup
    FDTD Solutions 是一款三维麦克斯韦方程求解软件,可以分析紫外、可见、红外至太赫兹和微波频率段电磁波与具有亚波长典型尺寸复杂结构的相互作用。 FDTD Solutions 使得设计师能够从容地面对光子设计复杂的挑战问题。快速原型制造和高精度仿真大大降低对费用高昂的原型试验的依赖,因而可以对设计概念进行快速评价,进而缩短产品研发周期,降低费用。 FDTD Solutions 可以帮助你成功应对各种复杂的应用,从基础光子学研究,到目前工业界领先应用领域如成像、照明、生物光子学、光伏、以及众多其他应用。(FDTD Solutions is a three-dimensional software for solving Maxwell' s equations, we can analyze the ultraviolet, visible, infrared and microwave to terahertz frequencies of electromagnetic waves having a typical size of subwavelength interaction of complex structures. FDTD Solutions allows designers to calmly face the complex photonic design challenges. Rapid prototyping and simulation precision greatly reduce dependence on costly prototype testing, which can quickly uate design concepts, and thus shorten the product development cycle and reduce costs. FDTD Solutions can help you successfully deal with a variety of complex applications, leading application areas such as imaging, lighting, biophotonics, photovoltaics, and many other applications basic photonics research, the current industry.)
    2016-03-20 17:40:02下载
    积分:1
  • Trilateration-Network
    测绘程序,计算测边网各点坐标的评查程序,值得借鉴(Mapping program to calculate the coordinates of each point measured the side-netting of assessment investigative procedures, worth learning)
    2013-08-20 15:13:21下载
    积分:1
  • NEWTONDIEDAI
    用C++来实现NEWTON迭代法解非线性方程算法数值分析,是数值分析里典型的一个算法。(In C++ to achieve NEWTON iterative numerical algorithm for solving nonlinear equations, numerical analysis is in a typical algorithm.)
    2011-10-09 21:58:54下载
    积分:1
  • 矩阵鞍点求法
    用C++写的矩阵鞍点求法(C wrote saddle point Matrix Method)
    2005-02-12 19:52:05下载
    积分:1
  • PolyFractionValu
    本程序提供大量实用多项式计算函数:求一维实(复)多项式值、求一维多项式组值、求二维实(复)多项式值、两一维多项式相乘、两一维多项式除法、计算连分式函数值。(look it yourself.)
    2021-02-19 10:19:44下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载