登录
首页 » matlab » CM_MC_PLF

CM_MC_PLF

于 2021-01-25 发布 文件大小:57KB
0 250
下载积分: 1 下载次数: 35

代码说明:

  含分布式电源的半不变量法概率潮流计算程序(Probabilistic Power Flow Computing Program Based on Semi-invariant Method)

文件列表:

CMPPF_IEEE34, 0 , 2018-11-01
CMPPF_IEEE34\calcuVD.m, 399 , 2018-11-01
CMPPF_IEEE34\CalGCI.m, 461 , 2018-11-01
CMPPF_IEEE34\CalM8.m, 390 , 2018-11-01
CMPPF_IEEE34\CalPdf.m, 694 , 2018-11-01
CMPPF_IEEE34\CM_MC_PLF.m, 30546 , 2018-11-01
CMPPF_IEEE34\dataIn.m, 3964 , 2018-11-01
CMPPF_IEEE34\formACY.m, 2276 , 2018-11-01
CMPPF_IEEE34\formDetaPQ.m, 799 , 2018-11-01
CMPPF_IEEE34\formG0.m, 1451 , 2018-11-01
CMPPF_IEEE34\formJacco.m, 1330 , 2018-11-01
CMPPF_IEEE34\formJacco1.m, 2132 , 2018-11-01
CMPPF_IEEE34\IEEE34.txt, 2473 , 2018-11-01
CMPPF_IEEE34\IEEE34gen.txt, 16 , 2018-11-01
CMPPF_IEEE34\IEEE34load1.txt, 1168 , 2018-11-01
CMPPF_IEEE34\IEEE34load10.txt, 1168 , 2018-11-01
CMPPF_IEEE34\IEEE34load100.txt, 1168 , 2018-11-01
CMPPF_IEEE34\IEEE34load2.txt, 1169 , 2018-11-01
CMPPF_IEEE34\IEEE34load20.txt, 1169 , 2018-11-01
CMPPF_IEEE34\IEEE34load3.txt, 1169 , 2018-11-01
CMPPF_IEEE34\IEEE34load50.txt, 1168 , 2018-11-01
CMPPF_IEEE34\IEEE34load_10%.txt, 1168 , 2018-11-01
CMPPF_IEEE34\IEEE34load_100%.txt, 1176 , 2018-11-01
CMPPF_IEEE34\IEEE34load_15%.txt, 1174 , 2018-11-01
CMPPF_IEEE34\IEEE34load_20%.txt, 1169 , 2018-11-01
CMPPF_IEEE34\IEEE34load_30%.txt, 1170 , 2018-11-01
CMPPF_IEEE34\IEEE34load_50%.txt, 1172 , 2018-11-01
CMPPF_IEEE34\IEEE34load_70%.txt, 1174 , 2018-11-01
CMPPF_IEEE34\IEEE34_solar.txt, 2478 , 2018-11-01
CMPPF_IEEE34\main_Cornish_Fisher.m, 19129 , 2018-11-01
CMPPF_IEEE34\main_DG_g.m, 19440 , 2018-11-01
CMPPF_IEEE34\main_Gram_Charlier.m, 28116 , 2018-11-01
CMPPF_IEEE34\main_loadonly.m, 15046 , 2018-11-01
CMPPF_IEEE34\main_MonteCarlo.m, 9908 , 2018-11-01
CMPPF_IEEE34\MC_CF_MC.m, 25263 , 2018-11-01
CMPPF_IEEE34\mtkl.m, 2953 , 2018-11-01
CMPPF_IEEE34\NcalDWCum.m, 1346 , 2018-11-01
CMPPF_IEEE34\NcalGCum.m, 882 , 2018-11-01
CMPPF_IEEE34\NCalPdf.m, 625 , 2018-11-01
CMPPF_IEEE34\NcalPLCum.m, 305 , 2018-11-01
CMPPF_IEEE34\NR_main.m, 2393 , 2018-11-01
CMPPF_IEEE34\pf_line.m, 773 , 2018-11-01
CMPPF_IEEE34\ProbCMCF.m, 680 , 2018-11-01
CMPPF_IEEE34\ProbCMGC.m, 792 , 2018-11-01
CMPPF_IEEE34\ProbMC.m, 456 , 2018-11-01

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

发表评论

0 个回复

  • rayleighbenard
    说明:  雷利对流,用格子波尔兹曼方法以Z.Guo程序为基准,得出的近似值用于估计浮动过程,希望有人能够用得到。( Rayleigh Benard Convection, using a LB method,based on [Z.Guo, ]. Boussinesq approximation is used for the buoyancy term.)
    2010-03-20 14:48:55下载
    积分:1
  • dec2bin
    说明:  matlab编写,文件1将十进制数据转换成二进制数据的小程序;文件2将matlab的mat数据转成适用FPGA的mif格式(matlab write, file a decimal data into binary data of small programs file 2 to the mat matlab data into the FPGA-mif format for)
    2011-03-01 10:10:12下载
    积分:1
  • RayleighChan
    Rayleigh Channel Modelling
    2012-11-08 22:48:21下载
    积分:1
  • A-Memo-on-How-to-Use-the-Levenberg-Marquardt-Algo
    a memo how to right a matlab code
    2012-01-18 19:01:23下载
    积分:1
  • methodofimageprocessing
    The code and methods of image processing based on matlab
    2010-08-10 15:09:09下载
    积分:1
  • 200090401
    这个是我本人整理的求PSNR的通用程序,是可以用的(This is my own collation of the general procedures for PSNR can be used)
    2009-04-01 10:36:03下载
    积分:1
  • BinaryIntegerProg
    说明:  也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~ 付上matlab程序,有需要的自己拿吧。 function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name) f = load(f_file_name) A = load(A_file_name) b = load(b_file_name) Aeq = load(Aeq_file_name) Beq = load(beq_file_name) x = bintprog(f, A, b, Aeq, beq) fp = fopen(write_file_name, w ) fprintf(fp, d\n ,x) fclose(fp)(good daima!)
    2011-04-17 09:24:01下载
    积分:1
  • TracebyKalmanFilter
    kalman filter通熟易懂,可以快速理解卡尔曼滤波器的原理(kalman filter through the familiar and easy to understand, you can quickly understand the principle of the Kalman filter)
    2011-11-29 09:26:43下载
    积分:1
  • tongxin
    BPSK qpsk MSK GMSK等仿真源程序,能直接出图!(BPSK qpsk MSK GMSK simulation source code, etc., can directly drawing!)
    2010-06-06 22:33:50下载
    积分:1
  • tuoyuan
    基于MATLAB的椭圆型方程有限查分法求解源代码(MATLAB based on the elliptic equation method for solving the limited search source code)
    2009-03-21 17:42:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载