登录
首页 » matlab » distribution-network-reconfiguration

distribution-network-reconfiguration

于 2021-01-27 发布 文件大小:158KB
0 153
下载积分: 1 下载次数: 103

代码说明:

  电力系统配电网重构matlab代码,适合本科毕业设计(Power system distribution network reconfiguration matlab code, suitable for graduate design)

文件列表:

IEEE33
......\check_kxj.m,7184,2014-05-12
......\fbm.m,2770,2014-05-12
......\fencengpow_flowPloss.asv,6121,2014-05-14
......\fencengpow_flowPloss.m,6121,2014-05-12
......\fitness_cgfc4.asv,7732,2014-05-12
......\fitness_cgfc4.m,7542,2014-05-12
......\fitness_PIPQVPQPV.asv,12447,2014-05-12
......\fitness_plossustab33.m,8470,2014-05-12
......\get_psoOptions.m,953,2014-05-12
......\kxjpanding.m,4949,2014-05-12
......\main.m,2410,2014-05-12
......\matrixH.m,2899,2014-05-12
......\maxswarmmin.m,3123,2014-05-12
......\powflow_guan.asv,7583,2014-05-12
......\powflow_guan.m,7582,2014-05-12
......\pow_flowplossUstab.asv,7777,2014-05-12
......\pow_flowplossUstab.m,7720,2014-05-12
......\psoOptions.m,945,2014-05-12
......\QPSO.m,4933,2014-05-12
......\QPSOmain.m,1709,2014-05-12
IEEE33DG
........\33busDG.fig,12735,2014-05-12

........\check_kxj.m,7184,2014-05-12
........\fbm.m,2770,2014-05-12
........\fencengqiantuihuidai.m,6148,2014-05-12
........\fitness_4geDG.m,8329,2014-05-12
........\fitness_cgfc4.asv,7692,2014-05-12
........\fitness_cgfc4DG.asv,8029,2014-05-12
........\fitness_cgfc4DG.m,8277,2014-05-12
........\fitness_cgfc5DG.asv,8284,2014-05-12
........\fitness_cgfc5DG.m,8282,2014-05-12
........\fitness_cgfc6DG.asv,8331,2014-05-12
........\fitness_cgfcPQV.asv,9314,2014-05-12
........\fitness_cgfcPQV.m,9507,2014-05-12
........\fitness_cgfcPQVmulti.m,10634,2014-05-12
........\get_psoOptions.m,953,2014-05-12
........\kxjpanding.m,4949,2014-05-12
........\main.asv,2410,2014-05-12
........\main.m,2410,2014-05-12
........\matrixH.m,2899,2014-05-12
........\maxswarmmin.m,3123,2014-05-12
........\powflow_guan.asv,7538,2014-05-12
........\powflow_guan.m,7576,2014-05-12
........\powflow_guanDG.asv,8167,2014-05-12
........\powflow_guanDG.m,8163,2014-05-12
........\psoOptions.m,945,2014-05-12
........\QPSO.asv,4726,2014-05-12
........\QPSO.m,4726,2014-05-12
........\QPSOmain.m,1673,2014-05-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Midacomo
    MIDACO是一般的优化问题求解器。 MIDACO可应用于连续(NLP),离散/整数(IP)和混合整数(MINLP)的问题。问题可能被限制在平等和/或不等式约束。 MIDACO适合多达数百至几千优化变量的问题。 MIDACO实现了一个自由衍生物,启发式算法的处理方法处理的问题,因为黑盒可含有关键功能特性,如非凸性,不连续或随机噪声。(MIDACO is a solver for general optimization problems. MIDACO can be applied to continuous (NLP), discrete/integer (IP) and mixed integer (MINLP) problems. Problems may be restricted to equality and/or inequality constraints. MIDACO is suitable for problems with up to several hundreds to some thousands of optimization variables. MIDACO implements a derivative-free, heuristic algorithm that treats the problem as black-box which may contain critical function properties such as non-convexity, discontinuities or stochastic noise.)
    2016-02-27 15:27:00下载
    积分:1
  • prony_analysis
    matlab code of 普朗尼算法 以及 doc文件
    2010-07-08 21:50:42下载
    积分:1
  • matlab_boltz
    boltzmann source code in matlab
    2010-05-18 07:09:33下载
    积分:1
  • filter
    matlab对图像随机添加四种噪声,然后分别通过自编中值滤波,均值滤波,高斯滤波,和维纳滤波进行滤波(matlab add four random noise to the image, and then were filtered by self median filtering, mean filtering, Gaussian filtering, and Wiener filtering)
    2014-10-18 09:09:06下载
    积分:1
  • 分布式经济调度
    说明:  《基于多智能体系统一致性算法的电力系统分布式经济调度策略》 基本复现了该文献的模型。 采用一致性算法对电力系统经济调度进行了分布式计算。(Distributed economic dispatch strategy of power system based on unified algorithm of multi-agent system The model of this paper is basically reproduced. The consistency algorithm is used to calculate the economic dispatch of power system.)
    2021-01-13 11:58:48下载
    积分:1
  • tuxing123
    着是一个MATLAB中的图形合并的程序,也有不完善的地方,请指教!(with MATLAB is a graphic merger procedures have imperfections, please enlighten! Thank you)
    2007-01-28 17:47:25下载
    积分:1
  • efficient-convolution
    零延时卷积算法实现,基于fft变换。Efficient Convolution Without Latency by William G. Gardner(It is well known that a block FFT implementation of convolution is vastly more efficient than the direct form FIR filter. Unfortunately, block processing incurs significant input/output latency which is undesirable for real-time applications. A hybrid method is proposed for doing convolution by combining direct form and block FFT processing. The result is a zero latency convolver that performs significantly better than direct form methods.)
    2015-02-13 15:39:09下载
    积分:1
  • CMA
    16QAM盲均衡,恒模算法,400次仿真,做出星座图,误差曲线(blind equalizaton for 16QAM,constant modulus algorithm,realization 400times ,constellation ,mmse curve)
    2013-08-31 18:07:45下载
    积分:1
  • ga_algorithm
    遗传算法的matlab源码 能运行 很好(Genetic algorithm matlab source code can run well)
    2013-03-20 20:07:40下载
    积分:1
  • [check]RADAR_simulation
    you may experience the radar system which is utilized in ship.
    2012-01-03 19:45:33下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载