代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
www.eeworm.com/read/202381/5051962
txt source.txt
Begin/*S=2*3.14*R*R+2*3.14*R*H*/
Real r,h,s;
s=2*3.\
14*r*(r+h)
End
www.eeworm.com/read/202381/5051966
txt source.txt
Begin{一个略去输入输出的程序样本例子}
Integer height;
Integer radius1,radius2,radius3;
Real area1,area2,area3;
area1=2*3.14*radius1*(radius1+height);
area2=2*3.14*radius2*(radius2+height);
area3=2*3.14
www.eeworm.com/read/202381/5051971
txt source.txt
Begin{一个略去输入输出的程序样例}
Integer height,radius;
Real AREA;
area=2*3.14*radius*(radius+height)
End
www.eeworm.com/read/202381/5051975
txt source.txt
Begin/*S=2*3.14*R*R+2*3.14*R*H*/
Real r,h,s;
s=2*3.\
14*r*(r+h)
End
www.eeworm.com/read/202381/5051982
txt source.txt
Begin/*S=2*3.14*R*R+2*3.14*R*H*/
Real R,h,s;
s=2*3\
14*r*(r+++h)
End
www.eeworm.com/read/202381/5052024
txt source.txt
begin/*S=2*3.14*R*R+2*3.14*R*H*/
real r,h,s;
S=2*3.14*r*(++r+h)
.45
12.3
34.
.
abcdef0123456789
end
www.eeworm.com/read/202381/5052028
txt source.txt
begin/*S=2*3.14*R*R+2*3.14*R*H*/
real r,h,S;
s=2*3.14*r*(++r+h)
.45
12.3
34.
.
abcdef0123456789
end