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

搜索资源列表

  1. mylib.rar

    0下载:
  2. 很多数值分析算法函数
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:8299
    • 提供者:
  1. C++常用算法之13数据处理与回归分析

    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 suppor
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:93515
    • 提供者:闻杉
  1. 数值计算_病态线性方程组的求解

    0下载:
  2. 这是数值分析的一些作业实验,文件中有详细的文档对理论,实验和算法的说明,用于病态方程组求解的源代码-This is the numerical analysis of the experimental operation, the paper detailed documentation of theory, experiment and the algorithm shows that morbid equation for solving the source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9752
    • 提供者:李琳
  1. 幸卜生与梯形公式

    0下载:
  2. 这是一个数值分析算法的源程序,是用C来编写的,绝对是源码,而且也比较有用,因为只要是理工科的大学生大多要学数值分析,所以此程序有用-This is a numerical analysis of the source algorithm is used to prepare the C is absolutely source, but also more useful, because as long as it is mostly science and engineering studen
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6539
    • 提供者:谭国辉
  1. 复化simponson求积

    0下载:
  2. 数值分析算法之复化simpson求积算法,详细情形请见源程序-numerical analysis algorithm of the overthrown simpson Quadrature algorithm details, see source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7832
    • 提供者:西们子
  1. 数值算法大全

    0下载:
  2. 其中含有数值分析常用的15个算法,经测试 全部可以使用,而且语言简练,语句简单-containing numerical analysis of 15 commonly used algorithm, can use all the tests, but concise language, simple statement
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7919
    • 提供者:wjf
  1. mathmodel

    6下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5929399
    • 提供者:zhxj
  1. ertr

    0下载:
  2. 数值分析算法 清大家批评 不是很好但是可以供大家参考阿 -numerical analysis algorithm-all criticism is not very good but everyone can reference A
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1041
    • 提供者:liuwang
  1. shizhifenxi

    0下载:
  2. 数值分析算法描述与习题解答,由清华大学徐士良教书,用C编写的各种数学算法。比如:托伯利兹型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯-约当法,等;-numerical analysis algorithm descr iption and answer the questions from Qinghua University XU Shi-liang, teaching C prepared by the various mathematica
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:88260
    • 提供者:qinzuoyi
  1. Machin

    0下载:
  2. 复化simponson求积数值分析算法之复化simpson求积算法,详细情形请见源程序,,Visual C++ my赛德尔迭代法.rar - 在VC++实现的赛德尔迭代法,有每次迭代的结果,,Visual C++ -complex plot of simponson for numerical analysis algorithm from a plot of simpson seeking algorithm, details, see the source,, Visual C my
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2735
    • 提供者:李前
  1. mathmatics_of_computer

    0下载:
  2. C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss - Seidel iterative method. cp
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2662
    • 提供者:鸿鹤
  1. yakebidiedaifa

    0下载:
  2. 数值分析算法雅可比迭代法,用C语言实现。-numerical analysis algorithm Jacobi iteration, using C language.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:867
    • 提供者:纪清
  1. xinxingfangchengzu

    0下载:
  2. 这是我编写的一些关于数值分析算法,用来解线性方程组。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:23249
    • 提供者:刘朝朋
  1. shuzhifenxi

    0下载:
  2. 数值分析算法:四阶龙格库塔算法、 平方解方程组算法等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:3190
    • 提供者:chengxin
  1. Unit 4and5

    0下载:
  2. 关于数值分析算法的文档-on numerical analysis algorithm documents
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:25551
    • 提供者:panyiao
  1. Guase_Seidel迭代

    0下载:
  2. 数值分析算法Guase_Seidel迭代-numerical analysis algorithm Iterative Guase_Seidel
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1245
    • 提供者:侃侃
  1. LU

    0下载:
  2. 数值分析算法矩阵的LU分解法-numerical analysis algorithm matrix LU decomposition
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1361
    • 提供者:侃侃
  1. jacobi

    0下载:
  2. 数值分析算法jacobi方法-numerical analysis algorithm Jacobi method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1003
    • 提供者:侃侃
  1. Romberg

    0下载:
  2. 数值分析的龙贝格算法。数值积分与数值微分,谢谢使用!(Romberg algorithm of numerical analysis.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:62464
    • 提供者:嗣子
  1. 智能算法

    1下载:
  2. 各种智能算法的代码教程,包括数值分析课程中的代码,一维搜索、牛顿差值、梯度法、0.618法等
  3. 所属分类:matlab例程

« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com