登录
首页 » Unix_Linux » Numerical_Recipes_in_C.source_code

Numerical_Recipes_in_C.source_code

于 2016-03-29 发布 文件大小:199KB
0 260
下载积分: 1 下载次数: 16

代码说明:

  数值计算程序库,C语言版,Numerical Recipes in C,包含很多基本的数值计算子程序(Digital program library, C language version, Numerical Recipes in C)

文件列表:

complex.h,815,2003-05-17
nr.h,31471,2003-05-17
nrutil.h,3330,2003-05-17
recipies
........\addint.c,654,2000-02-29
........\airy.c,1044,2000-02-29
........\amebsa.c,1841,2000-02-29
........\amoeba.c,1548,2000-02-29
........\amotry.c,504,2000-02-29
........\amotsa.c,742,2000-02-29
........\anneal.c,1778,2000-02-29
........\anorm2.c,173,2000-02-29
........\arcmak.c,803,2000-02-29
........\arcode.c,2490,2000-02-29
........\arcsum.c,357,2000-02-29
........\asolve.c,197,2000-02-29
........\atimes.c,368,2000-02-29
........\avevar.c,274,2000-02-29
........\balanc.c,649,2000-02-29
........\banbks.c,490,2000-02-29
........\bandec.c,842,2000-02-29
........\banmul.c,302,2000-02-29
........\bcucof.c,1044,2000-02-29
........\bcuint.c,815,2000-02-29
........\beschb.c,649,2000-02-29
........\bessi.c,644,2000-02-29
........\bessi0.c,443,2000-02-29
........\bessi1.c,486,2000-02-29
........\bessik.c,2536,2000-02-29
........\bessj.c,939,2000-02-29
........\bessj0.c,683,2000-02-29
........\bessj1.c,705,2000-02-29
........\bessjy.c,3274,2000-02-29
........\bessk.c,318,2000-02-29
........\bessk0.c,438,2000-02-29
........\bessk1.c,446,2000-02-29
........\bessy.c,318,2000-02-29
........\bessy0.c,721,2000-02-29
........\beta.c,124,2000-02-29
........\betacf.c,820,2000-02-29
........\betai.c,441,2000-02-29
........\bico.c,128,2000-02-29
........\bksub.c,427,2000-02-29
........\bnldev.c,1001,2000-02-29
........\brent.c,1451,2000-02-29
........\broydn.c,4072,2000-02-29
........\bsstep.c,3222,2000-02-29
........\caldat.c,555,2000-02-29
........\chder.c,240,2000-02-29
........\chebev.c,321,2000-02-29
........\chebft.c,494,2000-02-29
........\chebpc.c,433,2000-02-29
........\chint.c,285,2000-02-29
........\chixy.c,570,2000-02-29
........\choldc.c,351,2000-02-29
........\cholsl.c,280,2000-02-29
........\chsone.c,412,2000-02-29
........\chstwo.c,390,2000-02-29
........\cisi.c,1496,2000-02-29
........\cntab1.c,996,2000-02-29
........\cntab2.c,1006,2000-02-29
........\complex.c,2018,2000-02-29
........\complex.h,815,2000-02-29
........\convlv.c,1026,2000-02-29
........\copy.c,127,2000-02-29
........\correl.c,567,2000-02-29
........\cosft1.c,637,2000-02-29
........\cosft2.c,1288,2000-02-29
........\covsrt.c,389,2000-02-29
........\crank.c,348,2000-02-29
........\cyclic.c,756,2000-02-29
........\daub4.c,931,2000-02-29
........\dawson.c,766,2000-02-29
........\dbrent.c,1911,2000-02-29
........\ddpoly.c,330,2000-02-29
........\decchk.c,692,2000-02-29
........\df1dim.c,442,2000-02-29
........\dfour1.c,927,2000-02-29
........\dfpmin.c,2326,2000-02-29
........\dfridr.c,942,2000-02-29
........\dftcor.c,1963,2000-02-29
........\dftint.c,1701,2000-02-29
........\difeq.c,1636,2000-02-29
........\dlinmin.c,939,2000-02-29
........\dpythag.c,280,2000-02-29
........\drealft.c,1027,2000-02-29
........\dsprsax.c,321,2000-02-29
........\dsprstx.c,359,2000-02-29
........\dsvbksb.c,424,2000-02-29
........\dsvdcmp.c,3577,2000-02-29
........\eclass.c,310,2000-02-29
........\eclazz.c,263,2000-02-29
........\ei.c,787,2000-02-29
........\eigsrt.c,280,2000-02-29
........\elle.c,309,2000-02-29
........\ellf.c,221,2000-02-29
........\ellpi.c,350,2000-02-29
........\elmhes.c,594,2000-02-29
........\erfcc.c,298,2000-02-29
........\erff.c,109,2000-02-29

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

发表评论

0 个回复

  • LMF
    说明:  LMF方法解非线性方程组,有例子,可以直接运行!(LMF method to solve nonlinear equations, there are examples, can be directly run!)
    2008-08-27 17:59:18下载
    积分:1
  • fit_line
    //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) (//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b))
    2005-08-24 04:40:23下载
    积分:1
  • wenoeul
    有限差分法求解欧拉方程,weno有限差分法求解欧拉方程。(Euler solved with weno)
    2021-03-22 20:19:16下载
    积分:1
  • finity2D
    二维有限元源代码,为位势问题基本代码,具有一定实用性(Two-dimensional finite element source code for potential problems basic code, with some practical)
    2013-12-23 09:25:45下载
    积分:1
  • SUBROUTINE-FILM-DFLUX01-pavement-r
    ABAQUS的二次开发,道路厚度与温度对路基的影响,来自廖公云老师的《ABAQUS有限元软件在道路工程中的应用》(ABAQUS secondary development, the road thickness and temperature of the roadbed, from Liao Gongyun teacher "ABAQUS finite element software in road works)
    2021-03-22 20:19:16下载
    积分:1
  • fredholm
    第二类Fredholm积分方程的数值解。 所谓积分方程就是积分号内有未知函数的方程(Second numerical solution of Fredholm integral equation)
    2010-06-19 09:17:01下载
    积分:1
  • Sparse-Matrix-SIS
    传统的算法是基于邻接矩阵对网络指标进行计算,而大型网络通过稀疏矩阵保存。本研究编写了可以计算稀疏矩阵的经典传染病SIS模型的程序。(The traditional method is based on network indicators adjacency matrix computing, and large networks through sparse matrix saved. The study prepared by the epidemic SIS model can calculate the classical sparse matrix program.)
    2015-07-28 12:42:49下载
    积分:1
  • LZYGSXY
    数值分析课程必备的算法:列主元高斯消去法算法。有需要的同学下载(Numerical analysis courses required algorithms: PCA out Gaussian elimination algorithm. Those students in need to download)
    2009-01-05 22:38:00下载
    积分:1
  • Gauss
    高斯消元法、高斯列主元消元法解线性方程组。程序由本人独立完全独立完成。版权所有!(Gaussian elimination method out PCA Gaussian elimination method for solving linear equations. I am independent program consists entirely independently. All rights reserved!)
    2013-08-10 12:31:59下载
    积分:1
  • MT2DInvMatlab
    一个基于matalb和fortran的大地电磁2维正演模拟程序(A program in MATLAB and FORTRAN for two-dimensional magnetotelluric inversion)
    2021-03-29 08:49:11下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载