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

搜索资源列表

  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. Design_-pattern

    0下载:
  2. 在java学习过程中所编的一些简单设计模式的例子 有观察者,单例,原型,装饰者,迭代器,适配器,备忘录,状态,抽象工厂,桥接等模式-In the process of learning java, compiled by some simple examples of the observer design pattern, singleton, prototype, decorators, iterators, adapters, memos, status, Abstract Facto
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:37498
    • 提供者:wert
  1. Iterator

    0下载:
  2. iterator迭代起的使用的基本代码。Java学习的入门必须的代码。可供初学者学习。-iterator Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2678
    • 提供者:赵飞
  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. iterator

    0下载:
  2. 迭代器模式源代码,同过此代码的学习,你就能体会到了javaapiiterator的设计了-Iterator model source code, the same over the study of this code, you will be able to appreciate the design of the javaapiiterator
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-07
    • 文件大小:12951
    • 提供者:lxw
  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. lms_ar

    0下载:
  2. 用lms迭代算法求解AR参数模型的权向量及学习曲线的训练-using lms to find out the learning plot
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1070
    • 提供者:jeansco
  1. BSS_-Part_1_3

    1下载:
  2. 盲信号分离的三篇经典文章。Part One,首次提出了一种基于神经网络的学习算法(H-J算法),成功地实现了两个语音信号的分离,从而开启了一个新的领域。虽然他们的学习算法是启发式的并且没有明确指出需利用观测信号的高阶(高于二阶)统计信息,但是其迭代计算公式已具备后来ICA在线算法的雏形。 Part Two和Part Three:分别是从两个不同的角度来证明HJ算法的稳定性(主要是对源信号个数为2的情况给的证明),可惜的是,给出的稳定性条件都不是充要条件。-The three classic
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1589700
    • 提供者:lizhiju
  1. yakabi

    0下载:
  2. 用C完成的一个yakebi简单程序,可通过此程序对雅克比比迭代法进行学习-C language completed a yakebi simple program can through this program over iteration method of Jacques for learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1058
    • 提供者:guowen
  1. jiandandianwangchaoliujisuande-PPT

    0下载:
  2. PQ分解法潮流程序-BB方案,允许迭代次数2000次,大家共同学习-PQ decomposition trend of program-BB program, allowing the number of iterations 2000, we learn together
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:88081
    • 提供者:小钱
  1. iamgeseg

    0下载:
  2. 双峰法,迭代法,最大熵阈值分割,初学者,大家共同交流学习!-rs image matlab iamge segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2117
    • 提供者:春晓
  1. Gauss

    0下载:
  2. Gauss求积公式,精度很高,一起学习。精度高,迭代次数少-Gauss quadrature formula, the accuracy is high, learning together
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:581
    • 提供者:liu
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com