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

搜索资源列表

  1. Jacobi

    0下载:
  2. 雅可比(Jacobi)迭代算法的C++实现,供研究设计使用-Jacobi (Jacobi) iteration algorithm for C++ implementation for research designed to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:321111
    • 提供者:
  1. Rd_iteration

    0下载:
  2. 限失真函数的迭代算法,完成限失真函数的R(d)的迭代计算,并画出R(d)函数曲线-the iteration algorithm of R(d)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:710
    • 提供者:lili
  1. jacobi

    0下载:
  2. 行交差划分方式下 MPI 实现雅可比迭代算法-Line mode MPI cross into the Jacobi iterative algorithm to achieve
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2580
    • 提供者:liuqiang
  1. Jacobi-iterative

    0下载:
  2. 广义Jacobi迭代算法,计算广义特征值问题。-Generalized Jacobi iterative algorithm to calculate the generalized eigenvalue problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1287
    • 提供者:Nohestant
  1. turbo

    1下载:
  2. 基于c++的Turbo编译码程序,清晰展示了Turbo迭代算法的优越性,其中包括Turbo编码程序、LOG_MAP译码算法以及SISO译码算法。-The Turbo encoding and decoding process based on C++ , clearly shows the superiority of Turbo iterative algorithm, including the Turbo coding process, LOG_MAP and SISO decodin
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:312258
    • 提供者:李霞
  1. SPARSKIT2.tar

    2下载:
  2. SPARSKIT 是一个 FORTRAN 子程序包用来求解稀疏矩阵。它包含了基本的稀疏矩阵运算代码以及一些迭代算法。-SPARSKIT is a package of FORTRAN subroutines for working with sparse matrices. It includes general sparse matrix manipulation routines as well as a few iterative solve
  3. 所属分类:Algorithm

    • 发布日期:2015-03-04
    • 文件大小:1172480
    • 提供者:平卫
  1. iterativemethods

    0下载:
  2. 分别用二分法、Newton法、弦截法、Newton下山法四种迭代法求解非线性方程x5-3x3+x-1= 0 在区间[-8,8〕上的全部实根,设计算法完成根区间隔离,然后实现单根区间上的迭代算法求解方程。-Respectively dichotomy, Newton method, Secant Method, Newton descent method four kinds of iterative methods for solving nonlinear equation x5-3x3+ x
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:458923
    • 提供者:陈博灿
  1. jacobi

    0下载:
  2. 雅可比迭代算法可求出方程组的解 方便计算-Jacobi iterative algorithm can be obtained Equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:224396
    • 提供者:cai
  1. XXTEA-encryption-algorithm

    0下载:
  2. XXTEA加密算法原理及C语言实现,采用迭代算法-XXTEA encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:17531
    • 提供者:Jason
  1. Jacobi

    0下载:
  2. 用Matlab语言实现Jacobi迭代算法、Gauss-Seidel迭代算法和逐次超松弛迭代法,求解一般的线性代数方程组问题-Jacobi Gauss-Seidel sor
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5636
    • 提供者:
  1. 一般信道容量迭代算法

    0下载:
  2. 在傅祖芸的《信息论与编码》中给出了一般信道的的信道容量的计算。这个程序是根据它所编写的。
  3. 所属分类:matlab例程

  1. sor超松弛迭代法

    0下载:
  2. 一个实现sor超松弛迭代法的c语言算法,可以帮助新手完成矩阵计算(A C language algorithm for realizing over relaxation iterative method)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:破云
  1. 迭代移位线性搜索PTS模块

    0下载:
  2. 基于OFDM系统设计的迭代移位线性搜索PTS算法,亲测可用(An iterative shift linear search PTS algorithm based on OFDM system, pro test is available)
  3. 所属分类:matlab例程

  1. 大津法和迭代法matlab作业

    0下载:
  2. 贝叶斯算法处理分析,基于迭代法和大津法,希望能有帮助(Bayesian algorithm, which is known as a way to be used in statistic. Hope the algorithm will be easy to use and learn.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:59392
    • 提供者:judycong
  1. vc source of channel capacity--diedai

    0下载:
  2. 利用迭代算法计算信道编码的容量,是信息论与编码这门学科的基础。(Using iterative algorithm to calculate the capacity of channel coding is the basis of the discipline of information theory and coding.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-31
    • 文件大小:49152
    • 提供者:LdF!!!
  1. C语言迭代法详细讲解

    0下载:
  2. C语言迭代法举例讲解和递归法举例讲解.对于学完C语言函数后,详细了解函数迭代法和 递归法解决一些问题.(C language iterations are illustrated with examples and examples of recursion. After learning the function of the C language, the function iteration and the function iteration are detailed. Recurs
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:12288
    • 提供者:herbertz
  1. 分形与迭代

    0下载:
  2. 分形与迭代,是用逻辑回归算法实现数值的分形,可修改迭代次数,得到不同的迭代分形(Fractal and iteration are used to realize the fractal of numerical value by the logic regression algorithm, and the number of iterations can be modified to get different iterative fractal.)
  3. 所属分类:数值算法/人工智能

  1. Vibroacoustic Finite Element Models

    0下载:
  2. 用数学软件matlab求解方程的根的迭代算法。(The iterative algorithm is used to solve the root of the equation by matlab.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:zhangqian23
  1. 免迭代cordic及误差分析

    0下载:
  2. 一种免迭代的cordic算法及误差分析,结果运行正确(an itration-free algorithm of cordic and error analysis)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1012736
    • 提供者:wmyoba
  1. 牛顿迭代法

    1下载:
  2. matlab环境下试用于高维方程组求解的牛顿迭代法算法函数(Newton iterative algorithm function for solving higher dimensional equations in matlab Environment)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-14
    • 文件大小:1024
    • 提供者:madezhizhang
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com