代码搜索:尺寸计算

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

代码结果 10,000
www.eeworm.com/read/192142/8402397

txt 计算时间.txt

Long time1= System.currentTimeMillis(); //计算更新数据所用的时间 int k = jdbc.update(sql); System.out.print((System.currentTimeMillis()-time1)+"毫秒"); return k;
www.eeworm.com/read/391253/8414008

asv 概率计算.asv

function A=probtrans() A=zeros(3); for i=1:15 A(B(i),B(i+1))=A(B(i),B(i+1))+1; end for i=1:3 c=sum(A(i,:)); for j=1:3 A(i,j)=A(i,j)/c; end end
www.eeworm.com/read/431226/8694565

txt 计算说明.txt

data; normalflow; flow=PL(12)+ PL(14)+ PL(36);%求正常情况下的基准潮流,区域1和区域3之间的交换功率; %%%%%%%%%%%%%%%%% data; [P,PL1]=main1(D,P,Xl); ttc=PL1(12)+ PL1(14)+ PL1(36);%求区域1和3直接正常情况下的ttc; %%%%%%%%%%%%%%%%% da