代码搜索:柴油发电机

找到约 283 项符合「柴油发电机」的源代码

代码结果 283
www.eeworm.com/read/491321/6438549

c 牛顿法程序.c

////////////////////////////////////////////////////////////////////// // 牛顿极坐标法潮流 // //文件输入格式:节点总数n(包括联络节点),支路数zls // //节点数(发电机和负荷)nb,接地电抗数mdk,迭代精度eps // //考虑负荷静特性标志kk2(0
www.eeworm.com/read/428531/8861261

m buduichen.m

function buduichen %数据来源于教材《电力系统暂态分析》P129例(5-1) %给学生提供的不对称短路故障的部分程序。 %要求的工作(1)自动形成导纳阵;(2)完善短路类型,两相相间短路和两相短路接地;(3)求短路后发电机的电压 clear %清除所有变量的值 N1=3; %输入网络的节点数 N2=5; %输入包括所有发电机节点的网络的节点数 k=3;%输 ...
www.eeworm.com/read/480094/6676665

txt 原始数据输出.txt

线路数为:5 节点数为:5 接地线路数为:0 发电机数为:1 负荷数为:3平衡节点号为: 5精度为1e-005 1 2 0.04 0.25 0.25非接地支路1 1 3 0.1 0.35 0非接地支路2 2 3 0.08 0.3 0.25非接地支路3 -2 4 0 0.015 1.05非接地支路4 -3 5 0 0.03 1.05非接地支路5 4 5 0 -1.05发电机 5 0 0
www.eeworm.com/read/391228/8415078

cpp pf30.cpp

//多平衡节点+普通PQ分解 #include "fstream.h" #include "math.h" #include "stdlib.h" #include "iomanip.h" #include "time.h" #define LINEMAX 5000 //最大线路数 #define GENERATORMAX 500 //最大发电机数 #define LO
www.eeworm.com/read/291440/8418719

cpp pf30.cpp

//多平衡节点+普通PQ分解 #include "fstream.h" #include "math.h" #include "stdlib.h" #include "iomanip.h" #include "time.h" #define LINEMAX 5000 //最大线路数 #define GENERATORMAX 500 //最大发电机数 #define LO
www.eeworm.com/read/384951/8827534

cpp pf30.cpp

//多平衡节点+普通PQ分解 #include "fstream.h" #include "math.h" #include "stdlib.h" #include "iomanip.h" #include "time.h" #define LINEMAX 5000 //最大线路数 #define GENERATORMAX 500 //最大发电机数 #define LO
www.eeworm.com/read/374546/9396678

cpp pf30.cpp

//多平衡节点+普通PQ分解 #include "fstream.h" #include "math.h" #include "stdlib.h" #include "iomanip.h" #include "time.h" #define LINEMAX 5000 //最大线路数 #define GENERATORMAX 500 //最大发电机数 #define LO
www.eeworm.com/read/167965/9943454

cpp pf30.cpp

//多平衡节点+普通PQ分解 #include "fstream.h" #include "math.h" #include "stdlib.h" #include "iomanip.h" #include "time.h" #define LINEMAX 5000 //最大线路数 #define GENERATORMAX 500 //最大发电机数 #define LO
www.eeworm.com/read/420310/10804495

m dc_ge_loadshiyan.m

% 直流发电机外特性分析 % 将该函数定义为dc_ge_load(dc_generator_load) %-------------------------------------------------------------------------- % 下面输入电机基本数据: nN=1000;IfN=2.5;Rf=293/12;Ra=1.8;k=.1; % 下面输入750转/分钟时
www.eeworm.com/read/435538/7790851

cpp pf30.cpp

//多平衡节点+普通PQ分解 #include "fstream.h" #include "math.h" #include "stdlib.h" #include "iomanip.h" #include "time.h" #define LINEMAX 5000 //最大线路数 #define GENERATORMAX 500 //最大发电机数 #define LO