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

搜索资源列表

  1. MFCIteratorDemo

    0下载:
  2. 这个项目演示了STL风格的迭代子,如何编写自己的迭代子,使用容器来简化STL,并与STL兼容。在这个例子中使用的容器是MFC框架应用程序,文档模板,文档类CWinApp,-the project demonstrated the STL - style iteration, how to prepare their son iteration, the use of containers to simplify the STL, and compatible with the STL. In t
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:26701
    • 提供者:张雷
  1. 二分法、简单迭代法、牛顿迭代法收敛比较

    1下载:
  2. 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:22129
    • 提供者:luo
  1. Hoschek fit

    0下载:
  2. hoschek 方法用于曲线拟合 在Hoschekfit 文件中输入数据,拟合曲线段数,拟合误差,最大迭代次数就可以-curve fitting method for the Hoschekfit document input data, the number of curve fitting, fitting error, the largest number of iteration can
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2113
    • 提供者:任绍忠
  1. 数值算法程序

    0下载:
  2. 这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including, elimination, iteration)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2951087
    • 提供者:李斌
  1. Gauss-Seidel-Iteration

    0下载:
  2. GAUSS SEIDEL ITERATION METHOD
  3. 所属分类:Windows Develop

  1. Newton-iteration-

    0下载:
  2. MATLAB实现牛顿迭代法求解非线性方程组-MATLAB realization of Newton iteration method for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:knight
  1. Iteration

    0下载:
  2. How to compute iteration on matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:gian
  1. Newton-downhill-and-iteration-method

    0下载:
  2. 其中包含牛顿迭代法法,二分法,牛顿下山法 最优化求解的方法 -Newton downhill method and the improved Newton iteration method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1803
    • 提供者:guli
  1. suspension-cable-direct-iteration

    0下载:
  2. 利用有限元方法对悬索进行直接迭代求解,是一种工程结构数值分析方法-Using the finite element method for suspension cable direct iteration,it is a kind of engineering structure numerical analysis method
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:836
    • 提供者:xin
  1. Gauss-Seidel-iteration-method

    0下载:
  2. Gauss-Seidel iteration method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:623
    • 提供者:Saeed
  1. iteration

    0下载:
  2. fixed-point iteration
  3. 所属分类:Education soft system

    • 发布日期:2017-04-30
    • 文件大小:474033
    • 提供者:zghjcnjvfu
  1. SM4-in-single-Feistl-Iteration

    1下载:
  2. 单轮迭代结构SM4算法实现,该电路结构通过一个复合域轮函数的迭代实现整个SM4加密过程,具有非常小的资源消耗。-Single iteration structure SM4 algorithm, the circuit structure achieves the entire encryption process SM4 domain by iterating a complex round function, with a very small resource consumption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-30
    • 文件大小:10146
    • 提供者:wangyi
  1. iteration

    0下载:
  2. 传染病模拟子程序 该函数接收网络矩阵和状态矩阵 %网络节点。 当被其他程序诱发时,它执行一个时间步 %迭代,并将网络更新到新的感染状态 %函数返回网络节点的最新网络状态矩阵。-This function receives the network matrix and the status matrix of the Net nodes. When evoked by other program, it performs one time step of Itera
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:szf
  1. Jocabi-iteration

    0下载:
  2. 用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax b,分析、比较其性能。-the Jacobi iteration and gauss-seidel iterative to solve the equations Ax b,
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:17626
    • 提供者:
  1. newton-iteration

    0下载:
  2. 牛顿迭代算法实现 这种方法可以很有效地求出根号a的近似值-newton iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-12-15
    • 文件大小:6882304
    • 提供者:易林
  1. iteration

    0下载:
  2. 本程序实现了利用Matlab为平台,对图像进行迭代分割。文件为.m文件的形式。程序输入为string格式的图像文件名。注:建议输入灰度图像进行处理,可用压缩包中的图像文件实验。(This procedure implements the use of Matlab as a platform for iterative image segmentation. The file is in the form of an.M file. The program enters an image fil
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:189440
    • 提供者:tunder
  1. MDP_pi.py

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

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

    0下载:
  2. Reinforcement Learning policy iteration algorithm
  3. 所属分类:人工智能/神经网络/深度学习

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

    0下载:
  2. reinforcement learning value iteration algorithm
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:helen_ray
  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. 所属分类:其他

« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com