代码搜索:底孔计算

找到约 10,000 项符合「底孔计算」的源代码

代码结果 10,000
www.eeworm.com/read/370821/9582698

jpg 计算机.jpg

www.eeworm.com/read/370821/9582855

jpg 计算机.jpg

www.eeworm.com/read/366106/9832706

htm 计算器.htm

Calculator
www.eeworm.com/read/169715/9845300

cpp 中压计算.cpp

#include #include #define H1 3.3 //用气低峰时小时系数 #define H2 4 //用气高峰时小时系数 #define P2 130 //进调压器最低允许压力kp #define P1 200 //气源厂压
www.eeworm.com/read/169715/9845321

c 2炉膛计算.c

#include #include #define V1 582.66 #define B 6.205 #define Bj 6.1115 #define Qnet 18359.0 #define trk 335.0 #define irk 2194.6 #define tlk 30.0 #define ilk 193.0 #define
www.eeworm.com/read/169715/9845325

c 调峰计算.c

#include"math.h" #include"stdio.h" void main() { double c,c0,dm,Rm,zm,de1,T,Qm,Lm; double P1max,P2max,P1min,P2min,Ppjmax,Ppjmin; double Vs,V,Vmin,Vmax,P0,T0; double Pi=3.1415926;Vmin=0;Vma
www.eeworm.com/read/359903/10116600

txt 计算器.txt

欢迎使用计算器
www.eeworm.com/read/163371/10163504

cpp 计算器.cpp

#include #include using namespace std; const int maxlen=200; int &operation(const int &,const int &,const char &); char expstr[maxlen]; enum Error_code{success=0,downflow,st