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

搜索资源列表

  1. Gauss_Seide-Matlab

    0下载:
  2. Gauss_Seidel迭代法的Matlab程序 -Gauss_Seidel iteration of the Matlab program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:941
    • 提供者:zhouun
  1. CLangue

    0下载:
  2. 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:159798
    • 提供者:liming
  1. gradient_bdgmrotate_12

    0下载:
  2. 模板匹配:双向梯度迭代(BDGM)匹配算法-template matching : two-way gradient iteration (BDGM) Matching Algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-15
    • 文件大小:1723
    • 提供者:李伟
  1. AMODIFIEDRAO-BLACKWELLISEDPARTICLEFILTER

    0下载:
  2. Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit conditional dependencies between parts of the state to estimate. By doing so, RBPFs can improve the estimation quality while also reducing the overall
  3. 所属分类:文件操作

    • 发布日期:2014-01-16
    • 文件大小:121423
    • 提供者:阳关
  1. ch3

    0下载:
  2. Based on Matlab,Gauss Iteration Method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4111
    • 提供者:X.Y. Gao
  1. Gauss-Seidel

    0下载:
  2. Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two me
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:78788
    • 提供者:吕鹏
  1. iteration

    0下载:
  2. 线性方程组的数值解法,包括高斯消去,三角分解,追赶法和Jacobi等迭代方法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4311
    • 提供者:刘星
  1. 数值计算

    0下载:
  2. 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3116
    • 提供者:毛伟杰
  1. MDPtoolbox

    0下载:
  2. The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Process : finite horizon, value iteration, policy iteration, linear programming algorithms with some variants. The functions (m-functions) were developpe
  3. 所属分类:3G开发

    • 发布日期:2008-10-13
    • 文件大小:2437606
    • 提供者:劉德華
  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. EM_GM

    0下载:
  2. % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likeli
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3416
    • 提供者:Shaoqing Yu
  1. 查值迭代

    0下载:
  2. 数值分析 查值 迭代 我把一些方法分别做成了库文件-value iteration I investigated some of the methods were causing libraries
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2560
    • 提供者:李颖超
  1. diedai

    0下载:
  2. 不动点迭代——方程根的求解-fixed-point iteration -- Solving the equation -
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6128
    • 提供者:王慧
  1. Newton迭代

    0下载:
  2. 用 Newton迭代求f(x)=1/3*x^3-x=0的根的源程序-with Newton iteration f (x) = 1 / 3 * x ^ 3-x = 0 the root of the source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:843
    • 提供者:lin
  1. fixed_point

    0下载:
  2. matlab function ---> find roots using fixed-point iteration
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1012
    • 提供者:Di Lin
  1. iterative1

    0下载:
  2. iteration algrithm for solving matrix equations
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:47874
    • 提供者:luguizhen
  1. 高斯—塞德尔迭代法

    1下载:
  2. 高斯—塞德尔迭代法。-Gauss - Seidel iteration.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9408
    • 提供者:陈新
  1. SOR

    0下载:
  2. 超松弛法(SOR迭代)c语言源程序代码,很有用. 对学者计算帮助很大.-Overrelaxation (SOR iteration) c language source code useful. The scholars of great help.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2193
    • 提供者:肖青顺
  1. 模拟退火算法实现旅行商算法

    0下载:
  2. 采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the traveling salesman problem, the para
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2119
    • 提供者:谢继晖
  1. ckeil

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。 -there are several versions of the subroutine library published their own characteristics. The library opened in the square approximation algorithm for rapid algorith
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:725381
    • 提供者:q1q2boy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com