CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 牛顿迭代法

搜索资源列表

  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. MCS-51_asm_lib

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-There a number of versions of the subroutine library published their own characteristics. The procedures for the open square approximation algorithm for rapid alg
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:17192
    • 提供者:贺建亮
  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. mcukpfkssf

    1下载:
  2. 因为工作的需要,要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4552
    • 提供者:gw
  1. erciguihua

    0下载:
  2. 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2795
    • 提供者:白飞飞
  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. erciguihua

    0下载:
  2. 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2844
    • 提供者:ntexpa
  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. erciguihua

    0下载:
  2. 基于牛顿迭代法的二次规划程序,采用VC平台,适合解决大容量稀疏矩阵的优化问题-Newton iterative method based on the quadratic programming procedures using VC platform, suitable for solving large sparse matrix capacity optimization
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2883
    • 提供者:onyea
  1. Quick_start_root

    0下载:
  2. 要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。-To achieve square root operation on the microcontroller. Most of the square root of the current method is to use Newton iterative method. I checked some information la
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:622
    • 提供者:集合
搜珍网 www.dssz.com