CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - iteration

搜索资源列表

  1. 单片机子程序库

    1下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度.-there are several versions of the subroutine library published their own characteristics. The library opened in the square approximation algorithm for rapid algorithm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2930
    • 提供者:王辉
  1. squareroot

    0下载:
  2. 单片机上的开方程序 比传统的牛顿迭代法要快-microcontroller on the prescribing process than the traditional Newton iteration to be fast
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1819
    • 提供者:王宝成
  1. 51library

    0下载:
  2. 《MCS-51单片机实用子程序库(96年版)》周航慈 目前已有若干版本的子程序库公开发表,它们各有特色。笔者在1988年也编制了两个 子程序库(定点子程序库和浮点子程库),并在相容性、透明性、容错性和算法优化方面作了一些工作。本程序库中的开平方算法为笔者研究的快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。经过八年来全国广大用户的实际使用,反馈了不少信息,陆续扩充了一些新的子程序,纠正了一些隐含错误,成为现在这个最新版本。(转)-"M
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:62536
    • 提供者:鹿艺凡
  1. square_root

    0下载:
  2. 单片机开平方的快速算法 比牛顿迭代法更加快速-Single-chip square root of the fast algorithm for more than Newton iteration Express
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:1526
    • 提供者:谭仲书
  1. MCUKAIFANG

    0下载:
  2. 因为工作的需要,要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。-Because the needs of work, to achieve single-chip open radical operation. Square root of the current methods are mostly used Newton iteration. I checked some i
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1738
    • 提供者:zhongxinyu
  1. chengxu

    0下载:
  2. 常用的单片机子程序库: 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-Single-chip common subroutine library: there are a number of versions of the subroutine library published, they have their own characteristics. Library in
  3. 所属分类:SCM

    • 发布日期:2015-04-17
    • 文件大小:15280
    • 提供者:zhy
  1. DeblurringImagesUsingtheBlindDeconvolutionAlgorit

    0下载:
  2. The Blind Deconvolution Algorithm can be used effectively when no information about the distortion (blurring and noise) is known. The algorithm restores the image and the point-spread function (PSF) simultaneously. The accelerated, damped Richardson-
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:2913
    • 提供者:ayla
  1. An_efficient_Chase_decoder_for_turbo_product_code

    0下载:
  2. Abstract—In this letter, we propose an efficient decoding algorithm for turbo product codes as introduced by Pyndiah. The proposed decoder has no performance degradation and reduces the complexity of the original decoder by an order of magni
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-10-13
    • 文件大小:95369
    • 提供者:cordic
  1. pid

    0下载:
  2. 名称:PID.C 功能:用PID算法闭环控制BANGK3区DAC0832的输出电压,通过设置想要的输出 电压,它通过ADC0804将O832的输出电压读回单片机进行PID自动调节, 并经过短时间将DAC0832的输出电压升到设置的电压 说明:此程序用的是位置式调节 -PID Function The PID (比例、积分、微分) function is used in mainly control applications. PIDCalc perform
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1838
    • 提供者:
  1. PIEZO

    0下载:
  2. 16C54睡眠例程 WRITTEN BY NIGEL GARDNER COPYRIGHT BLUEBIRD ELECTRONICS - 01 380 725110 DATE 3/7/95 ITERATION 1.0 FILE SAVED AS PIEZO.ASM FOR PIC16C5x CLOCK any portb equ 6 #define RC portb,0 rc time cons
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:544
    • 提供者:马家添
  1. 51assembly-language

    0下载:
  2. MCS-51单片机实用子程序库,本程序库中的开平方算法为笔者研究的快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。经过八年来全国广大用户的实际使用,反馈了不少信息,陆续扩充了一些新的子程序,纠正了一些隐含错误,成为现在这个最新版本。-MCS-51 single-chip utility subroutine library, the library of the square root algorithm for fast approximation
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7840
    • 提供者:郝为
  1. 018_sd

    0下载:
  2. 发觉立牌坊健康帕克极品轧空皮肤干击破复古uijcjdofpj -Having determined that the minimum iteration interval is 1, you can initiate a new iteration every cycle. You can schedule LDW (or LDDW) and MPY (or MPYSP) instructions on every cycle
  3. 所属分类:SCM

    • 发布日期:2017-05-22
    • 文件大小:6222908
    • 提供者:wanjianjun
  1. Nelder

    0下载:
  2. We can now compare the convergence speeds and iteration numbers of the methods. Since Lagrange Multiplier Method and Sequential Linear Programming Method include manual calculations elapsed time comparison is not applicable for them. There is also
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1071
    • 提供者:Volkan
  1. trans_f

    0下载:
  2. By comparing elapsed times one can say that Hooke and Jeeves methods converge faster than other methods and the slowest one seems to be Nelder and Mead Simplex Method. In this part of the assignment we are going to reach the solution by using Nelde
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:772
    • 提供者:Volkan
  1. exatj

    0下载:
  2. The title of the commercial is undergraduate course you Jacobi iteration for solving linear equations class-based, Codec ldpc code implementatio.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-30
    • 文件大小:5120
    • 提供者:tfeaivu
  1. yc842

    0下载:
  2. Of spherical harmonics graphic simulation, BP neural network function fitting and pattern recognition, Jacobi iteration for solving linear equations class-based.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-30
    • 文件大小:5120
    • 提供者:kengmaitieman
  1. ve730

    0下载:
  2. On neural network control, IDW inverse distance weighting method, Jacobi iteration for solving linear equations class-based.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-26
    • 文件大小:6144
    • 提供者:fennanning
  1. hk632

    0下载:
  2. Fiber Transmission wireless communication system performance, Much posture, multi-angle, have different light, Jacobi iteration for solving linear equations class-based.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-31
    • 文件大小:10240
    • 提供者:baimenhiu
  1. demo2

    0下载:
  2. LMS算法是随机梯度算法中的一种,其在随机输入维纳滤波器递归计算中使用确定性梯度。(It is one of random gradient algorithms with the steady gradient during the iteration)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:雪狼女
  1. fun_v58

    0下载:
  2. Phased array antenna pattern (Chebyshev weights), Jacobi iteration for solving linear equations class-based, Part of the license plate recognition locator feature.
  3. 所属分类:单片机开发

    • 发布日期:2018-01-03
    • 文件大小:40960
    • 提供者:冯周建
搜珍网 www.dssz.com