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

搜索资源列表

  1. team16i1_1

    0下载:
  2. 采用XP极限开发方法进行软件开发时,进行语音通信软件开发写的软件工程的迭代计划(第一次迭代)-Limit use XP development method for software development, voice communications software written in the iterative software engineering (first iteration)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:234557
    • 提供者:李天
  1. gaosidiedaifa

    0下载:
  2. 计算方法中的高斯迭代法 C++算法源程序-calculation method of Gaussian iteration algorithm C source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8195
    • 提供者:王宝华
  1. Part_2_C_programmes

    0下载:
  2. 程序总结2 改进欧拉法|高斯消去法|简单迭代法|列主元元素消元|龙贝格算法|龙格库塔方法|牛顿插值多项式-procedures to improve Euler France | Gaussian Elimination | simple iteration | out the main elements Consumers billion yuan | Romberg Algorithm | Runge Kutta method | Newton polynomial interpolatio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4981
    • 提供者:周琳
  1. Part_3_C_programmes

    0下载:
  2. 程序总结3:牛顿迭代|牛顿下山|秦九韶|三对角线追赶法|系统|弦割法|雅克比迭代|综合测评-procedures : Newton iteration | Newton down | Qinjiushao | 3 diagonal chasing France | System | Strings cutting France | Jacques than iterative | Comprehensive Assessment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4879
    • 提供者:周琳
  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 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com