搜索资源列表

  1. Newton

    0下载:
  2. 一款基于分形几何学的牛顿公式编程小程序。-A fractal geometry based on the formula of Newton' s programming applets.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:Taro
  1. powerflow

    0下载:
  2. 程序实现用牛顿-拉夫逊迭代法进行潮流计算。不仅有潮流计算,还有数据处理的程序-Procedure using the Newton- Raphson iterative method for flow calculation. Not only power flow calculation, as well as data-processing procedures
  3. 所属分类:其他行业

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:郑奕辉
  1. Numericalanalysiscalculationmethodscommonalgorithm

    0下载:
  2. 数值分析&计算方法常见算法C语言源代码,内容包括高斯消元,牛顿下山,雅克比迭代等常用数值算法!-Numerical analysis & calculation methods common algorithm C language source code, including Gauss, Newton down the mountain, such as Jacobian iterative numerical algori
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:332800
    • 提供者:huang
  1. newton_Interpolation

    0下载:
  2. C++实现的牛顿插值算法:对于n个点的插值,产生多项式的时间复杂度是O(n*n),最终进行一个点的计算的时间复杂度是O(n)。-C++ realization of the Newton interpolation algorithm: For n of interpolation points, resulting in polynomial time complexity is O (n* n), the final calcula
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:yxp
  1. nudon

    0下载:
  2. 电力系统的牛顿-拉夫逊潮流计算。有程序和PPT-Power System Newton- Raphson power flow calculation. There are procedures and PPT
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-16
    • 文件大小:92160
    • 提供者:王影
  1. interpolation

    0下载:
  2. 给出插值算子的算法,牛顿法求解非线性方程,欢迎大家给出意见。-Interpolation operator is given algorithm, Newton method for solving nonlinear equations, welcome to give their views.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王海
  1. newton

    0下载:
  2. 关于计算方法中的牛顿法的VC代码,希望能够对大家有用。-On the calculation method of Newton s law of VC code, useful for all of us hope.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:264192
    • 提供者:yeyu
  1. program

    0下载:
  2. 数值算法例子,牛顿插值,拉格朗日,三次样条
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:16384
    • 提供者:chiu yufeng
  1. newton

    0下载:
  2. N次牛顿向前插值计算公式通用程序及流程图 -N times the Newton forward interpolation formula for calculating general procedures and flow chart
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:kelly
  1. chaoliujisuan

    0下载:
  2. 潮流计算 牛顿拉夫逊方法-chaoliujisuan niu dun la fu xun chao liu ji suan
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Ivan
  1. newton

    0下载:
  2. 工程优化中常用的几种方法和实现,牛顿法优化设计方法-Commonly used in engineering optimization and realization of several ways, design by Newton
  3. 所属分类:汇编语言

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:刘晶
  1. niudunchaoliu)

    0下载:
  2. 能进行牛顿法的电力电力系统的潮流计算而且它的收敛性很好已经进行了测试-Newton' s law can be the power flow calculation of power system
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:lxh
  1. MCS-51subprogramlib

    0下载:
  2. MCS-51单片机实用子程序库,目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。 -MCS-51 subprogram library
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:28672
    • 提供者:孙天奇
  1. treesearch

    0下载:
  2. 牛顿迭代发求解方程x*x*x-x*x-1的c语言实现方法。-Newton made to solve equation x* x* xx* x-1 c-language implementation.
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:jcz
  1. nonlinear_epuation_solve

    0下载:
  2. 非线性方程组解法源代码,包括二分法和牛顿法,数值分析作业,给初学者作参考。-Solution of nonlinear equations the source code, including the dichotomy and the Newton method, numerical analysis of operations, to the beginners for reference.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:49152
    • 提供者:lsw_hit
  1. Netow

    0下载:
  2. 牛顿迭代法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。-Newton iteration (Newton' s method) is also known as the Newton- Raphson method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:chei
  1. N_Ralgorithm

    0下载:
  2. 一个C++builder 编写的牛顿杰弗逊算法 用来计算非线性的一些东西,我当时是用于计算电路上的参数-A C++ builder, prepared by Jefferson Newton algorithm used to calculate the nonlinear something I was used to calculate the circuit parameters
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:367616
    • 提供者:diode
  1. stack

    0下载:
  2. 欧文于1771年5月14日出生于北威尔士蒙哥马利郡的牛顿城,是全家七个孩子中的第六个。他的父亲是位马具师和小五金商,母亲是女邮政员。因为这七个孩子中有两个早夭,年少时的欧文很受父母的疼爱。欧文小时候酷爱读书,他们住的小镇上,有学问者的书房基本上都 向他开放。童年的欧文通读了所有他能找到的感兴趣的书籍。小时候的欧文多灾多难,几次差点都搭上性命,当然这些差-DATA SEGMENT X DB 66H Y DB 35H Z
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:188416
    • 提供者:shichao
  1. time

    0下载:
  2. 欧文于1771年5月14日出生于北威尔士蒙哥马利郡的牛顿城,是全家七个孩子中的第六个。他的父亲是位马具师和小五金商,母亲是女邮政员。因为这七个孩子中有两个早夭,年少时的欧文很受父母的疼爱。欧文小时候酷爱读书,他们住的小镇上,有学问者的书房基本上都 向他开放。童年的欧文通读了所有他能找到的感兴趣的书籍。小时候的欧文多灾多难,几次差点都搭上性命,当然这些差-DATA SEGMENT X DB 66H Y DB 35H Z
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:161792
    • 提供者:shichao
  1. newton

    0下载:
  2. 关于牛顿迭代法以及弦解法的相关程序,实验平台是vc.-Newton iteration on the solution as well as the string of related procedures, the experimental platform is vc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王一奇
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org