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

搜索资源列表

  1. GVF_Snake

    0下载:
  2. GVF相关代码及相关论文资料(),含: GRADIENT VECTOR FLOW DEMONSTRATION(GVF) matlab code, ITERATIVE WATERSHED SEGMENTATION (c-code), 与SNAKE GUI代码。 (所含文件:gvf_v5.zip,MateiDemo.zip, snake_demo.zip) -gradient vector flow code and related information paper (), con
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2810371
    • 提供者:陈志贤
  1. chenglieguan

    0下载:
  2. 算法与分析设计习题中,陈列馆机器人设置问题,迭代递归算法实现。-algorithm design and analysis of the questions, robot exhibition hall set up, recursive iterative algorithm.
  3. 所属分类:其它

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

    0下载:
  2. pso算法的代码,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值,-PSO algorithm code is based on an iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:128274
    • 提供者:张林
  1. DESChecker11111

    0下载:
  2. DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li,Ri,Fi,Si等,这样可以当做一个DES加密对照器,这样可以方便的发现你在加密过程中出现的错误! -DES (Data Encrypton Standard) algorithm has been achieved online many, I would like to speak on is the DES encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:152189
    • 提供者:杨飞
  1. dalvfadiedaifa

    0下载:
  2. 大律法和迭代法是实现二值化比较好的两种方法,此处是两种方法的源代码,参照何斌的那本书。-large Torah and iterative method is the value of two relatively good two methods, here are two methods of source code, He Bin light of the book.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1912
    • 提供者:荣风展
  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. cancer

    1下载:
  2. 细胞检测,通过细胞边缘跟踪,迭代阈值分割算法,检测细胞边缘,计算细胞大小,对细胞进行判断-cell detection, tracking through the edge of the cells, iterative threshold segmentation algorithm to detect the edge of the cells, the cell size, right cells judgment
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:29089
    • 提供者:夏蓉
  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. Romberg_C++

    0下载:
  2. 数值算法 龙贝格积分 C++实现 用迭代的方法求定积分-numerical algorithm Long Bergh C integral to the realization of iterative methods used to seek integration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:839
    • 提供者:wtommy
  1. Hamming_NN

    0下载:
  2. Hamming 神经网络从功能上来看是最小Hamming 距离分类器.利用它能够完成不完整输入信息与所存储模式的最小汉明距离分类.    Hamming 网络是一个双层神经网络,第一层网(即匹配子网络)是用来计算输入模式与该网络已经学习过的各样本之间的匹配测度.第二层网(即竞争子网络)接收从匹配子网络送来的未知模式与已存各样本的匹配测度,然后经过多次迭代运算就可以求得与输入模式相匹配的样本.-Hamming neural network from the functional point o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:115472
    • 提供者:东方云
  1. yuandaimabaogao

    0下载:
  2. 数值计算源代码,包括二分法,弦截法,龙贝格算法,下山法,牛顿迭代法-numerical source code, including the dichotomy, chord sheet, Lung Bergh algorithm, the mountain, the Newton iterative method
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6948
    • 提供者:顾婷婷
  1. sample_iter

    0下载:
  2. 迭代器算法,对于列表数据访问,以及代码以后的维护非常有效,供大家参考-iterative algorithm for data access list, and after the code is very effective safeguard for reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1508
    • 提供者:gaotao
  1. PhDThesisforLDPC

    1下载:
  2. 硕士学位论文:LDPC码在瑞利衰落信道中的性能分析 信道编码技术可以带来编码增益,节省宝贵的功率资源,己经成为现代数字 通信系统中必不可少的关键技术。LDPC码采用低复杂度的迭代译码算法,且具有 逼近香农限的性能.由于LDPC码具有诸多优点,它在信息可靠传输中的良好应 用前景己经引起学术界和rr业界的高度重视,成为当今信道编码领域最受瞩目的 研究热点之一。 本文主要探讨了LDPC码在瑞利衰落信道中的性能,基于LDPC码的分组空 时码系统,以及基于LDPC码的正交频
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2362694
    • 提供者:daniel
  1. OpenNL2

    0下载:
  2. This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * OpenNL can also use other solver
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:85404
    • 提供者:Wayne
  1. hundun_BMP

    0下载:
  2. 使用迭代方程Xn+1=Asin2(Xn-XB)生成混沌序列{Xi},需输入A和Xb值,不同的值产生不同的加密效果,但是仅在混沌区内的加密效果最好。在Microsoft Visual Studio .NET 2003上调试成功,用C++语言编写-use an iterative equation Xn Asin2 = (Xn - XB) generated chaotic sequence (Xi) need input A and isolate value, different values
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:83881
    • 提供者:Iris Liu
  1. dinospinicosahedron1

    0下载:
  2. 一个正二十面体的细分迭代工程,很漂亮,需要glut-an icosahedron is the breakdown of iterative engineering, and very pretty, needs glut
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:66040
    • 提供者:焦堂生
  1. dinospinicosahedronstar2

    0下载:
  2. 一个正二十面体通过迭代产生(star)星形的漂亮的工程,需要glut-is an icosahedral through iterative (star) star beautiful project that requires glut
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:37573
    • 提供者:焦堂生
  1. encript

    0下载:
  2. 本程序通过混合光学双稳模型的迭代方程对多媒体文件进行混沌加密、解密(加密解密文件分别以.en和.de结尾),并显示加密、解密的结果。-the procedures adopted hybrid optical bistable iterative equation model of multimedia documents chaotic encryption, decryption (encryption and decryption of documents respectively. an
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:245388
    • 提供者:敏殇
  1. EOM

    0下载:
  2. 拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B-Lagrange interpolation polynomial fitting, polynomial interpolation Newton, Euler equations partial differential equations, Limit the use
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7783
    • 提供者:wangshen
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com