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

搜索资源列表

  1. 2nd-256

    0下载:
  2. In this code the laplace equation is solved by iterative method.For solving matrix of unknowns a method like Jacubi method is used that dependet to little difference between iterations for convergence.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3912
    • 提供者:
  1. VC_jacobi

    0下载:
  2. 自编自用的VC编写的jacobi迭代法,数值分析课的作业-Directed and written by the VC jacobi iterative method, numerical analysis homework assignment
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:265791
    • 提供者:张雪奇
  1. kaSat

    0下载:
  2. 设计并仿真了适合Ka 频段卫星移动信道的信号传输体制仿真结果为最终实现方案提供 了可靠的数据同时针对所设计的Turbo 编码和GMSK 调制相结合的信号传输体制提出了迭 代信道估计算法明显改善了系统的误码率BER 性能-Designed and simulated for Ka-band mobile satellite channel signal transmission system simulation results for the final program provides
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:461681
    • 提供者:motonula
  1. AnApproachBasedonFPGAtoAccelerateAccomplishingReco

    0下载:
  2. 提出一种在 FPGA 上实现发射光谱层析技术 SIRT算法时 ,在原有资源不变的情况下 ,加速系统运算的方法。该方法把矩阵分块理论的数学原理和 FPGA 具有并行运算能力的优势有机结合 ,使运算速度有效提升。-An approach based on FPGA to accomplish Simultaneous Iterative Reconst ruction Technique (SIRT) of Emis2 sion Spect ral Tomography ( EST) is pr
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:379208
    • 提供者:wkd
  1. newton

    0下载:
  2. 牛顿迭代法,用于对通用多项式的计算,可自己设置处置,精度等-Newton iterative method for the calculation of general polynomials can set up their own disposal, precision
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6513
    • 提供者:秦昌兵
  1. IFS

    0下载:
  2. 计算机图形学作业,迭代系统,安装ACDSee后就可以了-Computer graphics operations, iterative system can be installed after the ACDSee
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:993849
    • 提供者:余进松
  1. gcd

    0下载:
  2. 利用GCD算法迭代求解两个数最大公约数的算法,并有实例-GCD algorithm using iterative algorithms for solving the greatest common divisor of two numbers, and examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:756
    • 提供者:childe
  1. optimumthreshold

    0下载:
  2. 本程序用于图像处理中对图片进行阈值化时,该图片最优阈值计算的迭代计算-The procedure for image processing in the picture threshold, the optimal threshold image iterative calculation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:872
    • 提供者:kg
  1. 1

    0下载:
  2. 这是学c很基础数学算法,叫做牛顿迭代法,适合初学者-This is the very basis of science c mathematical algorithm, called the Newton iterative method, suitable for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1554
    • 提供者:宾语
  1. matlab7xindaorongliang

    0下载:
  2. 完美的信道容量迭代算法实现,matlab7运行-Perfect channel capacity iterative algorithm, matlab7 run
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:37844
    • 提供者:CQ
  1. queueing_theory

    0下载:
  2. 计算Erlang B,C 模型中阻塞率与输入负载随服务器数量变化的数值关系并绘图。 模拟一个M/M/k排队系统。 该资料为通信系统排队理论matlab实验内容。-Using the iterative scheme, calculate the blocking probability of the Erlang B and C model. Draw the relationship of the blocking probability and offered traffic whi
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2381
    • 提供者:Aurora
  1. Inc

    0下载:
  2. 采用牛顿迭代法求平方根,直接向上取整,获得相应的值-Newton Iterative Method for the rounded square root
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1180
    • 提供者:anndaming
  1. gauseidel.matlab

    0下载:
  2. 求线性方程组的迭代法(高斯赛德尔),基于MATLAB开发-Linear Iterative Method (high Sisaideer)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:594
    • 提供者:王昆
  1. jacobi

    0下载:
  2. 求线性方程组的迭代法,基于MATLAB开发-Linear Equations of the iterative method, based on the MATLAB development
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:561
    • 提供者:王昆
  1. gavno

    0下载:
  2. In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Frie
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:108656
    • 提供者:John
  1. C_gassian

    0下载:
  2. C语言实现高斯迭代方法,纯C环境下编译,-C language Gauss iterative method, the pure C environment, compile,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:514
    • 提供者:张可
  1. EMALGORITHM

    0下载:
  2. In statistics, an expectation-maximization (EM) algorithm is a method for finding maximum likelihood or maximum a posteriori (MAP) estimates of parameters in statistical models, where the model depends on unobserved latent variables. EM is an iterati
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1888
    • 提供者:loossii
  1. IDS

    0下载:
  2. 基于迭代深入深度优先搜索算法实现八数码问题-Depth based on depth-first search iterative algorithm Eight Puzzle Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1696408
    • 提供者:hydx
  1. Gauss

    0下载:
  2. 数值线性代数Gauss迭代法解决课后习题-Numerical linear algebra, Gauss iterative method to solve after-school exercise
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2030
    • 提供者:Andreas
  1. multicarriers_modulations

    0下载:
  2. Amplitude Clipping and Iterative Reconstruction of MIMO-OFDM Signals with Optimum Equalization
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1277087
    • 提供者:mostafa
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com