搜索资源列表

  1. NewTon

    0下载:
  2. 牛顿法解决微分方程的实现代码,求解误差很小-Newton method to solve differential equations realize code, to solve a very small error
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:fqihang
  1. newton

    0下载:
  2. 数值分析中牛顿插值算法,运行稳定,并能画出最后的插值曲线-Numerical analysis of Newton
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:35840
    • 提供者:yanghy
  1. powerflow

    0下载:
  2. 基于c语言的电力系统潮流计算程序(牛顿拉夫逊算法)-C language-based Power Flow Calculation Program (Newton Raphson algorithm)
  3. 所属分类:其他行业

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:关洪浩
  1. IEEE14G_S

    0下载:
  2. IEEE14节点的牛顿拉夫逊算法进行潮流计算,希望对同仁们有所帮助。-IEEE14 node Newton Raphson power flow calculation algorithm, and they hope to be helpful to colleagues.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:Mentis
  1. Newton

    0下载:
  2. 用牛顿迭代法来求解函数近似解,不同的迭代方法,收敛速度是不一样的-Using Newton iteration to solve the function of the approximate solution, different iterative methods, convergence rate is not the same as
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:白雪
  1. Newton

    0下载:
  2. 最优化方法newton法求极值的vc++实现 环境:vs2008-Optimization method newton method extremum vc++ Realize the environment: vs2008
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:7270400
    • 提供者:Wangyunhong
  1. Newton

    0下载:
  2. 牛顿法求表达式的极值 环境vs2008-Newton method for the expression of extreme vs2008 environment
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:34816
    • 提供者:Wangyunhong
  1. Newton

    0下载:
  2. 牛顿迭代法的vc#实现源代码,很不错的哦,大家-Newton iteration of vc# Realize the source code, it is good Oh, U.S.
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. Newton法解方程,经典的求解方程的算法,基于其上演变出了很多种其它的方法-Newton method solution of equations, the classical algorithm for solving equations, based on its evolution from a very wide range of other methods
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:252928
    • 提供者:yang
  1. Newton

    0下载:
  2. 该程序为用牛顿迭代法解方程的C++程序,只要输入初始值,就可以算出方程的近似解-The procedure for the use of Newton iteration solution of Equation C++ Procedures, as long as the input initial value, we can calculate the approximate solution of equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:王芳
  1. newton

    0下载:
  2. 介绍了newton插值的Mtlab程序,程序简单易懂,有助于对newton插值的了解。-Introduction of the newton interpolation Mtlab procedures, the procedures simple and easy to understand, contribute to the understanding of newton interpolation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:pplovefox
  1. Newton

    1下载:
  2. 牛顿下山法求解非线性方程组问题,同时其中的例子可以修改,具体见readme-Newton downhill method to solve nonlinear equations, while an example of which can be amended, see specific readme
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:shandy
  1. niudunfajiefangchengzu

    0下载:
  2. 牛顿法解非线性方程组输入系数可直接运行的-Newton Method with input coefficient of nonlinear equations can be directly run
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:239616
    • 提供者:
  1. Newton

    0下载:
  2. 数值算法,牛顿算法源码,动态演示过程,JAVA源码-Numerical algorithm, Newton algorithm source code, dynamic presentation process, JAVA source
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:张辉
  1. newton_raphson

    0下载:
  2. Newton-Raphson算法 介绍 在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:杨霄
  1. nlcl

    0下载:
  2. 基于matlab编程的牛顿-拉夫逊潮流计算的程序代码-Matlab programming based on Newton- Raphson power flow calculation program code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:shikay
  1. Newton

    0下载:
  2. 此程序为MATLAB计算非线性方程组的程序-This procedure for calculating the nonlinear equations MATLAB procedure
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:yang
  1. hhu_pfcp

    0下载:
  2. 基于MATPOWER修改而成的潮流计算软件,可以采用直流潮流法、牛顿拉夫逊法、PQ分解法与高斯-塞代尔法解算IEEE9-300节点的潮流。 -MATPOWER modifications made based on the flow calculation software, DC power flow method can be used Newton Raphson method, PQ decomposition metho
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:254976
    • 提供者:王力
  1. NewtonRaphsonPowerFlowCalculation

    0下载:
  2. 牛顿拉夫逊算法进行潮流计算,希望能对大家的学习有所帮助,-Newton Raphson power flow calculation algorithm the hope that it can help everyone to learn,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:王力
  1. 35738634N-R

    0下载:
  2. 基于MATLAB的牛顿拉夫逊法潮流分析源程序-MATLAB based on the Newton Raphson load flow analysis of source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:陈智
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org