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

搜索资源列表

  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. 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. Untitled3

    0下载:
  2. 非常经典的牛顿算法,已经验证通过,我考试就是用的这个程序,带有注释,非常好理解。-Very classical Newton algorithm, has already been verified, I test is used in this process, with notes, a very good understanding.
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:900
    • 提供者:王敦锋
  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. teorisecantnewton

    0下载:
  2. teori secant dan newton untuk menghitung matriks
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:260123
    • 提供者:moshi2
  1. division_imp4_v5

    0下载:
  2. Code VHDL for Newton Raphson BCD Division and Carry Save Multiplication in BCD
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:8074
    • 提供者:Juan Manuel
  1. fixed-sqroot

    0下载:
  2. Fixed point square root routine for any microcontroller (8/16/32 bit), faster than libc version. Function calculates the integer square root for 32-bit number. Calculated as 16-bit integer part and 16-bit fractional part. Computation is performed f
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:727
    • 提供者:Kirill Frolov
  1. nlpf1

    1下载:
  2. 电力系统潮流计算,牛顿拉夫逊法极坐标形式,适用于电气工程及其自动化潮流编程。-Power flow calculation, the Newton Raphson method in polar form, applies to the programming of Electrical Engineering and Automation trend.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:1961
    • 提供者:陈泉
  1. SQRT

    0下载:
  2. Square Root By Newton Raphson Method
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-28
    • 文件大小:1481
    • 提供者:胡晓斌
  1. hw4problem2

    0下载:
  2. 一种用Newton-Rapson Method来计算能量的Matlab code-Newton-Rapson Method to determine the slack bus power( 3 buses)/
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:561
    • 提供者:林天舒
  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. newton

    0下载:
  2. algoritm for Newton Raphson
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:622
    • 提供者:vs2oo
  1. newton

    0下载:
  2. 高等数学的插值算法程序,牛顿插值、迭代算法等,实用程序,可用于解决工程实际数学问题-Higher Mathematics interpolation algorithm, Newton interpolation, iterative algorithm, the utility can be used to solve practical engineering math problems
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3959
    • 提供者:郑旭
  1. 8-bit-ALU-with-a-Newton-Raphson-Divider

    0下载:
  2. 8-bit ALU with a Newton-Raphson Divider Using Verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:104801
    • 提供者:webking
  1. newton-raphson-www.matlabnet.ir

    0下载:
  2. this is matlab code for newton raphson load flow
  3. 所属分类:QNX

    • 发布日期:2017-04-13
    • 文件大小:1898
    • 提供者:k
« 12 »
搜珍网 www.dssz.com