c語言或者c判斷三角形的形狀

2021-05-14 10:28:03 字數 884 閱讀 9202

1樓:匿名使用者

#include

using namespace std;

int main()

;int result[2]=;

for(int i=0;i<2;i++)

else if(a==b || b==c || a==c)else if(a*a+b*b==c*c || a*a + c*c==b*b || b*b+c*c==a*a)

else

}else

}for(int i=0;i<2;i++){switch (result[i])

{case db:

cout<<"db"<

2樓:谷勝輝

#include

#include

using namespace std;

int zhijiao(int a,int b,int c);//判斷是否為直角三角形

//需要完善,做出安全檢查,以確定資料的準確性void main()

else

}else

split = strtok(null, ";");

}system("pause");

}int zhijiao(int a, int b, int c)else

return 0;}

3樓:狼顧之

#include

void main(void)

if (a > c)

if (b > c)

if((c>=a+b)||(a<=c-b))else

if(a==b || b==c)

if(c*c == a*a+b*b)

printf("pt\n");}}}

c語言設計三角形的面積公式,C語言設計,三角形的面積公式

main c語言我們沒學過,不會,不過三角形面積的證明我倒是會。這是海倫定理。設三角形的三邊a b c的對角分別為a b c,則餘弦定理為 cosc a 2 b 2 c 2 2ab s 1 2 ab sinc 1 2 ab 1 cos 2 c 1 2 ab 1 a 2 b 2 c 2 2 4a 2 ...

c語言給出三角形三邊長,求三角形面積

include include int main float a,b,c,h,s scanf f f f a,b,c h a b c 2 s sqrt h h a h b h c printf g n s return 0 c語言是一種計算機程式設計語言,它既具有高階語言的特點,又具有組合語言的特點...

要求用C編寫三角形類,要求用C 編寫三角形類

數學沒學好 請列出三角形周長和麵積計算公式 確實很菜的問題 樓主 你多看看課本就好了!這樣的問題也問,真是讓人無語 用c 定義一個三角形類 using system using system.collections.generic using system.linq using system.tex...