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

搜索资源列表

  1. zd_48

    0下载:
  2. 一个复杂的迭代运算-iteration of a complex operation.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8154
    • 提供者:陈鑫
  1. FLOW1

    1下载:
  2. C语言牛拉法潮流计算程序.包括导纳矩阵形成,牛拉法迭代.-C language Rafah cattle flow calculation procedures. Including admittance matrix formation, cattle Rafah iteration.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6729
    • 提供者:
  1. yagao

    0下载:
  2. 雅可比迭代法 高斯迭代法 中国矿业大学计算机学院 计算方法实验三-Jacobi iteration Gaussian iteration of China University of Mining Institute computer calculation experiment 3
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3810
    • 提供者:fisherman
  1. niudun

    0下载:
  2. 图是用牛顿法求方程z3-1=0的根所得到的“项链”。以上程序采用浮点运算,速度是比较慢的。如果每迭代一次就计算一次距离,则速度会更慢。为了使不同吸引区域有不同的颜色,并且能够表现收敛速度,必须做更多的距离计算,但得到的图形也更美丽。特别是将分界处的“项链”放大来看,会得到精致的结构。-Fig Newton method is used Equation z3-1 = 0 has been the root of the "necklace." The procedure is
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2093
    • 提供者:刁轩
  1. mm

    0下载:
  2. 雅可比迭代求解方程 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以-Jacobi iteration equation Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2443
    • 提供者:浪子
  1. zhishiyingyuzhihua

    0下载:
  2. 图象的自适应阈值化图象处理,计算出迭代次数.-image adaptive threshold of image processing, the calculated number of iteration.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:20563
    • 提供者:吴佰斌
  1. Subspace

    2下载:
  2. 子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。-subspace iteration algorithm for the eigenvalue structure, the structural dynamic analysis must be the basic code we hope that the right useful.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1980
    • 提供者:stefanie
  1. hertt

    0下载:
  2. 矩阵的最大特征值的幂法. 对于工程计算而言,矩阵的特征值和特征向量都是相当重要和常见的数据,这里给出的幂法是一种常见的求解方法,用的是迭代的思想。 符号说明: 1A为待求的矩阵, 2Uk,Vk为迭代用的列向量。 3最后的最大特征值maxLamda由最后一次的max(Uk)-----求Uk中的绝对值最大的元素的绝对值.所决定。 而maxLamda所对应的特征向量由最后一次迭代的Vk所决定. 主要的想法就是先选一个不为0的初始向量U0!=0,然后按下面的式
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3328
    • 提供者:bass
  1. spgs

    0下载:
  2. 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:王志波
  1. iterative_SOR

    0下载:
  2. 这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。-This is an iterative method to achieve the C code. This algorithm is used SOR iteration.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:955
    • 提供者:宋亚平
  1. bipso

    0下载:
  2. 围绕粒子群的当前质心对粒子群重新初始化.这样,每个粒子在随后的迭代中将在新的位置带着粒子在上次搜索中获得的“运动惯性”(wvi)向Pi,Pg的方向前进,从而可以在粒子群的运动过程中获得新的位置,增加求得更优解的机会.随着迭代的继续,经过变异的粒子群又将趋向于同一点,当粒子群收敛到一定程度时又进行下一次变异,如此反复,直到迭代结束.-particle swarm around the center of mass of the current PSO reinitialization. Thus,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:77507
    • 提供者:wanglg
  1. atan_base_on_CORDIC_arithmetic

    0下载:
  2. 用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。 -CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration number, the more the number of iter
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1921
    • 提供者:陈朋
  1. newton_iter

    0下载:
  2. 牛顿迭代法的C++类,数值计算很实用的封装类,可以作为数值计算应用软件的一部分使用-Newton iteration of the C - numerical very practical Packaging category, Numerical calculations can be used as part of the application software use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1505
    • 提供者:任平生
  1. Fixed_pt

    0下载:
  2. matlab语言开发的图像去噪的固定点迭代法, 基于偏微分方程的一个算法。-Matlab language Image Denoising fixed-point iteration method, based on partial differential equations of an algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2056
    • 提供者:wjc
  1. invGreville

    0下载:
  2. 矩阵的广义逆计算,共两种方法,其中迭代法有一阶收敛和二阶收敛-generalized inverse matrix calculation, a total of the two methods, which iteration is a second-order convergence and convergence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1707
    • 提供者:lixuan
  1. Machin

    0下载:
  2. 复化simponson求积数值分析算法之复化simpson求积算法,详细情形请见源程序,,Visual C++ my赛德尔迭代法.rar - 在VC++实现的赛德尔迭代法,有每次迭代的结果,,Visual C++ -complex plot of simponson for numerical analysis algorithm from a plot of simpson seeking algorithm, details, see the source,, Visual C my
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2735
    • 提供者:李前
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:34671
    • 提供者:xuyan
  1. MCS-51_asm_lib

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-There a number of versions of the subroutine library published their own characteristics. The procedures for the open square approximation algorithm for rapid alg
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:17192
    • 提供者:贺建亮
  1. ising_model

    0下载:
  2. 给出了二次函数的Julia集分形图的概念及逃逸时间算法绘制复杂分形图的基本原理,对Julia集给出了严格的数学定义.逃逸时间算法即取定迭代次数界限N,经N次迭代后,若x点仍在给定的区域内,则认为x是分形A中的点 否则x不是分形A中的点.该算法同样适用于Mandelbrot集、Sierpinski三角形等其他复杂分形图.试验表明,该算法绘制的Julia集分形图准确有效、优美清晰,算法简单实用. -given quadratic function of the Julia set fracta
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1136
    • 提供者:为听
  1. Calculatetheprobability

    0下载:
  2. calculatePXTheta---Calculate the probability of each pixel being its color conditioned on all of the clusters that were found at the previous (coarser) iteration. -calculatePXTheta -- Calculate the proba bility of each pixel being its color conditi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11443
    • 提供者:左贤君
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com