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

搜索资源列表

  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. AniMatrix

    0下载:
  2. 用c写的对矩阵求逆的算法,采用直接迭代,适合2阶和3阶矩阵-used to write the right matrix inversion algorithm, the introduction of direct iteration, for two bands and three bands Matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6431
    • 提供者:申魏
  1. 离散牛顿法

    2下载:
  2. 解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:33395
    • 提供者:王廷
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10464
    • 提供者:XFX
  1. jaccobi&GS

    0下载:
  2. jaccobi迭代法和GS迭代法求解线性方程组,并有著名病态对称正定矩阵Hilbert矩阵的生成程序和其不同维数下,求解结果的对比作图-jaccobi iteration and GS iterative method for solving linear equations, and a well-known pathological symmetric positive definite matrix Hilbert matrix formation process and the diff
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13298
    • 提供者:高兵
  1. mysor

    0下载:
  2. SOR(超松弛)迭代发求解线性方程组问题,带有Hilbert矩阵生成程序和其不同维数下求解的结果对比作图-SOR (Overrelaxation) iteration made for solving linear equations, with Hilbert matrix formation process and the different dimensions of the results evaluated Comparative mapping
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12936
    • 提供者:高兵
  1. 非线性方程求根

    0下载:
  2. 非线性方程求根 包括二分法、牛顿迭代法的matlab程序。-Root including nonlinear equations dichotomy of Newton iteration of Matlab procedures.
  3. 所属分类:matlab例程

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