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

搜索资源列表

  1. niudunfa

    0下载:
  2. 这是自己做的牛顿迭代法程序,比较简单,和大家一起交流一下-This is their own doing Newton iteration procedure is relatively simple, with everyone sharing what
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:256121
    • 提供者:汪海
  1. jacobi

    0下载:
  2. 这个程序是针对雅可比迭代和Gauss_Seidel迭代的源程序,简单易懂,非常实用-jacobi and Gauss-Seidel
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1208
    • 提供者:lili
  1. Newton

    0下载:
  2. 牛顿迭代法解方程组 写得比较简单 但是使用-Newton' s iterative method solution of equations written in relatively simple, but the use of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:608
    • 提供者:crynixes
  1. newton

    0下载:
  2. 很简单的牛顿算法,不考虑其他的东西,只用简单的迭代-new ton
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:64563
    • 提供者:KingRay
  1. pso

    0下载:
  2. 粒子群优化(Particle Swarm Optimization - PSO) 算法是一种新兴的有潜力的进化算法( Evolutionary Algorithm - EA) .PSO 算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质. 但是它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作. 它通过追随当前搜索到的最优值来寻找全局最优。-pso
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1675175
    • 提供者:张岩
  1. diedaifa

    0下载:
  2. 数值分析中迭代法的使用,其算法相当的简单,可以参考-Numerical analysis of the use of iterative method, its algorithm is quite simple, can refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:275123
    • 提供者:du
  1. sendandreceive

    0下载:
  2. 用c语言编写的简单发送和接收并行算法—雅克比迭代,是学习并行的好例子 -With the c language to send and receive simple parallel algorithm- Jacobi iteration, is a good example of parallel learning
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:963
    • 提供者:付玉强
  1. DEScode

    0下载:
  2. 简单DES算法加解密程序,通过十六轮迭代实现。对原程序进行了修改,可用输入输出-DES-Encryption,with optional input and output
  3. 所属分类:CA program

    • 发布日期:2017-03-27
    • 文件大小:11467
    • 提供者:Xia
  1. client

    0下载:
  2. linux 下QT迭代服务器、数据库简单实现的完全代码,很值得初学者学习啊。-QT under linux iterative server, database, a simple realization of the complete code, it is worthwhile for beginners to learn ah.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:65278
    • 提供者:徐德亮
  1. jixieshou

    0下载:
  2. :本文提出了一种基于单纯形方法的机械手位姿逆解的分步求解方法。这种方法充分利用了单纯形法 大范围收敛和计算简单的特性,在不计算目标函数一阶导数的情况下,确定极值点的查找方向与步长,多次迭代,直至目标函数满足所给条件。最后,用一个六自由度的肘机器人验证了该求解方法的有效性。- This paper presents a simplex method based on robot position and orientation of the sub-step inverse solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:769160
    • 提供者:杨元龙
  1. diancichang

    0下载:
  2. 利用雅各比迭代法计算多元几次方程的多个未知数,方便简单易懂,算法简单-field computer
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:38841
    • 提供者:fuxiaoxia
  1. diedai

    0下载:
  2. 改程序用迭代方法实现对图像的阈值分割。该方法简单使用。-The program realises method image segmentation with the iterative . The method is simple to use.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:5337
    • 提供者:王家友
  1. 1-Newton

    0下载:
  2. 牛顿迭代算法,可以处理一些简单的计算,得到的结果保存为txt文件。-Newton iterative algorithm that can deal with some simple calculation, and the result saved as a txt file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:254523
    • 提供者:ruoshui
  1. regionbased_seg

    1下载:
  2. snake模型 简单 可以修改迭代次数跟初始mask 挺不错的,可以改参数-snake model Simple can modify iterations with initial mask quite good can change parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:12788
    • 提供者:pang
  1. solvinglinearequations

    0下载:
  2. 线性方程组求解算法实现。包括了列主元消元法、直接LU分解法、雅克比迭代、高斯赛德尔迭代法。并且对四个算法实现做了不太规范的、简单的类封装。原创代码,含详细注释。希望对用到数值计算的带来帮助。-Algorithm for solving linear equations. Including the main-element elimination method, the direct LU decomposition, Jacobi iteration, high Sisaideer itera
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:107676
    • 提供者:风流云散
  1. xianxingfangchengzu

    0下载:
  2. 本代码是GAUSS-SEIDEL迭代法、选主元JORDAN消去法、简单GAUSS消去法、选主元GAUSS消去法的MATLAB程序,有详细注释,可直接调用-This code is GAUSS-SEIDEL iteration, pivoting JORDAN elimination, simple GAUSS elimination, pivoting GAUSS elimination of the MATLAB program, with detailed notes, can be cal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2359
    • 提供者:huanghf
  1. jiacobi

    0下载:
  2. 基于简单的编程实现,用c语言实现jiacobi迭代公式-Based on a simple programming, using c language jiacobi iteration formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:273224
    • 提供者:胡言防
  1. K_Means

    0下载:
  2. K均值算法,实现一种动态聚类法--迭代自组织数据分析算法,这是一种较为简单的K均值算法-K means algorithm, to achieve a dynamic clustering method- iterative self organizing data analysis algorithm, which is a relatively simple K-means algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1648
    • 提供者:xiaohu
  1. t1

    0下载:
  2. 迭代法 最简单的方法求取一个阈值 用来分割图像-Iteration threshold method
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2116
    • 提供者:孙超
  1. logistic

    0下载:
  2. Logistic映射与奇异吸引子 一、logistic映射---通向混沌的道路 混沌系统,由于其行为的复杂性,往往认为其动态特性(运动方程)也一定非常复杂,事实并非如此,一个参量很少、动态特性非常简单的系统有时也能够产生混沌现象,以一维虫口模型为例,假设某一区域内的现有虫口数为yn,-logistic实现6蛛网迭代
  3. 所属分类:Fractal program

    • 发布日期:2017-03-26
    • 文件大小:35927
    • 提供者:LINGXUAN
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com