CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数值逼近

搜索资源列表

  1. 科学与工程数值计算算法配套源码java

    1下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:134.52kb
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vb

    4下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, includes the plural, matrix comput
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:189.77kb
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vc++

    5下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:方正
  1. C++常用算法之12数值拟合与逼近

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporti
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:86.81kb
    • 提供者:闻杉
  1. 逼近与拟合

    0下载:
  2. 6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!-six approximation with the fitting of the C source code, examples, from the "C language commonly used numerical procedures," and so I have been put to test available!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8.46kb
    • 提供者:刘渝
  1. CH7

    0下载:
  2. 一些很有用的数值计算程序:包括多种数值逼近算法的C语言程序,如龙格逼近算法,里米兹一致逼近算法等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.66kb
    • 提供者:哆唻咪
  1. 复化积分

    0下载:
  2. 数值逼近中的复化积分方法-numerical approximation of the integration method Minute
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.25kb
    • 提供者:s
  1. C++数值计算-函数逼近-用切比雪夫逼近求函数的多项式逼近(2)_200812151739562.rar

    1下载:
  2. C++写的切比雪夫逼近
  3. 所属分类:源码下载

    • 发布日期:2011-06-15
    • 文件大小:47.35kb
    • 提供者:54149571@qq.com
  1. caclulatemethode.rar

    0下载:
  2. c语言版的 数值计算方法,极好,值得深思 线性非线性方程、数值逼近、数值代数和微分方程数值解,c language version of the numerical calculation method, an excellent, worthy of careful consideration of linear non-linear equations, numerical approximation, numerical algebra and numerical solution of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-03
    • 文件大小:142.5kb
    • 提供者:echo
  1. runge

    1下载:
  2. 数值逼近对于Runge函数f(x)= ,在[-1,1]上作等距节点插值,分别取n=4,n=8,n=12,插值的图像-Numerical approximation for the Runge function f (x) =, in [-1,1] on equidistant nodes for interpolation, respectively n = 4, n = 8, n = 12, the image interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:14.93kb
    • 提供者:zn
  1. MATLAB-Fermi-function-approximation

    3下载:
  2. 用MATLAB和数值逼近方法实现费米函数的简捷计算-MATLAB and numerical approximation method for the simple calculation of the Fermi function
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:257.33kb
    • 提供者:li
  1. methods-of-function-approach

    1下载:
  2. 5种函数逼近的c++代码, 1 级数求和(EULSUM) 2 多项式和有理函数(DDPOLY(函数值), POLDIV(两个多项式的商及余)) 3 切比雪夫逼近(CHEBFT->CHEBEV) 4 积分和导数的切比雪夫逼近(CHINT(不定积分), CHDER(导函数)) 5 用切比雪夫逼近求函数的多项式逼近(CHEBPC, PCSHFT)-five function approximation of c code, a series Summation (EULSUM) 2 and ra
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-10
    • 文件大小:3.5kb
    • 提供者:ldg
  1. Source_code_matlab

    0下载:
  2. 源代码包括插值,函数逼近,数值微分,积分,线性及非线性方程,常微分,偏微分方程等的解法-Source code, including interpolation, function approximation, numerical differentiation, integration, linear and nonlinear equations, ordinary differential, partial differential equations such as the Soluti
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.71mb
    • 提供者:李洁
  1. shuzhifenxi

    0下载:
  2. 数值分析中的数值逼近方法以及曲线拟合算法-Numerical analysis of numerical approximation methods and curve fitting algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.49kb
    • 提供者:Daisy
  1. MATLABprogram

    2下载:
  2. 基于Matlab环境编写的一些神经网络PID控制和模糊PID控制源代码,其中包含BP pid,CMAC PID,RBF PID,BP数值逼近算法,BP预测控制以及模糊PID。-Matlab-based environment for the preparation of a number of neural network PID control and fuzzy PID control of the source code, which includes BP pid, CMAC PID,
  3. 所属分类:matlab例程

    • 发布日期:2017-05-07
    • 文件大小:9.21kb
    • 提供者:但杨文
  1. 数值计算方法的相关代码

    0下载:
  2. 有关二分法、试值法、帕德逼近、高斯消去的代码,可供数值计算方法学习者参考(About dichotomy, test method, Pader approximation, Gaussian elimination of code, numerical calculation method for learner reference)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:睿睿小
  1. 数值逼近

    1下载:
  2. 数值逼近是数值分析的深化课程,是函数逼近理论(应用数学分支)的应用,在计算数学中有着重要的地位,对于信号的仿真有重要帮助。(Numerical approximation is a deepening course of numerical analysis. It is the application of function approximation theory (applied mathematics branch). It plays an important role in comp
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:5.41mb
    • 提供者:pistils
  1. 薛怡201511167计算实习4上机作业

    1下载:
  2. 大车埋土大学数值逼近期末上机大作业计算实习四(At the end of the period of the numerical approximation of the University of burial earth university four)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:219kb
    • 提供者:茶茶15
  1. 数值分析

    2下载:
  2. 数值计算主要研究如何利用计算机更好的解决各种数学问题,包括连续系统离散化和离散形方程的求解,并考虑误差、收敛性和稳定性等问题。从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等。随着计算机的广泛应用和发展,许多计算领域的问题,如计算物理、计算力学、计算化学、计算经济学等都可归结为数值计算问题。(Numerical calculations mainly study how to
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:20kb
    • 提供者:践心
  1. Visual+Basic+常用数值算法集

    0下载:
  2. 常用vb数值计算过程近200个,包括:解线代方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序等等,每个子过程都包括功能、方法、使用说明、过程和例子(There are nearly 200 commonly used VB numerical calculation processes, including solving linear equations, interpolation, numerical integration, special functions, function
  3. 所属分类:数学计算

    • 发布日期:2020-05-06
    • 文件大小:1.83mb
    • 提供者:chengxjf
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com