CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - p-q分解法潮流计算

搜索资源列表

  1. powerflow

    0下载:
  2. 基于P-Q分解法的快速潮流计算,可用于实际系统
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:137081
    • 提供者:liuxunnew
  1. pq

    0下载:
  2. 基于P-Q分解法的潮流计算适合初学者学习程序简单易懂
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2266
    • 提供者:刘聪汉
  1. P-Q

    0下载:
  2. 计算电力系统潮流的程序,非常通用.便于修改.在一定误差范围内也可以计算配网潮流-P-Q power flow algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1530
    • 提供者:cuihong
  1. baseP_Qpfc

    0下载:
  2. 运用P-Q分解法自编的潮流计算程序,可计算简单电力系统的潮流-PQ using the trend of self-decomposition program
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2161
    • 提供者:阳祎
  1. PQ-powerflow

    5下载:
  2. 运用P-Q分解法进行电力系统潮流计算,本程序用的是IEEE-14标准节点数据。-PQ decomposition method using power flow calculation, this procedure is used in standard IEEE-14 node data.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-11-24
    • 文件大小:18703
    • 提供者:丁瑜
  1. p-q

    1下载:
  2. 一个比较完整的快速分解法潮流程序,包括稀疏存储技术,节点优化等内容,是个强大可以计算大规模电力系统的潮流程序-A more complete decomposition of the trend of rapid procedures, including the sparse storage technology, optimizing the content node is a powerful large-scale power system can calculate the trend
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:151029
    • 提供者:王鹏
  1. C33

    0下载:
  2. 电力系统潮流计算p-q分解法请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。 -dianlixitong
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5995
    • 提供者:李文
  1. mat

    0下载:
  2. 电力系统潮流计算p-q分解法请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。 -dianlixitong
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:6514
    • 提供者:李文
  1. power-flow-of-P-Q

    0下载:
  2. 潮流计算,使用PQ分解法,是一种比牛顿法更优越的潮流计算法,收敛速度更快,收敛精度与牛顿法相同-power flow of P-Q
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:8065
    • 提供者:lisa
  1. P-Q

    0下载:
  2. 带例题的潮流计算程序,运用P-Q分解法进行潮流计算。-power FLOW code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2873
    • 提供者:万军
  1. 4-node-P-Q-decoupled-

    0下载:
  2. 基于MATLAB的电力系统潮流计算程序设计的4节点P-Q分解法潮流计算程序原代码-Original code based on MATLAB power flow calculation program designed 4-node PQ decomposition flow calculation procedures
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:1166
    • 提供者:libra
  1. C-language-PQ-decOmpositid-

    0下载:
  2. C语言实现P-Q分解法潮流计算   从潮流计算的基本方程出发,采用PQ分解法并通过建立矩阵的修正方程来依次迭代,逐步逼近真值来计算电网的电压和功率分布。-C language implementation PQ decomposition process flow calculated from the trend of the fundamental equations of PQ decomposition method and by the establishment of a matri
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:15359
    • 提供者:钱广
  1. PQ-powerflow

    0下载:
  2. 用C语言实现P-Q分解法潮流计算。其中用到了高斯消去法解矩阵方程,求修正的雅可比矩阵。-Using C language PQ decomposition method flow calculation. Which uses a Gaussian elimination method for solving matrix equations, find the modified Jacobian.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-07
    • 文件大小:16650
    • 提供者:zqd
  1. pq_powerflow

    0下载:
  2. P-Q分解法计算潮流的C语言程序,因子表形成方法是高斯消去法-P-Q power flow calculation in Visual C, where the formation of factor table is through GAUSS method
  3. 所属分类:Energy industry

    • 发布日期:2017-04-26
    • 文件大小:8860
    • 提供者:董丹丹
  1. P-Q-method-of-power-flow-calculation

    1下载:
  2. MATLAB编写利用P-Q分解法的潮流计算程序,程序中利用基于稀疏技术的因子表法进行迭代求解,以降低存储量,提高运算速度。本程序只适用于简单系统,如IEEE5节点系统。对于复杂系统,由于PV节点电压越限等问题尚未考虑,得到的潮流结果可能有误!-MATLAB flow calculation program written using PQ decomposition method, program utilization based on sparse iterative solver tech
  3. 所属分类:Energy industry

    • 发布日期:2014-10-31
    • 文件大小:6144
    • 提供者:王建宇
  1. power-flow-based-on-BB-plan

    0下载:
  2. C语言编写P-Q分解法潮流计算程序,基于BB方案,且该程序采用基于稀疏技术的因子表法进行迭代求解,以降低存储量,提高运算速度。附有IEEE5,14,30,39,118节点系统数据及潮流结果,已验证程序的可行性。-C language PQ decomposition method flow calculation procedures, based on BB plan and carry out the program uses an iterative solution technique
  3. 所属分类:Energy industry

    • 发布日期:2017-04-25
    • 文件大小:27414
    • 提供者:王建宇
  1. P-Q

    0下载:
  2. PQ分解法计算潮流,较实用,可以用来求解电力系统潮流-PQ decomposition method for power flow calculation, more practical, can be used to solve the power flow in power system
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2607
    • 提供者:白新伟
  1. P-Q-flow-calculation

    0下载:
  2. 运用P-Q分解法来进行潮流计算,数据调用需要用到excel-PQ decomposition method using flow calculation, data upload need to use excel
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2931
    • 提供者:韦鹏飞
  1. PF

    1下载:
  2. 以王锡凡《现代电力系统分析》中2机5节点系统为基础的潮流计算,涵盖Gauss-Seidel法、Newton法、P-Q分解法和保留非线性法4种方法。-A series of power flow calculation programs based on the 2 generator-5 node system in the Modern Power System Analysis (Xifan Wang) , covering the Gauss-Seidel method, Newton
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:5622
    • 提供者:胡胡然
  1. P_Q

    0下载:
  2. P-Q分解法进行潮流计算,提出了一种新的分解潮流计算方法,亲测可以运行。(PQ decomposition method for power flow calculation)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:liqing0924
« 12 »
搜珍网 www.dssz.com