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

搜索资源列表

  1. Netow.rar

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

    • 发布日期:2017-03-29
    • 文件大小:1663
    • 提供者:chei
  1. chaoliujisuan

    0下载:
  2. 一个典型的直角坐标牛顿拉夫逊法程序,用于电力系统的潮流计算,程序可计算带PQ节点、PV节点、平行支路、接地支路、非标准变比变压器支路的电力系统潮流,通用性良好。-A typical Cartesian coordinate procedures Newton Raphson method for power system load flow calculation, the program calculates the node with the PQ, PV nodes, the parall
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5947
    • 提供者:melonma
  1. nudon

    0下载:
  2. 电力系统的牛顿-拉夫逊潮流计算。有程序和PPT-Power System Newton- Raphson power flow calculation. There are procedures and PPT
  3. 所属分类:Energy industry

    • 发布日期:2017-04-02
    • 文件大小:92147
    • 提供者:王影
  1. NL

    0下载:
  2. 本程序是牛顿拉夫逊法求潮流,完全按照课本步骤,比较容易理解。-This program is the trend of Newton Raphson Method, complete the steps in accordance with textbooks, it is easier to understand.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7248
    • 提供者:
  1. wentaishu

    0下载:
  2. 根据稳态课本编制的牛顿拉夫逊法求解潮流的程序-The preparation of textbooks under steady-state Newton Raphson procedure for solving flow
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1232
    • 提供者:
  1. C_POWER_FL

    0下载:
  2. 即使对于一个简单的电力系统,潮流计算也不是一件简单就可以完成的事,其运算量很大,因此如果对于一个大的、复杂的电网来说的话,由于其节点多,分支杂,其计算量可想而知,人工对其计算也更是难上加难了。特别是在现实生活中,遇到一个电力系统不会像我们期望的那样可以知道它的首端电压和首端功率或者是末端电压和末端功率,而是只知道它的首端电压和末端功率,更是使计算变的头疼万分。为了使计算变的简单,我们就可以利用计算机,用C语言编程来实现牛顿-拉夫逊(Newton-Raphson)迭代法,最终实现对电力系统潮流的计
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1889
    • 提供者:杨阳
  1. chaoliu

    0下载:
  2. 本程序的功能是用牛顿-拉夫逊法进行潮流计算-This procedure is the function of Newton- Raphson power flow calculation method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1780
    • 提供者:sky
  1. matlab

    0下载:
  2. 本程序的功能是用牛顿-拉夫逊法进行潮流计算-This procedure is the function of Newton- Raphson power flow calculation method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6203
    • 提供者:ly
  1. chaoliujisuan

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

    • 发布日期:2017-04-11
    • 文件大小:1518
    • 提供者:Ivan
  1. b

    0下载:
  2. 关于电力系统潮流计算,牛顿-拉夫逊法潮流计算程序-With regard to the trend of power system, the Newton- Raphson load flow calculation program
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1122
    • 提供者:frewq
  1. chaoliu

    0下载:
  2. 应用牛顿-拉夫逊算法的潮流计算程序,其中几个函数的程序,自己在这里找-Application of the Newton- Raphson algorithm for the flow calculation procedures, the procedures for a few functions that they find here
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4830
    • 提供者:王琦
  1. LF_frame

    0下载:
  2. 牛顿—拉夫逊算法,解决潮流计算问题,算法采用了面向对象思想。-Newton- Raphson algorithm to solve the issue of power flow calculation algorithm using object-oriented thinking.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:523775
    • 提供者:魏刚
  1. gaosisaider

    0下载:
  2. 基于MATLAB的高斯赛德尔牛顿拉夫逊潮流计算-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:914
    • 提供者:黄土崖
  1. Newton-Raphson_power_flow

    1下载:
  2. 基于牛顿—拉夫逊法编写的潮流计算程序,采用的是IEEE标准输入格式,该程序通俗易懂,适应力较强。-Based on Newton- Raphson power flow calculation program written in, using the IEEE standard input format, the program is user-friendly, adaptable and strong.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:6037
    • 提供者:皇甫星星
  1. dianlixitong

    0下载:
  2. 基于MATLAB牛顿拉夫逊法进行潮流计算-MATLAB-based Newton Raphson power flow calculation method
  3. 所属分类:Energy industry

    • 发布日期:2017-04-06
    • 文件大小:1683
    • 提供者:小马
  1. Newton

    0下载:
  2. 简单潮流计算的牛顿拉夫逊程序,采用直角坐标形式-Simple Newton Raphson power flow calculation program, using the form of rectangular coordinates
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1781
    • 提供者:muli
  1. NewtonRaphson

    0下载:
  2. 本程序将使用牛顿拉夫逊法计算潮流 应用于VC++平台-The program will use the Newton Raphson load flow applied to VC++ platform
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:64317
    • 提供者:ztt
  1. yue

    0下载:
  2. 潮流计算程序,本程序是基于牛顿拉夫逊算法的潮流计算子程序-powerload
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1908
    • 提供者:谭志勇
  1. NR1

    0下载:
  2. 可以实现直角坐标系下的牛顿拉夫逊算法,适合于潮流计算-Cartesian coordinate system can achieve the Newton Raphson method, suitable for power flow calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1524
    • 提供者:han
  1. Flow_Distribution

    0下载:
  2. 潮流计算的方法,基于c语言的,是用牛顿拉夫逊方法,适合初学者-Power flow calculation method, based on c language, is the Newton Raphson method, suitable for beginners
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:6646
    • 提供者:zhuyan
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com