1樓:愛上泡網
#include"stdio.h"
#include
main()
//修改了一下上面的程式,可以輸出了。但是不知道是不是對的,我不懂三角函式
float a,b,c,ca,cb,cc;
scanf("%f %f %f",&a,&b,&c);
ca=(b*b+c*c-a*a)/(2*c*b);
cb=(a*a-b*b+c*c)/(2*c*a);
cc=(a*a+b*b-c*c)/(2*a*b);
printf("printf("
printf("<
2樓:匿名使用者
只能用弧度數表示,沒角度數!
3樓:用qq名居然違規
#include
main()
float a,b,c,ca,cb,cc;
scanf("%f %f %f",&a,&b,&c);
ca=(b*b+c*c-a*a)/(2*c*b);
cb=(a*a-b*b+c*c)/(2*c*a);
cc=(a*a+b*b-c*c)/(2*a*b);
printf("printf("printf("getch();
c語言程式設計 輸入三角形邊長計算三角形周長並輸出周長結果
測繪地理資訊 看起來有點長,但是很規範,這是程式設計時要講究的乙個問題。順便計算了一下面積。include include float a,b,c,p,s,temp void shuru if a c if b c void main p a b c 2 s sqrt p p a p b p c p...
輸入三角形的三條邊判斷能否構成三角形若能
include indlude define acute angel 1 銳角 define right angel 2 直角 define obtuse angel 3 鈍角 bool is int a,int b,int c return r int get type int a,int b,i...
已知三角形三邊長度,求角的角度,已知三角形三邊長度,求三個角的角度。
城市秋天 如果已知三角形的三條邊a b c,三個角 可以由余弦定理得到三角形的三個內角 1 角的角度 2 角的角度 3 角的角度 餘弦定理的含義是對於任意三角形,任何一邊的平方等於其他兩邊平方的和減去這兩邊與它們夾角的餘弦的積的兩倍。擴充套件資料 已知三邊可用 海 式 求三角形的面積。解題過程如下 ...