1.用C#计算出球、体积体积圆柱和圆锥的源码怎么进源码表面积和体积的源代码:
用C#计算出球、圆柱和圆锥的代码提前三天预警副图指标源码表面积和体积的源代码:
class Geometry
{
public static int VSphere(int r)//球体积
{
return Math.PI*r*r;
}
public static int VCylinda(int r,int h)\\圆柱体积
{
return Math.PI*r*r*h;
}
public static int VCone(int r,int h)\\圆锥体积
{
return Math.PI*r*r*h/3;
}
public static int SSphere(int r)\\球表面积
{
return 4*Math.PI*r*r;
}
public static int SCylinda(int r,int h)\\圆柱表面积
{
return Math.PI*(r^2*2+2*r*h);
}
public static int SCone1(int r,int h)\\圆锥表面积(须知底面半径和高)
{
return Math.PI*(r^2+r*Math.Sqrt(r^2+h^2));
}
public static int SCone2(int r,int l)\\圆锥表面积(须知底面半径和母线长)
{
return Math.PI*(r^2+r*l);
}
}
静态方法,直接调用就好。体积体积岚府燕窝溯源码代理多少钱
怎么查免税店的源码溯源码真伪2024-11-27 05:02
2024-11-27 04:13
2024-11-27 03:14
2024-11-27 03:11
2024-11-27 02:42
2024-11-27 02:39