搜索资源列表
no1111
- 根据输入的三条边长判断三角形的形状 打印出结果-depending on the input side three-judge triangular shape Print out the results
TriangleAnalysis
- 三角形边长测试数据生成程序 编程实现: 当输入三角形3条边的取值范围后,根据相应的软件测试用例选取理论,自动生成三角形三条边的测试用例。 同时给出相应的三角形类型预期结果。
no1111
- 根据输入的三条边长判断三角形的形状 打印出结果-depending on the input side three-judge triangular shape Print out the results
TriangleAnalysis
- 三角形边长测试数据生成程序 编程实现: 当输入三角形3条边的取值范围后,根据相应的软件测试用例选取理论,自动生成三角形三条边的测试用例。 同时给出相应的三角形类型预期结果。 -Triangle side length test data generation programming realize: When the input side of the triangle 3 range, in accordance wi
Triangle-Calculator
- 由用户依次输入3个浮点数作为三角形的三条边长,进行三角形的判定和相关计算。-Followed by the user input three floating-point long as three sides of the triangle, the triangle determined and calculations.
Desktop
- 通过用户自己输入三角形三条边的边长数,计算三角形面积,使用的是jsp源代码编程来实现此功能-User input through the three sides of the triangle side lengths, calculating the triangle area, using a jsp source code programming to implement this functionality
TriangleExcep2
- 个人原创代码:Java异常处理程序。编写Java Application程序,自定义类Sanj,其中有成员 x,y,z,作为三边长,构造方法Sanj(a,b,c)分别给x,y,z赋值,方法求面积getArea和显示三角形信息(三个边长)showInfo,这2个方法中当三条边不能构成一个三角形时要抛出自定义异常NotSanjiaoException,否则显示正确信息。在另外一个类中的主方法中构造一个Sanj对象(三边为命令行输入的三个整数
area
- 用户从键盘上输入三角形三条边的边长,计算并输出三角形的面积。-calculate the area of a triangle
xiangmu1
- 判断三边是否能构成三角形 如果是的话并求周长面积-#include <stdio.h> #include <math.h> void main() { int a,b,c double p,s printf("请输入三角形的三边长:") scanf(" d, d, d",&a,&b,&c) if ((a+b>c&&a-b<c)==1) {
a-to-b
- labview 实现输入三角形的任意三条边长 自动计算三角形的夹角-labview Jiao Gui Huang Qianpianshuwen Chongjingsuoqin
2
- 程序可计算圆形、长方形、三角形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径 值,对长方形要求用户输入长和宽的值,对三角形要求用户输入三条边长的值,计算出面积的值后将其显示出来-to get different squares
gfo
- 根据输入的三条边长判断三角形的形状 打印出结果,很好用-Based on the input of three sides determine the shape of a triangle Print out the results, very good