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

搜索资源列表

  1. main

    0下载:
  2. 喷管内的结构网格生成,利用了好几种迭代方法-The structure of nozzle grid generation, use of several iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:282302
    • 提供者:zhuchuanyun
  1. diedai

    0下载:
  2. 数值计算中迭代法算法实现,相信对大家学习有很大帮助-Iterative numerical calculation algorithm, I believe that everyone has learned a great help
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1216153
    • 提供者:wangzhehu
  1. G-S

    0下载:
  2. 本程序实现高斯迭代法解方程,附有实习报告,能很好的理解算法过程和迭代过程。-This procedure Gauss iterative method to achieve solution of equations, with internship report, the process can be a good understanding of algorithms and iterative process.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:634253
    • 提供者:ligan
  1. G-S(matlab)

    0下载:
  2. 程序在matlab环境下,实现了高斯迭代法解方程。-Program in matlab environment, fulfilling the law of the Gauss iterative solution of equations.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:20377
    • 提供者:ligan
  1. JFCZ

    0下载:
  2. 程序实现高斯迭代法解方程组。并附有实习报告,分析了高斯迭代法解算过程。-Gauss iterative process to achieve solution of equations. Together with practical reporting, analysis of the Gaussian process of iterative solver.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:184581
    • 提供者:ligan
  1. 06_05_Julia

    0下载:
  2. Julia集是复迭代过程,通过建立单文档应用程序框架,编写经典的Julia集和扩展的Julia集-Julia set is a complex iterative process, through the establishment of a single document application framework, the preparation of classic and expansion of the Julia set Julia set
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1923964
    • 提供者:如花
  1. poly_multi

    0下载:
  2. 用单链表实现多项式乘法。创建一个PolyNode类,用来保存单项式的内容。单链表用来储存多项式,为方便以见,储存时以降幂排列,这样有利于操作。在程序中操作单链表都是用迭代器来实现的。 在输入单链表时也要以降幂排列输入,相乘过程中每两个单项式相乘,然后将相乘得到的单项式结果插入到乘积多项式的正确位置。-Single linked list to achieve polynomial multiplication. Create a PolyNode class to store the con
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7094
    • 提供者:stanley
  1. 3-5LDPC

    0下载:
  2. 3-5循环移位码是LDPC码准循环码中一种典型的构造校验矩阵的方法,较小的(155 64)码通常也是对比测试其他码的性能好坏的重要测试标准,程序详细描述了构造的步骤和方法,结果是采用AList的结果存储方法,译码性能可以由BP迭代译码直接得出-3-5 cyclic shift LDPC codes are quasi-cyclic codes in the code structure of a typical calibration matrix method, the smaller (15
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:138725
    • 提供者:张小龙
  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. nudan3

    0下载:
  2. 基于最优控制理论的诺顿法典型迭代MATLAB 程序-Norton based on optimal control theory method typical iterative MATLAB program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:518
    • 提供者:peter
  1. cs2235

    0下载:
  2. 基于轮廓波维纳滤波的图像压缩传感重构论文,利用了轮廓波维纳滤波去噪算子替代迭代阈值法中的阈值算子,进而提出了基于轮廓波维纳滤波的图像压缩传感的重构算法。-Contour-based image compression sensor Povina reconstruction filter paper, using the contour Povina filter denoising operator in the alternative iterative threshold method t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:568274
    • 提供者:lee
  1. newton

    0下载:
  2. Newto迭代非线性方程的根,可以求解多根情况-Newto iterative roots of nonlinear equations, can solve the situation of multiple
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2866
    • 提供者:haohao
  1. possion

    0下载:
  2. 本文从理论上推导出了 如何使用迭代方法解联立方程组, 在计算精度范围内严格地给出了泊松分布下的线性多 重回归的求解, 并且也解决了“ 面积亏损” 的问题-This paper theoretically out how to use the iterative method for solving simultaneous equations, in the context of strict accuracy of the Poisson distribution is given u
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:232490
    • 提供者:秦本军
  1. Newton

    0下载:
  2. 用Newton迭代法求解方程的根,用matlab实现-Newton iterative method for solving equations with roots, using matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:21638
    • 提供者:刘华杰
  1. Jacobi

    0下载:
  2. Jacobi迭代法和SOR方法求解线性方程组-Jacobi iterative method and the SOR method for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:13923
    • 提供者:刘华杰
  1. Linux_Network

    0下载:
  2. 本书详细介绍了在Unix系统下基于TCP/IP网络套接口的基本编程方法,包括迭代与并发服务器编写方法、进程与线程编程技术、I/O编程技术、IPv4与IPv6的兼容性、原始套接口、数据链路访问技术、广播与多播技术等-This book details the Unix systems based on TCP/IP network socket basic programming methods, including iterative and concurrent servers prepara
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1735023
    • 提供者:罗高
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. CommonAlgorithmDesign

    0下载:
  2. 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:67716
    • 提供者:YuMy
  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. turbo

    1下载:
  2. 基于c++的Turbo编译码程序,清晰展示了Turbo迭代算法的优越性,其中包括Turbo编码程序、LOG_MAP译码算法以及SISO译码算法。-The Turbo encoding and decoding process based on C++ , clearly shows the superiority of Turbo iterative algorithm, including the Turbo coding process, LOG_MAP and SISO decodin
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:312258
    • 提供者:李霞
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com