CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - P Q

搜索资源列表

  1. pfc_NR

    0下载:
  2. % 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流 % U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗 % PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率 % delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值 % delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:7851
    • 提供者:mmcc
  1. students scores system

    0下载:
  2. 这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,\"c\"表示统计各分数段人数,\"p\"表示打印. 本程序实现了: (1)单独运行以上各功能,即在进入主菜单以后,点一功能键后关闭,再进入主菜单 点别的功能键。如运行\"cjgl\"文件后,在出现的主界面中点“I”,可插入数据,插入完 以后,关闭;在出现的主界面中点“M”,可修改数据,修改完以后关闭,用同样的方法 可运行其它的功能。 (2)连续运行部分的功能。 应将文
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:3227
    • 提供者:金峰
  1. chengjiguangli

    0下载:
  2. 这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,"p"表示打印. 本程序实现了:-This is a student achievement management system, which I said insert, L that the browser, Q that the inquiry, E that the withdrawal, D to del
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-25
    • 文件大小:82454
    • 提供者:Sean
  1. xueshengchengjiguanli

    0下载:
  2. 这是一个学生成绩管理系统,其中“I”表示插入,“L”表示浏览,“Q”表示查询, “E”表示退出,“D”表示删除,“M”表示修改,"c"表示统计各分数段人数,"p"表示打印. 本程序实现了: 单独运行以上各功能,即在进入主菜单以后,点一功能键后关闭,再进入主菜单 点别的功能键。-This is a student achievement management system, which " I" said insert, " L" that th
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-03-28
    • 文件大小:81983
    • 提供者:刘丹
  1. Powerfactor

    0下载:
  2. 原创源码。P-Q方法的功率因数计算matlab仿真。-resource about P-Q method power factor calculation
  3. 所属分类:Energy industry

    • 发布日期:2017-04-10
    • 文件大小:1155
    • 提供者:杨广
  1. 改进P-Q分解法潮流

    0下载:
  2. 改进的微分进化算法,此算法为优化算法,可以用在电力系统的无功优化,配电网重构中。-Differential Evolution
  3. 所属分类:Energy industry

    • 发布日期:2017-03-26
    • 文件大小:459066
    • 提供者:张望
  1. finalMAINNew

    0下载:
  2. duration of p q R S Twave in ECG beat
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2087
    • 提供者:valli
  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-06
    • 文件大小: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-24
    • 文件大小:27414
    • 提供者:王建宇
  1. sim_ARMA(p-q)

    0下载:
  2. 时间序列移动平滑方法ARMA(p,q),可用于金融领域的时间序列数据预测-time series method ARMA(p,q),which is used for prediction
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-12
    • 文件大小:624
    • 提供者:李四
  1. lsp_roots

    0下载:
  2. MATLAB程序流程window-weighted(从指定的语音文件,指定起始样本和指定的帧持续时间)。运动计算LPC的多项式匹配语音帧,然后将这个条LSP的LPC的多项式多项式(P和Q),输出结果。-This MATLAB program processes a window-weighted frame of speech ( a designated speech file, with designated starting sample and with a designated fra
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2598221
    • 提供者:付晓强
  1. Q--Anisotropic-Q-

    4下载:
  2. 各向异性q模拟, 适应于地震资料处理反演实验(U-58 Ani Q- Anisotropic Q modeling Yaping Zhu May 2006 Confidential to the Consortium until 1 Aug 2009 Contents of this directory are Matlab packages to perform the following tasks. HomoPlaneAttVTI, Yaping Zhu, co
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2019-04-29
    • 文件大小:30720
    • 提供者:张健男
搜珍网 www.dssz.com