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

搜索资源列表

  1. SDR

    0下载:
  2. 赛德尔迭代法解方程组-Seidel iterative method for solving equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10100
    • 提供者:赵健
  1. adapQuad

    2下载:
  2. 迭代自适应Simpson,Lobatto积分 In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear r
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:232144
    • 提供者:zzn
  1. PLANNING_ICP

    0下载:
  2. Implementation of an Interval Iterative Closest Point that uses intervals to found the global optimal solution.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:352865
    • 提供者:李晋江
  1. ofeli-1.3.0-3

    0下载:
  2. OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2211735
    • 提供者:王大为
  1. 图像分割迭代、峰谷、半阈值算法。

    0下载:
  2. 用迭代、峰谷、半阈值算法进行图像分割:-) 包括一个自定义的CDib类-using iterative, peak, semi-threshold algorithm for image segmentation :-) include a defined category CDib
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:66607
    • 提供者:王俊惠
  1. Gauss-Seidel 迭代

    0下载:
  2. 数据结构中常用的Gauss-Seidel 迭代算法-commonly used data structures, the Gauss - Seidel iterative algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1261
    • 提供者:陈曦
  1. 圆周率计算

    0下载:
  2. 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy the circumference of the rate
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3152
    • 提供者:qqiang
  1. 超松弛迭代法

    0下载:
  2. 还可以,能够加快迭代的计算速度,大家用一下-can to accelerate the iterative calculation speed, we spent about
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2172
    • 提供者:张建国
  1. 牛顿迭带

    0下载:
  2. 在VC下实现的一个小程序 牛顿迭带法 先确定有根区间,再算值-in VC under procedures of a small Newton iterative method is to first determine the root zone, and then value
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5590
    • 提供者:王名
  1. spso

    0下载:
  2. 保证全局收敛的随机微粒群算法。当最优粒子的解无进化,则对其位置、速度进行变异,而使算法不致过早收敛,只要迭代次数足够,算法保证全局收敛。-ensure global convergence of random particle swarm algorithm. When the optimal solution without particles of evolution, its location, speed variation, which might not premature conv
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2256
    • 提供者:陈超
  1. s-des算法分析及实现

    0下载:
  2. :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:550087
    • 提供者:王冰
  1. 容器类

    0下载:
  2. 容器类的实现和定义,由于使用迭代器需 要关于STL容器类和算法的知识,-container class and the realization of the definition, because the need for the use of iterative STL containers on the type and algorithms knowledge,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:814
    • 提供者:范围
  1. erciguihua

    0下载:
  2. 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2795
    • 提供者:白飞飞
  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. 迭代回朔

    0下载:
  2. 迭代回朔算法是计算机中很常用的算法, 我的程序是一个八皇后问题。-back Schomburg iterative algorithm is quite commonly used computer algorithms, the procedure is a Queen's eight issues.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5865
    • 提供者:金海建
  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. fractal压缩源代码

    0下载:
  2. 分形图像压缩源代码,实现了分形迭代算法,实现图像分形压缩,非常适合学习研究分形算法。-fractal image compression source code, achieving Fractal iterative algorithm, Fractal Image Compression, very suitable for studying the fractal algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23168
    • 提供者:寒塘
  1. 视频分割的matlab 程序

    2下载:
  2. 1. 视频数据读取,读取相邻两帧中的人眼最敏感的亮度数据。 2. 用后一帧的亮度矩阵减去前一帧亮度矩阵,计算出两帧的帧差。 3. 迭代计算出帧差中的噪声的均值和标准差。 4. 根据均值和标准差滤除噪声,得到变化区域。 5. 用数学形态学运算得到对象的最终模板。-1. Video data is read, read two adjacent eyes of the brightness of the most sensitive data. 2. After a brightness of th
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2539
    • 提供者:王斌
  1. 雅可比C++

    0下载:
  2. 雅可比(Jacobi)迭代算法的C++实现-Jacobian (Jacobi) iterative algorithm to achieve C
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2399
    • 提供者:王景晖
  1. 汉诺塔_迭代算法

    0下载:
  2. 用迭代实现的汉诺塔,出自大一新生,希望得高手指导!-achieved using iterative HANOR, from the Freshmen, in expert guidance!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1754
    • 提供者:
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com