搜索资源列表
hot
- 贴片式功率器件的散热计算.pdf 文中详细描述了如何计算所需的PCB散热面积-SMD-type power device cooling calculation. Pdf text describes in detail how to calculate the required heat dissipation area of PCB
CM0
- ARM开发板上实现,CMO,LPC1114系列,计算梯形的面积-ARM,CMO,LPC1114,Calculate trapezoidal area
Circle
- 1. 声明一个Circle类,有:数据成员Radius(半径),成员函数GetArea()计算圆的面积,构造函数Circle(float radius)进行初始化和析构函数。在主函数中创建一个Circle类的对象进行测试(输入一个数值,作为Circle类对象的半径,调用该对象的GetArea()求以该数值为半径的圆的面积)。-1. Declaring a Circle class are: data members Radius (Radius), member function GetArea
Rectangle
- 3. 声明一个名为Rectangle的矩形类,其属性为矩形的左下角和右上角两点的坐标,并有友元函数计算矩形的周长及面积。编程实现求左下角与右上角坐标分别为(2.1,3.2),(5.2,6.3)的矩形周长及面积。并编写一个友元类,类中的成员函数实现坐标点的显示。-3. Declare a class named Rectangle rectangle, and its property to the lower left and upper right corner of the rectangl
area100
- 实现计算多边形面积的功能。第一行输入多边形的顶点数。第二行以后按照次序依次输入坐标点(如“2 3”,代表X 坐标和Y 坐标,中间加入空格区分)-To achieve the function of calculating the polygon area. Enter the first line of the polygon vertices. After the second line followed in the order of the input coordinates of poi