搜索资源列表
根据半径计算圆的周长和面积
- 《根据半径计算圆的周长和面积》 我是初学者,只能上传一些小的东西。提供给初学C++的朋友使用。-"radius calculated the circumference of a circle and the area" is a beginner I can only upload some small things. For beginners use C friends.
圆的相关计算算法
- 圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果
地理量算.计算多边形的周长及面积
- 计算多边形的周长及面积, Computation polygon perimeter and area
编写求解几何图形周长、面积的应用程序
- 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包 -It s good.
001
- 图象处理:计算连通域的面积、周长、圆形度、矩形度以及长宽比-Image processing: computing connected domain area, perimeter, roundness, and aspect ratio rectangular degree
zhouchang
- 这段程序的主要功能是实现二值图像中图形的周长计算-The primary function of this program is to achieve binary image in the graphical calculation of the circumference
image_processing
- 本程序是基于Matlab的米粒图像的分割、计数以及周长、面积、形状因子等参数的计算。图像分割是基于腐蚀膨胀算法,选用边界跟踪法计算周长,程序代码清晰明了,对于参数的计算速度较快,且参数计算精度较高。-This procedure is based on the Matlab image segmentation grain of rice, counting and perimeter, area, shape factor and other parameters of the calcula
MorphologicalanalysisofcellsMatlab
- 细胞图形处理,检测细胞的边缘跟踪,用于计算周长-Graphics processing cells to detect the edge of cell tracking, used to calculate the perimeter
vc445
- 于VC++实现的数字图像处理的源程,内容包括:图像的边缘检测 滤波 锐化 面积,周长计算 二值化 细化等。-In VC++ to achieve the digital image processing of the source process, including: Image sharpening the edge detection filter area, perimeter detailed calculation, such as binarization.
qw
- 图像计算的常用功能,包括显示标号/计算周长/计算面积/小区域消除等功能-Calculation of the commonly used image features, including display labeling/calculate perimeter/calculate area/small area, such as the elimination of functional
Count
- 计算三角形的面积和周长,要求设计出点数,通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积,周长等。-Calculate triangle area and perimeter, to design the points, by entering the three methods to determine the coordinates of a triangle, and the output of the triangle area and perimeter.
MeshLength
- Mesh模型的任一水平面上的周长计算,OpenGL,MeshLab-MEsh length calculation
0_02011042711083117160451553
- matlab 有关于面积计算的程序,周长,圆的面积-matlab calculation programs on the area, perimeter, area of a circle
ImageBoundaryExtraction
- 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
Image111
- 印刷品图象的污点检测,面积计算,周长计算,形状标记。-Prints images blemish detection, area, perimeter calculation, the shape of the mark.
zhouchng-jisuan
- 基于opencv和vc6.0的例子程序,实现对目标区域的周长计算。适合初学者-Based on the the opencv and VC6.0 example program, the perimeter of the target area. Suitable for beginners. . .
Duobianxing
- 能实现幼儿多边形面积周长计算,随机出题,并可以产看做题记录和分数-Can realize children polygon area perimeter calculation, random number, and can be produced as a record and score
图形的周长和面积计算器C_.doc
- 为了大家更方便的计算图形的周长和面积,我设计了一个实现图形的周长和面积的计算器。这个计算器可以计算圆形、矩形、三角形的周长和面积。用户输入圆的半径或者矩形的长和宽或者三角形的三边长,系统判断用户输入的是否正确,若不正确,给出提示;若正确,系统会计算出相应的周长和面积,并显示在屏幕上反馈给用户。(In order to calculate the circumference and area of the graph more conveniently, I designed a calculat
caculate_polygeom(计算多边形面积周长)
- 这是一个计算任意多边形的面积和周长的matlab小程序,简单高效!(Calculate the area and circumference of any polygon!)
面积周长计算并输出到excel
- 可以计算CAD里线段周长和闭合线段的周长和面积,可以直接导出到EXCEL中用起来比较方便。