CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 迭代学习

搜索资源列表

  1. Gs_Seidel

    0下载:
  2. 该程序为经典的Gauss迭代算法!!!!欢迎大家下载学习-procedures for the classic Gauss iterative algorithm! ! ! ! You are welcome to download learning
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8.74kb
    • 提供者:老赵
  1. niudundiedai

    0下载:
  2. 数值分析中的牛顿迭代法,是课程学习是自己编的,是对函数进行插值的一种方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5.28kb
    • 提供者:king
  1. SPARSKIT2.tar.gz

    2下载:
  2. 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
  3. 所属分类:Algorithm

    • 发布日期:2015-08-09
    • 文件大小:1.1mb
    • 提供者:张德柱
  1. rs_code

    0下载:
  2. rs(15,11)编码实现,对于学习RS编码原理的人员可以作为一个例子学习,也可以应用于相应的系统中。 -rs (15,11) encoding the realization of the principle of learning personnel RS coding can be used as an example of learning, can also be applied to the corresponding system.
  3. 所属分类:Algorithm

    • 发布日期:2016-03-31
    • 文件大小:43.48kb
    • 提供者:lzy
  1. C++arithmetic

    0下载:
  2. C++常用的数值算法 例如: 高斯-赛德尔迭代法、 列主元高斯消去法、 拉格郎日插值多项式 等等…… 都是很不错的学习资料,希望能帮助到大家!-C++ Commonly used numerical algorithm such as: Gauss- Seidel iterative method, PCA out Gaussian elimination method, Lagrange interpolation polynomial and so on ... ..
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8.2kb
    • 提供者:LuanS
  1. diedai

    0下载:
  2. 数值计算中迭代法算法实现,相信对大家学习有很大帮助-Iterative numerical calculation algorithm, I believe that everyone has learned a great help
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1.16mb
    • 提供者:wangzhehu
  1. Calculation-method

    0下载:
  2. 有关计算方法课程学习的编译程序 包括矩阵求逆,迭代法,积分近似,求矩阵特征值-Calculation method eigenvalue iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5.37kb
    • 提供者:冬冬
  1. gaosudiedai

    0下载:
  2. 高速迭代,基于数学理论与编程相结合的一些算法,本科数学系学生必须学习-High-speed iterative, based on mathematical theory and a combination of some of the programming algorithm, undergraduate mathematics students must learn
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.22mb
    • 提供者:ningbing
  1. Landweber

    0下载:
  2. 一篇学位论文,用Landweber迭代方法解决非线性不适定问题的收敛性分析,供大家参考学习-A degree thesis, with Landweber iteration method to solve nonlinear ill-posed problem of convergence analysis, provide everyone ref
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1.12mb
    • 提供者:sada
  1. Gauss

    0下载:
  2. Gauss求积公式,精度很高,一起学习。精度高,迭代次数少-Gauss quadrature formula, the accuracy is high, learning together
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:581byte
    • 提供者:liu
  1. VC_numerical_analysis

    0下载:
  2. 本人写的关于数值分析的源码,使用VC6.0开发,对于学习数值分析的朋友会有很大帮助。主要有:牛顿法、二分法、改进欧拉、高斯赛德尔迭代、高斯消去法、拉格朗日插值、龙贝格算法、龙格库塔、牛顿插值、雅可比迭代、约当消去法。-I write about the numerical analysis of the source code, using VC6.0 development, and friends will be very helpful for learning numerical ana
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1.23mb
    • 提供者:afei
  1. PDE

    1下载:
  2. 偏微分方程数值解应用于迭代学习控制,包含几个程序-Partial differential equations numerical solution used for the iterative learning control contains several programs
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:13.82kb
    • 提供者:tianjian
  1. finite2_refine

    0下载:
  2. 基于有限差分法的静电场计算程序。注释详细,便于学习。 可以计算任意简单形状的导体在任意介质中的静电场分布。采用有限差分法建立方程,并用迭代法求解,最后绘制电场图形。求解速度较快。-Electrostatic field calculation program based on the finite difference method. Detailed annotation, and easy to learn. An electrostatic field distribution of
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:1002byte
    • 提供者:bibabo
  1. projection

    0下载:
  2. CT迭代重建算法中3维投影矩阵的生成算法,该算法对学习计算机断层层析成像很有帮助。-CT image reconstruction projection ,3D
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:3.85kb
    • 提供者:如如
  1. multi_interative

    0下载:
  2. 本文实现了雅克比迭代,高斯赛德尔迭代,逐次超松弛迭代等多种迭代方法,方便大家对各种算法的学习-the code realize multi iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1.32kb
    • 提供者:yongzhi
  1. Get_Dforward

    1下载:
  2. 地球物理反演迭代的方法。针对地球物理的学生有这些小程序可以方便学习-Geophysical inversion iteration. Students for geophysical these small programs can facilitate learning
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:开颜儿
  1. suvm

    0下载:
  2. mises入门级别的材料用户子程序,基于隐式迭代算法,仅供学习。-mises the entry-level user material subroutine implicit iterative algorithm, for learning.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.3kb
    • 提供者:liy
  1. PDE-MATLAB

    0下载:
  2. 偏微分方程的数值求解,分布参数系统的迭代学习控制,跟踪系统输出的完全跟踪-Partial differential equation numerical solution, the iterative learning control of distributed parameter systems, the complete tracking tracking system output
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:41.09kb
    • 提供者:古一
  1. jaihao_v69

    0下载:
  2. GPS和INS组合导航程序,保证准确无误,是学习通信的好帮手,用MATLAB实现动态聚类或迭代自组织数据分析。- GPS and INS navigation program, Ensure accurate communication is learning a good helper, Using MATLAB dynamic clustering or iterative self-organizing data analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.07kb
    • 提供者:王小科
  1. biumiu_v14

    0下载:
  2. 主同步信号PSS在时域上的相关仿真,是学习PCA特征提取的很好的学习资料,迭代自组织数据分析。- PSS primary synchronization signal in the time domain simulation related, Is a good learning materials to learn PCA feature extraction, Iterative self-organizing data analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.27kb
    • 提供者:童刚燕
« 12 »
搜珍网 www.dssz.com