CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - Newton

搜索资源列表

  1. Fast LMS-Newton algorithms based on autoregressive

    0下载:
  2. 一种利用LMS的回声抑制的实现方法,经典文献-echo suppression of the method, classic literature
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:525301
    • 提供者:陈谭
  1. newtonofsmatlabuse

    0下载:
  2. the use of the matlab in newton function.-the use of the Matlab in newton function.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1984
    • 提供者:chenlin
  1. CLangue

    0下载:
  2. 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:159798
    • 提供者:liming
  1. Numerical_Analysis-nonlinear_equations_algorithm_d

    0下载:
  2. 数值分析,LU分解求解,NEWTON法求解非线性方程,曲面拟合
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:123953
    • 提供者:缪缪
  1. 详细推导了复平面上牛顿迭代法的原理和计算公式

    0下载:
  2. 详细推导了复平面上牛顿迭代法的原理和计算公式,用MATLAB编程实现了牛顿迭代法,得到一些奇异绚丽的分形图形-The complex plane is derived in detail the principle and Newton' s iteration formula, using MATLAB programming Newton' s iterative method, get some strange colorful fractal images
  3. 所属分类:软件工程

    • 发布日期:2017-04-09
    • 文件大小:1406377
    • 提供者:wanglei
  1. aircraft_trajectory_simulation

    4下载:
  2. 对某飞行器的全空域飞行弹道进行了仿真研究.建立了飞行器空间运动的数学模型,应用“牛顿插值多项式法”对气动力参数进行了辨识,用C语言编制了仿真程序,并给出了仿真结果及分析。-Of a vehicle-wide airspace simulation trajectory. Established the aircraft mathematical model of space motion, application, Newton interpolation polynomial method
  3. 所属分类:software engineering

    • 发布日期:2014-12-29
    • 文件大小:108144
    • 提供者:李恒
  1. offic

    0下载:
  2. java办公自动化解决方案,常用于数值分析等各个领域,但是代码不长,功能不多-newton
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:398437
    • 提供者:xiao huaping
  1. MATLAB

    0下载:
  2. 电力系统潮流计算的计算机算法,根据牛顿-拉夫逊法计算。-Power Flow Calculation of the computer algorithm, according to Newton- Raphson method.
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:51839
    • 提供者:杨先生
  1. otchet

    0下载:
  2. Purpose: to improve knowledge of the program Mathcad and language Pascal explore Newton-Raphson method, the method of golden section and the method of secants find the minimum of the interval, to make the descr iption of Mathcad and its main function
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:63177
    • 提供者:Annet
  1. NRrec-01

    0下载:
  2. NEWTON-RAPHSON METHOD USING Ybus FROM EL ABIAD - ELGER BOOK Carlos Moscoso M. 2000 UNSAAC Universidad Nacional San Antonio Abad del Cusco - Peru-NEWTON-RAPHSON METHOD USING Ybus FROM EL ABIAD - ELGER BOOK Carlos Moscoso M. 2000 UNSAAC Un
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2456
    • 提供者:sbach
  1. loadflow

    0下载:
  2. 不带稀疏技术的潮流计算程序,牛顿拉夫逊法,用vb实现的-Sparse technology without flow calculation program, Newton Raphson method, implemented with vb
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:20845
    • 提供者:刘雪
  1. matlab

    3下载:
  2. 基于matlab的电力系统潮流计算程序设计(牛拉法).doc是您毕业设计的第一选择-MATLABAbstract:Newton-Raphson technique is an efficient power flow algorithm.It use MATLAB language to design Newton-Raphson technique power algorithm,and passing calculation of an example in this paper t
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:42147
    • 提供者:范凯
  1. newton-method

    0下载:
  2. describes how to implement newton s interpolation method in matlab.
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:25256
    • 提供者:ABK
  1. Newton-power-flow-calculation

    0下载:
  2. 极坐标的牛顿拉夫逊法潮流计算,极坐标与直角坐标有所区别-Newton Raphson power flow calculation in polar coordinates, polar coordinates and rectangular coordinates differ
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:14731
    • 提供者:yeyu
  1. Nonlinear-equations-Newton

    0下载:
  2. (P286例题)非线性方程组牛顿法--三维-(P286 Example) nonlinear equations Newton' s law- the three-dimensional
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:1402
    • 提供者:叶枫
  1. newton

    0下载:
  2. NEWTON RAPSHON METHOD
  3. 所属分类:Project Design

    • 发布日期:2017-12-05
    • 文件大小:1321
    • 提供者:jose
  1. Multidimensional-Newton

    0下载:
  2. vb环境下实现牛顿法迭代求最优,最优化原理与方法中无约束最优化的求解-Newton s method to achieve vb environment iterative optimal, optimization theory and methods for solving unconstrained optimization
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:151312
    • 提供者:gump
  1. newton-raphson

    0下载:
  2. include newton raphson method
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1476
    • 提供者:bahram
  1. newton-raphson-decoupled-190-buses

    0下载:
  2. Newton Raphson Decoupled
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:16796
    • 提供者:Aristeo
  1. 5.-Use-Newton-method-to-solving-simple-Equation_M

    0下载:
  2. Using Newton Method to solve simple equation created by M.Peter
  3. 所属分类:Software Testing

    • 发布日期:2017-04-30
    • 文件大小:14584
    • 提供者:Peter
« 12 3 »
搜珍网 www.dssz.com