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

搜索资源列表

  1. CHAPTER1

    0下载:
  2. pid自适应控制器学习和程序大家学习,很好用的-迭代
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:15030
    • 提供者:wanjin
  1. the_total_field_scattered_field_improved_separatio

    0下载:
  2. 一篇讲解FDTD中,隐式格式迭代,总场散射场分离的改进的论文,对于学习总场散射场有重要作用。-FDTD in a brief, implicit iteration, the total field scattered field improved separation of papers, total field scattered field for the study has an important role.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:71897
    • 提供者:albert
  1. design_pattern

    0下载:
  2. 代码里是c#设计模式的实例代码,包含装饰模式、享元模式、迭代子模式、观察者模式、访问者模式,适合初学者学习 -Code is a design pattern c# example code, including decorative pattern Flyweight pattern, iterator pattern, observer pattern, visitor pattern, suitable for beginners to learn
  3. 所属分类:CSharp

  1. testchengxu

    0下载:
  2. 对于学习信号处理的同学们,需要数值分析的一些知识,如拟合、松弛迭代等等都是有用的数值分析方法-For students studying signal processing, numerical analysis requires some knowledge of relaxation that a useful method for numerical analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9793
    • 提供者:邓高峰
  1. 3

    0下载:
  2. 数值方法中的迭代算法,包括牛顿迭代等,对于学习信号处理的同学们很有帮助-Iterative algorithm for numerical methods, including Newton, etc., for students to learn useful signal processing
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1960
    • 提供者:邓高峰
  1. lms

    1下载:
  2. 最小均方算法lms在波束形成中的应用  LMS算法步骤:   1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   b(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1210
    • 提供者:林朝
  1. Arnold2

    0下载:
  2. 新一代的arnold图像之乱变换算法,文件中详细说明了代码的含义,达到一定迭代次数后图像可以复原,是学习图像加密同学的必备代码-The chaos of a new generation of arnold image transformation algorithm, the paper detailed the meaning of the code, after a certain number of iterations the image can be restored, is ess
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:990
    • 提供者:蔚敏
  1. Calculation-method

    0下载:
  2. 有关计算方法课程学习的编译程序 包括矩阵求逆,迭代法,积分近似,求矩阵特征值-Calculation method eigenvalue iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5498
    • 提供者:冬冬
  1. pso

    0下载:
  2. 对微粒群算法结构的改进方案有很多种,对其可分类为:采用多个子种群;改进微粒学习对象的选取策略;修改微粒更新迭代公式;修改速度更新策略;修改速度限制方法、位置限制方法和动态确定搜索空间;与其他搜索技术相结合;以及针对多模问题所作的改进。-Structure of the particle swarm algorithm to improve the program there are many, its can be classified as: the use of multiple sub-p
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-22
    • 文件大小:6144
    • 提供者:liufang
  1. gaosudiedai

    0下载:
  2. 高速迭代,基于数学理论与编程相结合的一些算法,本科数学系学生必须学习-High-speed iterative, based on mathematical theory and a combination of some of the programming algorithm, undergraduate mathematics students must learn
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1281054
    • 提供者:ningbing
  1. LMS

    1下载:
  2. 1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   e(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足算法结束,若否
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:900
    • 提供者:周永辉
  1. src

    0下载:
  2. 代码写了unix socket编程的几种模式,包括迭代模式,epoll模式,select模式,多线程,多进程模式,是学习很好用的资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:12198
    • 提供者:焦梁
  1. unix-socket-programme

    0下载:
  2. 代码编写了在unix socket编程的典型几种模式,包括迭代,epoll,select,多线程,多进程等模式,是学习的好资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1479741
    • 提供者:焦梁
  1. Gauss-iterative

    0下载:
  2. 通过高斯迭代来进行最优化求解,适合初级学者进行学习-Gauss iterative
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1152
    • 提供者:lixuewei
  1. kock

    0下载:
  2. 1. 了解什么是kock曲线,其特点用途 2. 进一步体会opengl编程,并结合以往经验,运用迭代完成kock曲线 3. 学习使用键盘交互控制kock曲线迭代次数 -Understand what is kock curve, its characteristic purposes Further opengl programming experience, and connecting with the previous experience, adopting iterat
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:259803
    • 提供者:zhou shun
  1. Landweber

    0下载:
  2. 一篇学位论文,用Landweber迭代方法解决非线性不适定问题的收敛性分析,供大家参考学习-A degree thesis, with Landweber iteration method to solve nonlinear ill-posed problem of convergence analysis, provide everyone ref
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1176445
    • 提供者:sada
  1. quyueshengzhang

    0下载:
  2. 遗传算法/大津法/区域生长法/迭代法分割图像,有详细注释,适合学习-Genetic algorithm/dajin method/area growth method/iteration method image segmentation, and have the detailed notes, suitable for learning
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:974
    • 提供者:俞正国
  1. MDP-model-of-MPNP

    3下载:
  2. 在matlab平台上,针对多周期报童问题,采用值迭代算法、策略迭代算法和强化学习算法求解MDP模型的实例-This is an example presentting how to apply value-iteration algorithm,policy-iteration algorithm and reinforcement learning algorithm to MDP model, which aims to solve the multi-period newsboy prob
  3. 所属分类:matlab例程

    • 发布日期:2013-04-30
    • 文件大小:18013
    • 提供者:yejunyu
  1. VCPPdesign

    1下载:
  2. 10个源码合集,经典全集,针对江苏省各高校合编要求学生的课程设计!只对要交作业的大学生有用!本程序仅做课程设计作业,供大家学习和参考其中包括 1.迭代法截线性方程 2.高斯—赛德尔迭代法 3.股票交易系统 4.模板实现排行榜管理 5.物品库存管理 6.字符串操作 7.对抗游戏 8.八皇后问题 9.分数计算器 10.求解方程-10 source collection, classic Complete Works of students of the cou
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:42672
    • 提供者:马凯
  1. xianxfcdiedai

    0下载:
  2. 线性方程迭代解法的matlab程序,可作为数值分析等的学习工具。-Iterative method for solving linear equations matlab program, can be used as numerical analysis , and other learning tools.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:14075
    • 提供者:cheung
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »
搜珍网 www.dssz.com