CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - iteration

搜索资源列表

  1. AniMatrix

    0下载:
  2. 用c写的对矩阵求逆的算法,采用直接迭代,适合2阶和3阶矩阵-used to write the right matrix inversion algorithm, the introduction of direct iteration, for two bands and three bands Matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6431
    • 提供者:申魏
  1. SOR

    0下载:
  2. 松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel iteration method for an accelerated
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4594
    • 提供者:陈倩倩
  1. simpler

    0下载:
  2. Simpler程序,迭代,速度压力,半隐式,比simple收敛快-Simpler procedures, iteration, velocity pressure, semi-implicit, converges faster than the simple
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:763088
    • 提供者:李志峰
  1. DIJKSTRA

    0下载:
  2. Suppose you want to find the shortest path between two intersections on a map, a starting point and a destination. To accomplish this, you could highlight the streets (tracing the streets with a marker) in a certain order, until you have a route high
  3. 所属分类:Data structs

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

    0下载:
  2. 迭代算法的具体实现,使用vc代码,计算方法课程试验-Iteration in the proposed algorithm, using vc code, the calculation program test
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:392104
    • 提供者:
  1. diedaifa

    0下载:
  2. // 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。-//Compile a program with Iteration Method and the cube root, find the cube root of the iteration formula is:: Xi+1 = (2*
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:572
    • 提供者:赵汉卿
  1. sort

    0下载:
  2. VLSI中有关搜索最短路径,来求iteration bound的算法,-VLSI in relation to search the shortest path algorithm to find iteration bound,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:116152
    • 提供者:kaiyongx
  1. SIRT

    1下载:
  2. 此程序为井间层析成像sirt算法,该算法能保证反演过程的稳定性,并提高迭代的收敛速度-This program sirt hole tomography algorithm can guarantee the stability of inversion and improve the convergence rate of iteration
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1101
    • 提供者:yehua
  1. 4.5

    0下载:
  2. 使用modified Roboson 完全遍历一棵树并且输出每次遍历当前结点往后的路径,以及这些路径的孩子,其实这个程序功能远不如此-Complete Coverage using modified Roboson output of each iteration, a tree and the subsequent path of the current node, and the children of these paths, in fact, so far the program fea
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2582
    • 提供者:Yang
  1. data-structure

    0下载:
  2. 数据结构的经典问题 迭代 穷举搜索 递推 背包问题 有完整的程序-Classic problem of data structure iteration branch search
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:42481
    • 提供者:skyman
  1. fengdong

    0下载:
  2. 矿井通风网络节点风压解算法。课程设计要求:要求从TXT文本中读入各个分支的始末节点和风阻值,并在控制台输入各分支的风量初值,通过迭代,得到各分支风量和各节点风压。-Pressure solution of mine ventilation network node algorithm. Course design: requirements TXT text read from the various branches of the circumstances leading to the no
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:达人
  1. solutions

    0下载:
  2. 各种常见的解方程组方法:Cholesky分解法解方程组、LU分解线性方程组、高斯消去法解方程组、列主元解线性方程组、雅可比迭代解线性方程组-Common solution of equations: the Cholesky decomposition of equations, LU decomposition of linear equations, Gaussian elimination method for solving equations, column element for s
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1261663
    • 提供者:wenwen
  1. Newton-iterative

    0下载:
  2. 计算方法中一种牛顿迭代法的算法,C程序代码-Calculation method one kind Newton iteration algorithm, C code
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:991
    • 提供者:laviequev
  1. generate_ecg_data

    0下载:
  2. This program is written to generate ECG data for time length of 90 seconds. The program can be reconfigured (iteration size) to generate the data according to your need. Kindly do time calculation before reconfiguration of iteration size. Some data f
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1230532
    • 提供者:Ajitpal Brar
  1. for-send

    0下载:
  2. this program for sidel method.sidel method is a method of numerical that solve problem by iteration and we use it in sbu unversity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:765
    • 提供者:amir hossein
  1. 4.2

    0下载:
  2. 基于dijkstra和广度搜索的加权有向图有必经点的点对点的最短路径算法,路径必须经过要求的必经点,且不成环。 该算法采用了一种自适应调整的方法,经过多次迭代,使解收敛。 但只是寻找了一个略优的可行解(每次迭代都基于贪婪算法寻找),不能保证最优解。而且如果图过于稀疏,因为收敛速度过快,可能导致问题无解(收敛于一个局部最优解,没有经过所有点)。 解决相对稠密的图(每个点的平均出入度4以上),表现良好。 备注:里面有一个QT的工程,可以直接打开(源码里没用QT的库)-Weigh
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:16771
    • 提供者:凌凯
  1. diedaijiefangchengzu

    0下载:
  2. 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:536536536
搜珍网 www.dssz.com