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

搜索资源列表

  1. iterative-learning-control

    2下载:
  2. 非线性控制时滞系统迭代学习控制算法仿真 通过MATLAB与SIMULINK的结合建立给定系统的迭代学习控制仿真的模型。-Nonlinear control delay systems iterative learning control algorithm simulation establishment of a given system through the combination of MATLAB and SIMULINK iterative learning control si
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:15136
    • 提供者:戴明祥
  1. bregman-iterative

    0下载:
  2. 关于信号压缩的布莱德曼迭代方法code.-a code of Bregman Iterative for CS.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:2140160
    • 提供者:wang yong
  1. Iterative

    0下载:
  2. 解各种线性方程组的迭代法,各种代码源文件,仅供参考,多谢修正。-Iterative method for solution of a variety of linear equations, a variety of code source file, are for reference only, thank correction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-24
    • 文件大小:8646
    • 提供者:石西建
  1. Iterative-Multiuser-Detection

    0下载:
  2. 一个基于水声通信下的迭代检测算法,主要利用了交织分多址(IDMA)技术-Iterative detection algorithm based underwater acoustic communication, the main advantage of interleave division multiple access (IDMA) technology
  3. 所属分类:Project Design

    • 发布日期:2017-11-07
    • 文件大小:820841
    • 提供者:侯佳宝
  1. Iterative-projection-SuperResolution

    0下载:
  2. 迭代投影法的超分辨率重建,迭代投影,即IBP-Super-resolution reconstruction iterative projection method, iterative projection that IBP
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:57618
    • 提供者:晓晓
  1. Dajin-Iterative-Bimodal-method

    0下载:
  2. 分别用大津法、迭代法、双峰法对图像进行处理,并将处理结果与原图像进行对比-Otsu method, iterative method, the bimodal method for image processing, and report the results with the original image contrast
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:3368
    • 提供者:六月的雨
  1. Iterative

    0下载:
  2. # Iterative迭代用法示例,这是一个与 Iterative相关的实例,演示迭代的使用,思路和过程:创建一个string类型的数组用于存储银行种类,对IEnumerator接口实现GetEnumerator方法创建迭代器,使用for语句循环数组-# Iterative iterative usage examples, which is associated with Iterative instance, demonstrates the use of iteration, ideas
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:5147
    • 提供者:程松发
  1. Iterative

    0下载:
  2. C# Iterative迭代用法代码,这是一个与 Iterative相关的代码,演示迭代的使用,思路和过程:创建一个string类型的数组用于存储银行种类,对IEnumerator接口实现GetEnumerator方法创建迭代器,使用for语句循环数组,使用yield return语句依次返回每个元素,实例化BankType类,使用foreach语句遍历BankType类中的内容并输出-C# Iterative iteration of usage code, which is associat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:5666
    • 提供者:武宗
  1. Gauss---Seidel-iterative-method

    0下载:
  2. 高斯-赛德尔迭代法--源代码及关键源代码-Gauss- Seidel iterative method
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:3061
    • 提供者:江一
  1. iterative

    0下载:
  2. 本文将迭代控制策略应用于双杆机器人,对于机器人的位置控制可实现无差跟踪。-This article iterative robot control policy to a double-pole, no difference tracking for the robot position control can be achieved
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:6430
    • 提供者:赵玉龙
  1. linear-equations-iterative-algorithm

    0下载:
  2. 《计算科学与数值方法》中解线性方程组的迭代算法的c++代码实现-" Computational Science and numerical methods of solution of linear equations iterative algorithm c++ code to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:2227988
    • 提供者:christy9088
  1. High-Shisaideer-iterative-method

    0下载:
  2. 改程序是数值分析里边的高斯塞德尔迭代法,用c 做的,程序代码简单有注释,希望能对你有帮助-Reform program is the numerical analysis of the inside of the high Shisaideer iterative method, with c do simple annotated program code, I hope you can help
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:6013
    • 提供者:何弯弯
  1. Iterative-method

    0下载:
  2. 迭代法是解各种方程(含方程组)的基本方法, 它常通过构造一个定常的迭代格式,重复计算而产生一个收敛的解的序列(标量序列,向量序列等),逐步逼近问题的真解。-Iterative method is the solution of various equations (including equations) of the basic method, it is often by constructing a stationary iterative format, double counting
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:894
    • 提供者:Chanel
  1. Gauss-iterative--method

    0下载:
  2. Fortran语言下的高斯消去方法,用于线性方程组的迭代求解-Gaussian elimination method for solving linear equations iterative
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1107
    • 提供者:kevin
  1. Gauss--Seidel-iterative--C

    0下载:
  2. 高斯 赛德尔迭代法求解线性方程组的程序,c语言版。输入矩阵 求解矩阵-High Sisaideer iterative method for solving linear equations procedures, c language version. Input matrix solving matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:6110
    • 提供者:james
  1. iterative-methods-for-optimization

    0下载:
  2. Collection of iterative numerical optimization methods which written in matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:26125
    • 提供者:all
  1. The-iterative-minimization-by-gsl

    0下载:
  2. 用gsl通过迭代求最小值,用makefile脚本在GCC环境下编译运行。-Get the iterative minimization by gsl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:2508
    • 提供者:戴建强
  1. Jacobi-iterative-method

    0下载:
  2. 利用Jacobi迭代法求解线性方程组的程序-Using the Jacobi iterative method for solving linear equations of the program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3288
    • 提供者:li
  1. Iterative-dynamic-reduction

    0下载:
  2. 迭代的动力缩聚法计算结构的前两阶频率和阵型(4个自由度)-Iterative dynamic condensation method to calculate the structure of the first two natural frequencies and formation (4 degrees of freedom)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1466
    • 提供者:Emma
  1. Iterative-Closest-Point-Method

    0下载:
  2. icp(iterative closest point)的代码,本人已经使用过了,效果还行,总共就一个文件,所有的函数都写在这上面了-icp (iterative closest point) of the code, I have used, and the results were OK, total on a file, all of the functions are written in it.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:6933
    • 提供者:波才
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com