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

搜索资源列表

  1. relaxtionmethod

    0下载:
  2. 用迭代法计算网格电位值,可以简单的计算出网格中的点位,使计算变得简单方便-Iterative method with potential value of grid computing, you can calculate a simple grid of points, so the calculation becomes simple and convenient
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:349952
    • 提供者:wangfujian
  1. lcs

    0下载:
  2. Longest Common Subsequence Problem. Solution both Iterative and Recursive.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:835
    • 提供者:gowdd
  1. spgs

    0下载:
  2. 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:535
    • 提供者:李能
  1. math

    0下载:
  2. 非线性方程求根的各种算法的比较, //求非线性方程的根 //程序中共给出了以下几种方法求非线性方程的根 // (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法 //程序中用到的函数为: f(x)=x^3-x-1 //其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3) // (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1-Root of all kinds of non-linear equation algorithm,/
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1380
    • 提供者:Liny
  1. RANSAC_For_Dummies

    0下载:
  2. RANSAC (RANdom SAmple Consensus) is an iterative method to estimate parameters of a mathematical model from a set of observed data which contains outliers. Source code is in Document
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:613960
    • 提供者:picab
  1. goodalgorithm

    0下载:
  2. 好的算法收集,包括迭代法,动态规划,等-Good algorithm for the collection, including the iterative method, dynamic programming, and so on. . . .
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:71035
    • 提供者:阿正
  1. tuxiangchuli

    0下载:
  2. 迭代法求最佳阈值 图像为baboon.bmp 分别对R,G,B三个颜色求阈值,进行分割-Iterative method for the optimal threshold image baboon.bmp respectively R, G, B three colors for the threshold segmentation
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2966298
    • 提供者:刘晓梅
  1. Jacobi

    0下载:
  2. 用SOR迭代法求矩阵,可以求任意阶的矩阵,非常好用-SOR iterative method with matrix, can be arbitrary order for the matrix, very easy to use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:544
    • 提供者:fbb
  1. nd-dd

    0下载:
  2. 牛顿迭代算法 m文件 我们在计算方法课上讲过,按书上给的算法作的-Newton iterative algorithm m our calculations document class said, according to the book to make the algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:777
    • 提供者:lanyi198962004
  1. xianxingfangchengzuqiugen

    0下载:
  2. 线性方程组求根实验,分别用平方根法,Jacobi迭代法(不收敛),SOR三种方法,包含实验报告-Root experimental system of linear equations, respectively, with the square root method, Jacobi iterative method (not convergence), SOR three methods, including test reports
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:172565
    • 提供者:左小龙
  1. yuyinshiyan

    0下载:
  2. 线性方程组求根实验,分别用平方根法,Jacobi迭代法(不收敛),SOR三种方法,包含实验报告-Root experimental system of linear equations, respectively, with the square root method, Jacobi iterative method (not convergence), SOR three methods, including test reports
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1564289
    • 提供者:左小龙
  1. Jacobi

    0下载:
  2. 雅克比迭代法 求Hilbert矩阵病态方程组-Iterative Method Jacobian matrix pathological Hilbert equations
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1285
    • 提供者:ad2d
  1. GSandSOR

    0下载:
  2. 高斯GS与超松弛SOR迭代算法解线性方程组-Gaussian GS and SOR iterative algorithm over-relaxation solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:376215
    • 提供者:陈炜
  1. IterativeImprovement

    0下载:
  2. iterative improvement algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2226
    • 提供者:赵烨
  1. mountain

    0下载:
  2. 用来生成分形山的matlab程序,直接运行既是用中点法,迭代生成分形山,非常好用-Health ingredients to the matlab procedure Katayama, both directly run by the mid-point method, iterative Katayama Health ingredients, very easy to use
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:674
    • 提供者:
  1. Sor_method

    0下载:
  2. sor method matlab for iterative methode
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:822
    • 提供者:juli
  1. ThreeColor

    0下载:
  2. 采用回溯法,利用动态搜索树的数据结构来构造一棵解树,实现3着色问题。 本程序使用迭代回溯算法-The use of retrospective law, the use of dynamic search tree data structure to construct a solution tree, the realization of 3 coloring problem. This procedure backtracking algorithm using iterative
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2452
    • 提供者:jay
  1. ToSolveAnEquationSet

    0下载:
  2. 数值分析中五种常用的解方程组的算法在Linux下的实现。 在本压缩包里分别是: ColPivotElim.d 枢轴元素消去法解方程组 GaussElim.d 高斯销元法解方程组 GSItera.d 高斯赛德尔迭代法解方程组 JacobiItera.d 雅克比迭代解方程组 TriDecompo.d 线性方程组的直接三角分解法 运行环境是Linux,用G++编译的。-Numerical analysis of five commonly used soluti
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:92356
    • 提供者:xichen
  1. Nth_oct_Hand_Arm_AC_Filter_Toolbox

    0下载:
  2. This recreation makes the filters more stable. For high sampling rates the time records are downsampled. For the low sampling rates the time records are upsampled. Depending on the Filter types. Iterative resampling is used in the Nth octave band tim
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:83935
    • 提供者:mimiliga
  1. Newtonliang

    3下载:
  2. 典型梁元的考虑几何非线性效应的牛顿法迭代程序,使用者可以在此基础上添加自己的有限元程序-Consider typical beam element geometry of the Newton method of nonlinear effects of iterative process, the user can add their own based on the finite element program
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1873
    • 提供者:梁珂
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com