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

搜索资源列表

  1. diedaijiami

    0下载:
  2. 灰度图像灰度经过按位混沌加密后再对其混沌置乱变换,阀值判断其迭代次数,达到预期加密效果-After a bit gray gray chaotic encryption by scrambling after its chaotic transformation, determine the threshold number of iterations to achieve the desired effect of encryption
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1471
    • 提供者:wangdaifeng
  1. Bregman

    0下载:
  2. 这个不用多说,现在非常流行的一种迭代压缩感知重建算法。-Needless to say this, now very popular an iterative reconstruction algorithm for compressed sensing.
  3. 所属分类:matlab

    • 发布日期:2016-06-10
    • 文件大小:11264
    • 提供者:王尚礼
  1. ThreshCut

    0下载:
  2. 将图像分割,方法有很多种,有double 算法等,需要熏着阈值。包括了迭代算法和大律算法-Segmentation, including the iterative algorithm and the algorithm for a large law
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1110
    • 提供者:colin
  1. TVdenoise

    1下载:
  2. 全变分去噪 J=tv(I,iter,dt,ep,lam,I0) 输入: I - 灰度图像, iter - 迭代次数 [1], dt - 时间步长 [0.2], ep - 提升参数epsilon [1], lam - 保真项 lambda [0], I0 - 输入噪声图像 [I0=I] ([]中的是缺省值)- 全变分去噪 J=tv(I,iter,dt,ep,lam,I0) 输入: I - 灰度图像,
  3. 所属分类:Special Effects

    • 发布日期:2016-02-21
    • 文件大小:49152
    • 提供者:alison
  1. gauseidel.matlab

    0下载:
  2. 求线性方程组的迭代法(高斯赛德尔),基于MATLAB开发-Linear Iterative Method (high Sisaideer)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:594
    • 提供者:王昆
  1. greedy1

    2下载:
  2. 贪婪算法,通过迭代,可应用于子载波分配时。-Greedy algorithm, iterative, can be applied to subcarrier allocation.
  3. 所属分类:matlab例程

    • 发布日期:2013-11-04
    • 文件大小:5570
    • 提供者:高 峰
  1. Newton_bisect_iteration

    0下载:
  2. matlab中分别用牛顿法,二分法及迭代法求解方程的程序,及其比较-matlab scr ipts for solving eq. by the means of newton ,bisection and iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:631
    • 提供者:alick
  1. JacabiandGuass-Seidel

    0下载:
  2. Jacabi and Guass-Seidel迭代法是求解线性方程组中一种非常有效地方法,本文包含算例和程序-Jacabi and Guass-Seidel iterative method for solving linear equations is a very effective method, this article contains examples and procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:12272
    • 提供者:陈岩
  1. PowerControlinWireles

    0下载:
  2. 本文提出一种联合盲自适应梯度算法的功率控制算法,该算法同时对功率向量和接收滤波器权向量进行迭代更新。仿真结果表明,采用本文提出 的功率控制算法, 在系统内用户发射总功率一定的条件下, 可以获得更高的用户信干比和更大的系统容量。-Throughout the monograph, we highlight the use of mathematical language and tools in the study of power control, including optimiza
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:975176
    • 提供者:shupeng
  1. homotopy-matlab

    0下载:
  2. 求解非线性方程组,比Newton迭代更加稳定的迭代法-Solving nonlinear equations, Newton iteration is more stable than the iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3914
    • 提供者:wang
  1. gauss_seidel

    0下载:
  2. matlab编写的Gauss_Seidel迭代算法求解方程组的根 -iterative algorithm matlab prepared Gauss_Seidel root of solving equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:18388
    • 提供者:yanxyu
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. Opt_Steepest

    0下载:
  2. 用最速下降法求最优化解 输入:f为函数名 grad为梯度函数 x0为解的初值 TolX,TolFun分别为变量和函数的误差阈值 dist0为初始步长 MaxIter为最大迭代次数 输出: xo为取最小值的点 fo为最小的函数值 f0 = f(x(0- Steepest Descent Method with Optimum Solution input: f as a function name grad is gradient function x0 fo
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:940
    • 提供者:
  1. matlab-gauss-and-LU

    0下载:
  2. 解线性方程组的两种算法,高斯迭代和LU算法-about linear simultaneous equations , gauss and LU algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:809
    • 提供者:陈斐
  1. MP

    2下载:
  2. 经典的信号稀疏分解算法MP的实现。随着迭代次数增大,恢复的信号越精确。-The classic signal sparse decomposition algorithm MP . With the number of iterations increases, the more accurate the signal is recovered
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:1536
    • 提供者:
  1. Robot-program

    1下载:
  2. 《机器人控制系统的设计与MATLAB仿真》一书所有的matlab仿真程序。本书系统地介绍了机器人控制的几种先进设计方法,是作者多年来从事机器人控制系统教学和科研工作的结晶,同时融入了国内外同行近年来所取得的最新成果。全书以机器人为对象,共分10章,包括先进PID控制、神经网络自适应控制、模糊自适应控制、迭代学习控制、反演控制、滑膜控制、自适应鲁棒控制、系统辨识和路径规划。-" Robot Control System Design and MATLAB simulation,"
  3. 所属分类:matlab

    • 发布日期:2017-02-11
    • 文件大小:861184
    • 提供者:Ben
  1. ilcexample

    1下载:
  2. 迭代学习控制的matlab算法,看看对大家伙有没有帮助-Matlab iterative learning control algorithm to see if there is no help for the big guys
  3. 所属分类:matlab例程

    • 发布日期:2013-11-03
    • 文件大小:21895
    • 提供者:小郭
  1. MyMatrixFunction

    0下载:
  2. 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3020
    • 提供者:z
  1. MATLAB_Arithmetic

    0下载:
  2. 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17145214
    • 提供者:刘鹏
  1. Jacobi

    1下载:
  2. 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2510
    • 提供者:
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com