搜索资源列表
三角形
- 三角形面积的经典算法! 里面有多种方法求解!-triangular area of classical algorithm! There are many ways to solve!
drawing
- 编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等技术。写出算法。-prepared to solve geometric shapes (such as linear, triangular, rectangular, round, the multilateral type) of the perimeter, the area of application procedures,
Calculation
- 《实用计算器》是一个集多种计算功能于一体的多功能数值计算器,包括以下七个功能: 1.电桥。用来处理《大学物理基础实验》中双臂电桥部分的实验数据,在左栏中输入所测实验数据后,点击\"计算\"按钮,即在右栏中显示答案。 2.计算器。是模仿Windows XP操作系统附件中的科学计算器做成,但并没有实现它的全部功能,仅能实现十进制下的运算及二进制、八进制、十进制和十六进制间数值的转换。 3.大数运算。能够实现十万位以内非负整数的加法、减法和乘法运算。 4.复数运算。能够实现代数
C++程序设计语言实验一
- 实验一:C++编程入门 1. 设计一个程序,其中实现两个函数,分别要求: 1. 解一元二次方程 求解一元二次方程Ax²+Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。(使用引用) 2. 求三角形面积 输入三角形的三边长a、b、c(边长可以是小数),求三角形面积area,并输出。如果输入的三边构不成三角形,应给出“data error”的信息提示。注:根据“海伦”公式,area*area=p(p-a)(p-b)(p-c),其中p=(a+b+c)/2。 2. 设计一
编写求解几何图形周长、面积的应用程序
- 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包 -It s good.
Solve
- 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包,内部类可选 -Written to solve geometry perimeter, area of application requirements are as follow
11
- 重新定义权为:剖分弦的长度和加上多边形的周长(显然等价),重新求解 本函数还适用于任何定义在剖分后的三角形上的权的情况(修改一下) 例如权为三角形的面积的面积平方和-To redefine the right as follows: Partition string plus the length and circumference of polygons (apparently equivalent), re-solving this function also applies t
vbsanjiao
- 三角形面积的vb环境下的求解实现.相当好用的代码-trial angle
triangle2
- 一个功能比较完善的求解三角形周长和面积的源码-A function of relatively perfect solution triangle perimeter and area source
Tuxing
- 编写求解集合图形周长,面积的应用程序,要求集合图形要求至少包含直线,三角形,矩形等类型,能计算出两个图形之间的距离。-The preparation of a collection of graphics to solve perimeter, area of application, requirements include a collection of graphics requires at least linear, triangular, rectangular and other
java
- 编写求解几何图形(如三角形,矩型,圆,多边型)的周长的应用程序,其中相关参数要求用户输入,并将结果按照图形名称写入一个名为“几何图形面积.txt”的文件中-It s useful. please download.good good.come on.
JAVA
- 使用Java语言编写一个程序求解矩形、三角形的面积与周长-Write a program using the Java language to solve the rectangle, triangle area and perimeter
Java
- 求解3种几何图形的周长面积,主要针对三角形,圆形和矩形-Solving the three kinds of geometry perimeter area, mainly for the triangle, circle and rectangle
homework1
- 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包 -Written to solve geometry perimeter, area of application requirements are as follows: 1) The geomet
tuxing
- 三角形,矩型,圆,多边型的类放到不同的包中,用包的技术组织程序的设计。同时要求程序能从键盘上接受数据以便求解不同的几何图形的周长面积。-Triangle, rectangle, circle, polygon class into a different package, with the package of technical organization design process. Also asked the program to accept data from the keyboar
The-area-of-a-triangle
- 该程序的功能:主要用于求解三角形的面积。-The program features: mainly used to solve the triangle area.
C语言例程
- 本程序主要功能是用于求解任意三角形的面积(The main function of this program is to solve the area of any triangle)