代码搜索:尺寸计算
找到约 10,000 项符合「尺寸计算」的源代码
代码结果 10,000
www.eeworm.com/read/221873/14716438
pdf ym12864r液晶__尺寸.pdf
www.eeworm.com/read/2909/22290
doc proe工程图尺寸修改.doc
www.eeworm.com/read/2909/22320
doc proe工程图尺寸公差.doc
www.eeworm.com/read/5350/46389
exe 由功率确定铁心尺寸软件.exe
www.eeworm.com/read/41830/921193
pdf 大尺寸工业视觉测量系统.pdf
www.eeworm.com/read/37468/1080728
exe 由功率确定铁心尺寸软件.exe
www.eeworm.com/read/38146/1108394
exe 由功率确定铁心尺寸软件.exe
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