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

搜索资源列表

  1. newton

    0下载:
  2. 牛顿迭代法 数值分析 求解方程组的解 这是一个matlab程序代码-newton iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:592
    • 提供者:diana
  1. ninewton

    0下载:
  2. 拟牛顿迭代法 matlab程序 应用是数字分析课程的matlab代码-ninewton iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:624
    • 提供者:diana
  1. niudun

    0下载:
  2. 牛顿迭代法,比较经典的算法。理解这个算法,基本c++的运行都可以理解的清楚-Newton iteration, the classic algorithm. Understand this algorithm, basic c++ run can be understood clearly
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:8841
    • 提供者:葛骥宇
  1. 6

    0下载:
  2. 迭代语句的使用 跳转语句的使用 选择语句的使用-Use select statement iteration statement using a jump statement
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:258196
    • 提供者:王建玲
  1. fortran

    0下载:
  2. 可靠度分析fortran迭代优化程序,包括五次迭代和满足一定精度要求的迭代。-Reliability of the analysis fortran iterative optimization procedure, including the five iterations and meet certain accuracy requirements iteration.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-21
    • 文件大小:606
    • 提供者:宇文拓
  1. WindyGridWorldQLearning

    0下载:
  2. Q-learning (Watkins, 1989) is a simple way for agents to learn how to act optimally in controlled Markovian domains. It amounts to an incremental method for dynamic programming which imposes limited computational demands. It works by successively
  3. 所属分类:LabView

    • 发布日期:2017-12-01
    • 文件大小:2048
    • 提供者:amin
  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. Fcm

    0下载:
  2. FCM Data set clustering using fuzzy c-means clustering. [CENTER, U, OBJ_FCN] = FCM(DATA, N_CLUSTER) finds N_CLUSTER number of clusters in the data set DATA. DATA is size M-by-N, where M is the number of data points and N is the number of coor
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1237
    • 提供者:almosawi
  1. ganzhiqi

    0下载:
  2. 感知器算法的基本思想是,对初始的或迭代中的增广权矢量 ,用已知的训练模式检验它的合理性,当不合理时,对其进行校正,校正方法实际上是最优化技术中的梯度下降法,上传的是用matlab解决感知器问题。-The Perceptron Algorithm The basic idea augmented weight vector of the initial iteration, the known training mode to test it reasonable, unreasonable, i
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1523
    • 提供者:刘金
  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. yakebi

    0下载:
  2. 用高斯消元,牛顿迭代法,解决雅克比方程。-Gaussian elimination, Newton iteration method to solve the Jacobi equation
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:26668
    • 提供者:kojf
  1. Fractale

    0下载:
  2. 几种分形的方法程序,如牛顿迭代,cantor ——sets ,matlab程序-Several fractal programs, such as Newton iteration Cantor- sets, Matlab program
  3. 所属分类:Fractal program

    • 发布日期:2017-11-24
    • 文件大小:5805
    • 提供者:again
  1. K_means

    0下载:
  2. k均值算法实现聚类,利用数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则-k-means clustering algorithm, the use of the data points to the prototype of a distance as the objective function of optimization, the use of function extremum iteration adjustment rules
  3. 所属分类:Algorithm

    • 发布日期:2017-11-29
    • 文件大小:203237
    • 提供者:zhujiiang
  1. Newton-Laphson-iteration-cPP

    0下载:
  2. 用牛拉法解潮流程序,用c++编写,内含数据-Ox-drawn method for solving flow program, write c++, containing data
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-25
    • 文件大小:6859271
    • 提供者:hebangle
  1. gauseidel-jacobi-richason-SOR

    0下载:
  2. 高斯赛德尔迭代法,雅可比迭代法,理查森迭代算法,超松弛迭代算法的matlab程序。上述算法均用于求解线性方程组。-High Sisaideer iterative method, Jacobi iteration, Richardson iterative algorithm, over relaxation algorithm matlab program. The algorithm for solving linear equations.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1684
    • 提供者:pengtao
  1. laplace_2D

    0下载:
  2. this Laplace 2D . i solve with Jacobi Iteration method ,Point Gauss-seidel Interation method,Line Gauss-Seidel Iteration method ,Point Successive Over-Relaxation method (PSOR),Line Successive Over-Relaxation method (LSOR)-this is Laplace 2D . i solve
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:942
    • 提供者:Thanh
  1. psopt20130502b

    0下载:
  2. Particle swarm optimization is a derivative-free global optimum search algorithm based on the collective intelligence of a large group of intercommunicating entities. The individual particles are simple and primitive, knowing only their own current l
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:34111
    • 提供者:ouchi
  1. compute-trnasitional-path

    0下载:
  2. 高级宏观经济学,计算转移路径,算稳态资本,通过迭代算法算贝尔曼方程,找不动点-transitional path,compute steady-state capital,recursive iteration,value function,bellman equation
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:1298
    • 提供者:alfredyuan
  1. neton-diedai

    0下载:
  2. 计算方法之牛顿迭代,用c语言写的,效果不错、-Newton iteration ,by c
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:662
    • 提供者:郝大宝
  1. The-iteration-algorithm

    0下载:
  2. 信息理论与编码中的信息编码的迭代算法,两种实现方式。-Information theory and coding the information in the coding of iterative algorithm, two kinds of implementations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:288738
    • 提供者:LANCE
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com