CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 牛顿拉夫逊算法

搜索资源列表

  1. Newton-Raphson

    0下载:
  2. 该源码是国外用C#编写的用于数学分析的,主要是用来解决牛顿—拉夫逊问题的,电力系统中的各种迭代算法可以参考概算法。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11.05kb
    • 提供者:李丽
  1. program

    0下载:
  2. 这套程序用VC++语言编程解决潮流计算问题,采用牛顿拉夫逊算法,计算速度快,收敛性比较好。-This procedure using VC++ programming language to solve power flow problem, using Newton Raphson algorithm, computational speed and convergence is better.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3.9kb
    • 提供者:jiaqingyan
  1. Newton-Raphson

    0下载:
  2. 利用牛顿拉夫逊算法解非线性方程,该法其核心也是迭代的思想。-Newton_Raphson for nonlinear equation
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:17.51kb
    • 提供者:zerg
  1. NLmethod

    0下载:
  2. 实用的牛顿拉夫逊法,速度比较快,算法清晰易懂-Practical Newton Raphson method, the faster, the algorithm is clear and easy to understand
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:577.8kb
    • 提供者:AndyLau
  1. poppinhe

    0下载:
  2. 电力系统潮流上机牛拉算法迭代3次利用牛顿拉夫逊法求解电力系统中的交流潮流,本程序适合电力系统专业的学生-Power flow on ox-drawn iterative algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:4.27kb
    • 提供者:何玟翰
  1. power-system-

    0下载:
  2. 本代码是说明电力系统潮流计算的,选用的是牛顿拉夫逊算法,欢迎下载-This code is to illustrate the power flow calculation, the choice of the Newton Raphson algorithm welcome to download
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:4.82kb
    • 提供者:张明
  1. niudunlafuxun-suanfa

    0下载:
  2. 本程序是牛顿拉夫逊算法计算电力系统潮流计算,很详细,欢迎下载-This procedure is the Newton Raphson algorithm calculated power flow calculation, very detailed, welcome to download
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:7.92kb
    • 提供者:张明
  1. PQU

    0下载:
  2. 在matlab下的,牛顿拉夫逊法潮流算法的程序-In matlab, the Newton Raphson power flow algorithm program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:956byte
    • 提供者:rj
  1. CPP2

    0下载:
  2. 牛顿-拉夫逊法潮流计算,很经典实用的算法,迭代速度快-Newton Ralph Xun power flow calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.51kb
    • 提供者:zhang
  1. Newton

    0下载:
  2. 牛顿拉夫逊算法计算电力系统潮流基于matlab平台计算任意复杂网络。-Newton Raphson power flow calculation algorithm to calculate any complex network based on matlab platform.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.54kb
    • 提供者:尹温硕
  1. jiedian4

    0下载:
  2. 计算4节点系统的潮流计算,采用的是牛顿-拉夫逊算法-calculate the 4-node power flow calculation with Newton-Raphson algirihtm
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:2kb
    • 提供者:lsl
  1. rucpness

    0下载:
  2. 采用matlab编程实现基于牛顿拉夫逊算法的电力系统潮流计算,-Using matlab programming based on newton-raphson algorithm of power system flow calculation,
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:aestinv
  1. 潮流计算

    1下载:
  2. 基于MATLAB电力系统潮流计算程序: %本程序的功能是用牛顿——拉夫逊法进行潮流计算(Power flow calculation)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:3kb
    • 提供者:VV20
  1. 牛顿潮流计算法

    1下载:
  2. 牛顿拉夫逊法解潮流计算MATLAB程序(附课本例题解答)(The MATLAB program for the calculation of the power flow by Newton Ralph Xun method (with a textbook solution))
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:566kb
    • 提供者:冒菜
  1. 顾伟三机九节点仿真程序

    1下载:
  2. 电力系统潮流计算体现在数学就上是多元非线性方程组的求解问题,求解的方法有很多种。牛顿—拉夫逊法是数学上解非线性方程式的有效方法,收敛性好、迭代次数少。将牛顿—拉夫逊法用于潮流计算是以导纳矩阵为基础的,由于利用了导纳矩阵的对称性、稀疏性及节点编号顺序优化等技巧,使牛顿—拉夫逊法解题规模和计算速度进一步提高,此算法至今仍是潮流计算中广泛采用的优秀算法。(Power flow calculation in power system is a problem of solving multivariat
  3. 所属分类:其他

    • 发布日期:2021-04-15
    • 文件大小:2kb
    • 提供者:WHYW
搜珍网 www.dssz.com