CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 以及迭代计算

搜索资源列表

  1. feixianxingfangchengzujiesuan

    0下载:
  2. 非线性方程组数值计算,MATLAB语言实现。包括多种迭代方法,牛顿法,拟牛顿法,以及相关的改进算法。-Numerical calculation implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:29003
    • 提供者:sanlizi
  1. OneDimensionalSearch

    0下载:
  2. 优化设计中的一维搜索方法,包括牛顿梯度法,平分线法,割线法,以及各种插值方法;能计算函数最优点,以及迭代的循环次数-Optimal Design of one-dimensional search methods, including Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2870
    • 提供者:张宪
  1. cordic

    1下载:
  2. cordic,利用迭代的方法,计算三角函数,以及复数的辅角和模,-cordic, the use of iterative method in calculating the trigonometric functions, as well as the plural of auxiliary egos and mold,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:609
    • 提供者:lgy
  1. MATLAB1

    0下载:
  2. 计算方法用二分法 以及两种迭代法来进行迭代计算的码源-With the dichotomy, as well as the code source of two kinds of iterative
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1220
    • 提供者:李星
  1. cordic_atan

    5下载:
  2. 用verilog语言实现计算反正切函数,在软件无线电中解调PM/FM中使用的尤为频繁。上传的压缩包是modelsim工程,基于6.5c,里边包含一个完整的PM波产生以及解调过程的matlab文件仿真,并取其中间的I和Q支路做为verilog文件的输入,并将其借条输出与MATLAB实际解调输出作比较。 鉴相器的设计基于CORDIC算法,其精度取决于迭代的深度。由于工程实际运用只需要解调出atan值,并不需要绝对的值,所以并没有给予加权,需要的同学可以自己加上。-Calculated usin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-08
    • 文件大小:80195
    • 提供者:Jorge
  1. gaosixiaoyuanfa

    0下载:
  2. 高斯消去法是求解线性方程组的基础的重要方法,也是计算机上常用的解低阶稠密矩阵方程组的有效方法。,高斯消去法或称高斯-约当消去法,由高斯和约当得名(很多人将高斯消去作为完整的高斯-约当消去的前半部分),它是线性代数中的一个算法,用于决定线性方程组的解,决定矩阵的秩,以及决定可逆方矩阵的逆。当用于一个矩阵时,高斯消去产生“行消去梯形形式”。-Gaussian elimination is the basis for solving linear equations important way, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7617
    • 提供者:天云
  1. NewtonIterative

    0下载:
  2. 牛顿迭代法求解方程,给定计算初值和程序运行终止条件,根据读入的方程次数以及方程系数,反复计算求出方程的解-Newton used for questing function iteratively
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:71395
    • 提供者:刘翘楚
  1. Mean-shift-research-and-applications

    0下载:
  2. :对均值漂移算法的理论和应用作一全面的综述.首先根据密度函数的非参数估计推导出均值漂移公式的一 般形式,说明了均值漂移迭代算法的步骤及收敛性;然后重点讨论核函数的选择以及带宽矩阵的计算等关键技术;最 后归纳了均值漂移算法在模式检测、聚类、图像分割以及物体实时跟踪等方面的应用,并展望了均值漂移算法在理论和应用中的研究方向.-Clustering thesis
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:377274
    • 提供者:btian
  1. Numberical_Analysis

    0下载:
  2. 用C++实现的线性代数矩阵计算方法,其中包括牛顿迭代法、LUP分解矩阵法以及龙贝格方法-Implemented with C++ Matrix Method of linear algebra, including the Newton iteration, LUP matrix decomposition method of law and the Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:6067
    • 提供者:caogecym
  1. numerical-method

    0下载:
  2. 计算方法课程中矩阵分解,牛顿迭代以及特征值求解的全部代码-Matrix decomposition method of calculating course, Newton s iterative eigenvalue solution and all code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4262
    • 提供者:李建星
  1. snowflake

    0下载:
  2. 对一个等边三角形,每条边按照Koch曲线的方式进行迭代,产生的分形图称为Koch雪花。编制程序绘制出它的图形,并计算Koch雪花的面积,以及它的分形维数-An equilateral triangle, each edge iterations, in accordance with the manner of the Koch curve generated fractal images is known as the Koch snowflake. Programmed to draw it
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1276
    • 提供者:吴边
  1. informatiom

    0下载:
  2. 信息熵计算 信道容量迭代计算 香农码生成器以及编码 fano生成器以及编码-Information entropy iterative channel capacity the the Shannon code generation encoding fano generator and coding
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:5036
    • 提供者:罗聪
  1. solver_Eq

    0下载:
  2. 本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。-This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2879
    • 提供者:蔡声泽
  1. SORandMatlab

    0下载:
  2. 数值分析和数值计算中常用的解方程组以及矩阵迭代问题-Numerical AnalysisNumerical analysis and numerical calculation commonly used solution of equations and matrix iterative problem
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:10739
    • 提供者:zhouzelong
  1. cmeans

    0下载:
  2. c-聚类,设定初始聚类中心以及迭代步长,按距离最小聚类,中心位置重新计算,以及显示。-c- clustering, set the initial cluster centers and iterative step, according to the minimum distance clustering, central location recalculated and displayed.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:629
    • 提供者:悦亮
  1. 1138508kMedoids

    0下载:
  2. 聚类,设定初始聚类中心以及迭代步长,按距离最小聚类,中心位置重新计算,以及显示(The initial cluster centers and the iteration steps are set by clustering, the minimum clustering, the central location re calculation, and the display)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:playboyplay2
  1. 方程解法

    1下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. 对流边界

    1下载:
  2. 墙角在对流边界情况下的温度场模拟计算程序。用户输入墙角两侧的流体主流温度,对流换热表面传热系数,设定墙角以及计算网格尺寸后,程序可以通过迭代求解墙体的温度场并以矩阵和三维图像的形式输出。(A simulation program for the temperature field of the wall corner under the convective boundary condition. After entering the mainstream temperature of the
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:CFD弱弱
  1. gray prediction and iterative methods

    0下载:
  2. matlab预测模型,之灰度预测,还有改进欧拉,龙格库塔等迭代方法(prediction model, gray prediction, and improved Euler, Runge Kutta and other iterative methods)
  3. 所属分类:数学计算

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:alsnb
  1. 二维FDTD圆柱散射问题RCS计算

    5下载:
  2. 二维FDTD圆柱散射问题RCS计算matlab代码。包含平面波引入,场值迭代,2阶MUR边界条件,UPML边界条件,近远场外推,后处理RCS计算代码以及圆柱散射的解析解代码。(Two-dimensional FDTD cylindrical scattering problem RCS calculation matlab code. Including plane wave introduction, field value iteration, second-order MUR bounda
  3. 所属分类:matlab例程

    • 发布日期:2021-04-16
    • 文件大小:17408
    • 提供者:赵闯468
« 12 3 »
搜珍网 www.dssz.com