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

搜索资源列表

  1. MinTV_Test

    2下载:
  2. 采用MinTV算法对图像进行处理,用MinTV恢复算法+牛顿迭代法实现压缩感知对图像的处理。-MinTV algorithm using image processing, with MinTV recovery algorithm+ Newton iteration method to achieve compression perception of the image processing.
  3. 所属分类:Other systems

    • 发布日期:2015-07-25
    • 文件大小:1544
    • 提供者:李伟
  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
    • 文件大小:1548
    • 提供者:平猪
  1. 10Csource

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 important C language implementation of the algorithm source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton iteration, Newton- Cortes, Jacobian, Qin nine-chao, power la
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4299
    • 提供者:he
  1. code5_1

    0下载:
  2. NEWTON迭代法求非线性方程的根,方便快捷!-NEWTON iteration of nonlinear equations for root
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:879
    • 提供者:张龙
  1. fastica

    0下载:
  2. FastICA算法,又称固定点(Fixed-Point)算法,是由芬兰赫尔辛基大学Hyvä rinen等人提出来的。是一种快速寻优迭代算法,与普通的神经网络算法不同的是这种算法采用了批处理的方式,即在每一步迭代中有大量的样本数据参与运算。-FastICA algorithm, also known as fixed-point (Fixed-Point) algorithm, University of Helsinki, Finland by Hyvä rinen et al
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:799
    • 提供者:tommydu
  1. 4

    0下载:
  2. 用newton迭代法求矩阵,可以求任意阶的矩阵,非常好用-By newton iteration matrix can be arbitrary order for the matrix, very easy to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:568
    • 提供者:fbb
  1. 001

    0下载:
  2. 商品管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。经过分析,我们使用 MICROSOFT公司的 Visual Studio.NET开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2860645
    • 提供者:车广林
  1. poissonfdm

    0下载:
  2. 用有限差分法来解偏微分方程,采用高斯——赛德尔迭代方法,并用前后两次迭代差的矩阵的无穷范数作为是否停止迭代的依据。-Using finite difference method to solve partial differential equations, using Gauss- Seidel iterative methods, and poor before and after the two iterations of the infinite matrix norm as the b
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1039
    • 提供者:LGE
  1. Jacobi

    0下载:
  2. 数值分析分析中 用jacobi迭代求解线性方程-Analysis of numerical analysis using jacobi iteration for solving linear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:849
    • 提供者:黎少
  1. 2

    0下载:
  2. 方程求根的数值试验,利用Newton迭代法,求所给出的方程的跟。-Equation Roots of numerical experiments, using Newton iteration method, find the equation with the given.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1048
    • 提供者:李萍
  1. Newton3

    0下载:
  2. 一元二次方程牛顿迭代法的可视化,只要你输入参数以及逼近值,即以界面的形式输出结果以及图形-Dollar Quadratic Newton iteration method for visualization, as long as you enter the parameters and the approximation value, that is in the form of output interface, and graphical
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1876008
    • 提供者:Bill Gates
  1. Files

    0下载:
  2. 有限差分的迭代算法的控制台程序,可以输出每一次迭代的记录。有需要的自己试试吧-Iterative finite difference algorithm console program, you can record the output of each iteration. The need to own a try
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1038
    • 提供者:何力
  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
    • 文件大小:648
    • 提供者:宋全
  1. eqtation-iteration

    0下载:
  2. 这是 一个数学基本运算中,关于线性方程迭代算法的一个程序,程序设计规范,可以直接调用-This is a basic mathematical computations on the linear equations iterative algorithms of a program, the program design specifications, and can directly call the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:6849
    • 提供者:张楠
  1. sup-relaxation-iteration-method

    0下载:
  2. 逐次超松弛迭代,数值模拟人士必知晓的知识-sup-relaxation iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:756671
    • 提供者:刘翔东
  1. newton-iteration

    0下载:
  2. matlab编写,牛顿迭代法以及二分法等数值积分方法-numerical integration methods matlab prepared Newton iteration dichotomy
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:2829
    • 提供者:hongguang
  1. MHSS-iteration-mehtod

    2下载:
  2. 计算大型矩阵的MHSS迭代法Matlab程序,该程序包含几个部分。-MHSS iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4584
    • 提供者:魏朝翰
  1. MDP_pi.py

    0下载:
  2. Reinforcement Learning. Policy iteration algorithm. Original coded.
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:helen_ray
  1. lambda iteration

    0下载:
  2. lambda iteration used for economic load dispatch
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:24576
    • 提供者:pertiwi
  1. Dynamic-Programming-master

    1下载:
  2. 经典的基于策略迭代和值迭代法的动态规划matlab代码,实现机器人的最优运输(The classic dynamic programming matlab code based on policy iteration and value iteration method realizes the optimal transportation of the robot.)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com