谁会求三角形面积呀 求指教~
Write a C program using MPI to calculate the area of a triangle. The process with the rank: 0 sends two floating point numbers for the base and height to all other processes. Each of these processes calculate the area of the triangle and display.
area = b * h/2
The following is just a sample dialog. Your program must work for any floating point number.
Enter two floating point numbers for the base and the height of a triangle.
10 12
Height = 12.00, base = 10.00
The area of the triangle is: 60.00
Height = 12.00, base = 10.00
The area of the triangle is: 60.00
Height = 12.00, base = 10.00
The area of the triangle is: 60.00
Height = 12.00, base = 10.00
The area of the triangle is: 60.00
Write a C program using MPI to calculate the area of a triangle. The process with the rank: 0 sends two floating point numbers for the base and height to all other processes. Each of these processes calculate the area of the triangle and display.
area = b * h/2
The following is just a sample dialog. Your program must work for any floating point number.
Enter two floating point numbers for the base and the height of a triangle.
10 12
Height = 12.00, base = 10.00
The area of the triangle is: 60.00
Height = 12.00, base = 10.00
The area of the triangle is: 60.00
Height = 12.00, base = 10.00
The area of the triangle is: 60.00
Height = 12.00, base = 10.00
The area of the triangle is: 60.00
全部评论
相关推荐
05-21 16:37
成都信息工程大学 深度学习 鬼迹人途:你去投一投尚游游戏,服务器一面,第一个图算法,做完了给你一个策略题,你给出方案他就提出低概率问题,答不上当场给你挂
点赞 评论 收藏
分享
点赞 评论 收藏
分享