CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 迭代

搜索资源列表

  1. diffractivelens_mi GS迭代算法 matlab 实现

    4下载:
  2. GS迭代算法 matlab 实现,实现光束的整形等-GS matlab
  3. 所属分类:其他小程序

    • 发布日期:2017-03-23
    • 文件大小:1.05kb
    • 提供者:mssds
  1. serial-concatenation-of-repetition-code-and-FQPSK.

    1下载:
  2. FQPSK与简单重复码的迭代译码,简单重复码做为外码-serial concatenation of repetition code and FQPSK ,in which repetition code is the out code
  3. 所属分类:其他小程序

    • 发布日期:2013-08-23
    • 文件大小:2.21kb
    • 提供者:高远
  1. 2

    1下载:
  2. matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1.51kb
    • 提供者:平猪
  1. ilc2

    0下载:
  2. 迭代学习控制源代码,希望学习次控制方法的朋友能和我交换资源-Iterative learning control source code, want to learn controls the method of exchange of resources and my friends can
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.67mb
    • 提供者:秦沛
  1. gauss

    0下载:
  2. 用于求解线性方程组的经典高斯迭代法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Solving linear equations for the classical iterative method of Gauss! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.03kb
    • 提供者:juice
  1. SOR

    0下载:
  2. 这是松弛迭代法(SOR)的源代码,对解决线性方程组求解问题很有帮组-This is a relaxation iterative method (SOR) of the source code to solve linear equations to solve the problem is to help group
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:569byte
    • 提供者:tang lu ming
  1. jacobbi

    0下载:
  2. 雅克比迭代代码,用于迭代求解方程组。迭代一定次数后可求出方程组的近似解,可自由规定精度。-Jacobi iteration code for the iterative solution of equations. After a certain number of iterations of equations can be derived approximate solution can be free to provide accuracy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:648byte
    • 提供者:宋全
  1. sor超松弛迭代法

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

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:破云
  1. 经典牛顿迭代法C++实例

    0下载:
  2. 使用c++实现了牛顿迭代法的求解方程组的过程。(The use of c++ to achieve the Newton iterative method for solving equations process.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:helloworldd
  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
    • 文件大小:58kb
    • 提供者:judycong
  1. 18.迭代器、分部类、索引器

    0下载:
  2. .迭代器、分部类、索引器 : 索引器的概述和声明 、18.5类在索引器中使用、18.6索引器在接口中使用、综合小结(Iterator, partial class, indexer)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:94kb
    • 提供者:小这
  1. 单相逆变器迭代学习控制应用研究_叶建华

    1下载:
  2. 单相逆变器迭代学习控制应用研究的基本原理(The basic principle of iterative learning for the inverter)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:124kb
    • 提供者:ranxh
  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
    • 文件大小:12kb
    • 提供者:herbertz
  1. 牛顿迭代法求方程的根

    0下载:
  2. 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11kb
    • 提供者:hcj12138
  1. Gauss-Seidel迭代算法(后面有与Jacobi法比较)

    0下载:
  2. 高斯的迭代算法,后面有何jacobi算法比较(Gauss's iterative algorithm, what's the comparison of Jacobi algorithm later?)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:81kb
    • 提供者:bobolanglang
  1. 免迭代cordic及误差分析

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

    • 发布日期:2018-05-01
    • 文件大小:989kb
    • 提供者:wmyoba
  1. 迭代器方法任意控制

    0下载:
  2. 使用迭代器的方式調用綫程的例子,適合初學者學習迭代器用法(An example of using an iterator to call a thread)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:368kb
    • 提供者:GreenTrack
  1. 迭代器方法優先權控制

    0下载:
  2. 迭代器方法優先權控制,適合迭代器初學者的例子(Iterator method priority control is suitable for beginners of iterators.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:375kb
    • 提供者:GreenTrack
  1. Aitken迭代法

    0下载:
  2. 先确定方程 的一个收敛的有根区间[a,b], 然后用不动点迭代法在此有根区间的近似根,初值 自己确定,要求根精确到 ,再比较用二分法的二分次数、不动点迭代法、Aitken迭代加速法的迭代次数. (要求:使用函数式文件调用)(First determine a convergence of the equation with the root interval [a, b], and then use the fixed point iteration method to have the app
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1.03mb
    • 提供者:王小稻
  1. 牛顿迭代法

    1下载:
  2. 牛顿迭代法,下载就可以直接使用,调试好的(Newton iteration method, download can be used directly, debugging good)
  3. 所属分类:其他

    • 发布日期:2020-11-27
    • 文件大小:32kb
    • 提供者:二狗砸
« 12 3 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com