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

搜索资源列表

  1. NewTon

    0下载:
  2. Newton迭代法,用Newton迭代法求方程,(内附题目) #include<stdio.h> #include<math.h> #define N 100 #define PS 1e-4 #define TA 1e-4 float Newton(float (*f)(float),float(*f1)(float),float x0 ) { float x1,d=0 int k=0 do { x1= x0-
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:7852
    • 提供者:l
  1. NewtonFG

    0下载:
  2. 利用牛顿迭代法编写,可以用来求的方程的复根,当然如果有复根的话-Written by Newton iteration method can be used to find the complex roots of the equation, of course, if there are complex roots, then
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:17388
    • 提供者:刘杨
  1. pso

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:5364
    • 提供者:刘继宇
  1. zhengshufenlei

    0下载:
  2. 按照下面方法对整数x进行分类:如果x是一个个位数,则x属于x类;否则将x的各位上的数码累加,得到一个新的x,依次迭代,可以得到x的所属类。比如说24,2+4=6,则24的类别数是6;39,3+9=12,1+2=3,则39的类别数是3。输入 每行输入一个非负整数n,n的位数<500,n为0时结束。输出 每行输出对应整数的分类数。-In accordance with the following methods for integer x classification: if x is a n
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:687
    • 提供者:
  1. a

    1下载:
  2. 矩阵与数值分析:高斯法,高斯列主元法,G_S迭代,牛顿法,jacobi迭代法,G-S迭代法 ,牛顿法求根,三次样条插值,多项式拟合,复化Simpson方法,复化梯形方法,n=3的Gauss_Lengendre公式,4阶Runge-Kutta法求解微分方程-Matrix and numerical analysis: Gauss method out PCA Gaussian law, G_S iteration, Newton' s method, jacobi iterative m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:8140
    • 提供者:邵莹
  1. kalman

    0下载:
  2. 该函数实现了卡尔曼滤波中关键的循环迭代过程。-This function is the key to achieve a Kalman filter loop iteration.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:699
    • 提供者:王彦梓
  1. K_Means_image_compression

    0下载:
  2. - K means algorithm is performed with different initial centroids in order to get the best clustering. - The total cost is calculated by summing the distance of each point to its cluster centre and then summing over all the clusters.Based on the mi
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1260618
    • 提供者:Giang
  1. code---c

    0下载:
  2. Economic Load Dispatch using lamda iteration c - code
  3. 所属分类:Editor

    • 发布日期:2017-04-07
    • 文件大小:10197
    • 提供者:akreddy
  1. CBWH_IET_Computer-Vision

    0下载:
  2. 背景加权直方图算法(BWH)在[2]中提出了尝试 减少干扰的背景均值漂移跟踪的目标定位。然而, 在本文中,我们证明了权重分配给候选目标区域的像素 BWH是那些没有背景资料成正比,即不会引入BWH 任何新的信息,因为均值漂移迭代公式是不变的规模 改造砝码。然后,我们提出了一个校正BWH(CBWH)的公式 只转型的目标模式,但不是目标候选模型。 CBWH计划 可以有效地降低背景的干扰,在目标定位。实验 结果表明,CBWH可能会导致更快的收敛速度和更准确的定位比 通
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:730604
    • 提供者:吴盈
  1. pso

    0下载:
  2. pso基础算法代码,能够进行基本pso算法处理,并且能够计算每次迭代例子中心的位移步长 -pso algorithm code base that can perform basic pso algorithm processing, and be able to calculate the displacement of the center of each iteration step examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1245
    • 提供者:cherry
  1. b0b1b2b3

    0下载:
  2. 实现求线性回归方程的参数使用的是牛顿迭代法-Seeking to achieve the parameters of the linear regression equation using a Newton iteration
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:32496
    • 提供者:fdrong
  1. hanshu

    0下载:
  2. MATLAB中用C语言编写的S函数,牛顿迭代法-Using C language MATLAB S-function, Newton iteration
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1780
    • 提供者:wangjr
  1. main

    0下载:
  2. 将红外图像进行迭代分割,经边缘检测后,检测所包含的直线,并在原图像中显示出来-Iteration to infrared image segmentation, edge detection, linear detection contains, and displayed in the original image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1726
    • 提供者:李磊
  1. solver_Eq

    0下载:
  2. 本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。-This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2879
    • 提供者:蔡声泽
  1. five-matlab-procedure

    0下载:
  2. 这5个小程序分别为:用Monte Carlo随机法圆柱相交体的体积;用刘徽割圆法计算pi;梯形法.辛普森法计算圆周率;蒲丰掷针实验程序;线性函数的迭代-This five small programs were: using Monte Carlo random method cylinder intersects the volume cyclotomic method with Liu Hui pi trapezoidal method Simpson method to calcula
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1776
    • 提供者:王虎
  1. diedai

    0下载:
  2. 这5个小程序分别为:用Monte Carlo随机法圆柱相交体的体积;用刘徽割圆法计算pi;梯形法.辛普森法计算圆周率;蒲丰掷针实验程序;线性函数的迭代-This five small programs were: using Monte Carlo random method cylinder intersects the volume cyclotomic method with Liu Hui pi trapezoidal method Simpson method to calcula
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:132374
    • 提供者:王虎
  1. simplex-matlab(1)

    0下载:
  2. 实现数值分析中单纯形法改进方法的matlab代码,即改进单纯形法算法,能够实现大型稀疏矩阵的迭代,这是3/3-Numerical analysis to achieve improved method simplex method matlab code that modified simplex method algorithm, to achieve large sparse matrix iteration, which is 3/3
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3471
    • 提供者:mike
  1. simplex-matlab(2)

    0下载:
  2. 实现数值分析中单纯形法改进方法的matlab代码,即改进单纯形法算法,能够实现大型稀疏矩阵的迭代,代码分为三分。这是2/3-Numerical analysis to achieve improved method simplex method matlab code that modified simplex method algorithm, to achieve large sparse matrix iteration, the code is divided into thirds.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6208
    • 提供者:mike
  1. simplex-matlab(3)

    0下载:
  2. 实现数值分析中单纯形法改进方法的matlab代码,即改进单纯形法算法,能够实现大型稀疏矩阵的迭代,这是3/3-Numerical analysis to achieve improved method simplex method matlab code that modified simplex method algorithm, to achieve large sparse matrix iteration, which is 3/3 ..
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1982
    • 提供者:mike
  1. 1

    0下载:
  2. 关于香蕉函数的牛顿迭代法 梯度法的计算 其中有梯度和hesse矩阵计算-About Banana Newton iteration function gradient calculation method which has gradients and hesse matrix calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3819
    • 提供者:孙飞
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com