CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 周长

搜索资源列表

  1. CPolymorphism

    0下载:
  2. 关于C++的多态性应用实例程序,定义了图形类周长类面积类等。定义各派生类对象,求多派生类对象的周长之和、面积之和。-Polymorphism on the C++ Application Program, defines the perimeter of class size class graphics and so on. Health class object defined factions, seeking more than the circumference of a derive
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:514010
    • 提供者:xiaolong
  1. Triangle

    0下载:
  2. 是一个练习c++派生和继承的代码。从点派生到线段,在派生到三角形,求出三角形的周长以及面积。-Is a practice derived and inheritance c++ code. Derived from the point to the line, in the derivation to triangles, find the perimeter of the triangle and the area.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:764
    • 提供者:xiaoxia
  1. calcu_A_and_P

    0下载:
  2. 将灰度视频二值化后,进行canny检测,检测到外轮廓后,计算每个轮廓的周长以及其包裹的区域的质心和面积-Calculate the perimeter ,acreage and center of ROI in a video
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10169229
    • 提供者:keju
  1. girth84r

    0下载:
  2. 该算法构造了一个列重为4的校验矩阵,并检验了是否存在周长为8的环-The algorithm constructs a series of important check matrix of 4 and test whether there was a perimeter ring of 8
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1745
    • 提供者:万远
  1. changfangxing

    0下载:
  2. 说明并定义一个长方形类CRectangle。其数据成员定义为私有,包括左下角点坐标x,y;x方向长度a与y方向长度b。定义公有成员函数作为CRectangle的外部接口,包括输入或修改长方形的坐标;输出该长方形坐标、长宽,周长与面积。 -Describe and define a rectangle class CRectangle. The data member is defined as private, including the lower-left corner point coor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1783175
    • 提供者:sankeletb
  1. vb03

    0下载:
  2. 一个简单,实用的通过半径求圆的面积,周长计算器。-A simple, practical area of a circle, circumference calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2974
    • 提供者:jiangwei
  1. Desktop

    0下载:
  2. 设计一个矩形类 派生长方形类 正方形类,计算并输出面积,周长 -Design a rectangular square class class class derived rectangle, calculate and output area, perimeter
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:791
    • 提供者:范新优
  1. area

    0下载:
  2. 计算长方形的周长和面积,使用C++,是理解C++基本知识的很好的例子-area
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:668
    • 提供者:莫醒醒
  1. 1

    0下载:
  2. 声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。-Declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPerim () functio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:645
    • 提供者:dhw
  1. Retangle

    0下载:
  2. 设计一个Retangle类,提供通过length和width字段计算面积和周长的两个方法,并用Main方法来测试程序。(设计)-design a class of Retangle offering to passing the length
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:794
    • 提供者:叶子
  1. lizi

    0下载:
  2. 一个计算长方形周长和面积算法,用DELPHI平台做的,下载后又问题的话qq联系!-Calculate perimeter and area of a rectangle algorithm to do with the DELPHI platform, download links and then the problem would qq!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:169852
    • 提供者:Tanck
  1. Cell

    1下载:
  2. 细胞图像分析输入:图像文件cell1.bmp 输出要求: 1. 该图像中的细胞数量; 2. 最大细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 3. 最小细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 4. 所有细胞的平均面积(以像素为单位); 5. 将主要的中间步骤处理结果的图像都用OpenCV 的cvShowImage 显示出来。-Cell image analysis type: image file cell1.bmp output req
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:2341
    • 提供者:萧白
  1. cp1

    0下载:
  2. C++应用200例part1:根据半径计算圆的周长和面积-C++ application of 200 cases part1: calculated according to the radius of the area and circumference of a circle
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:12946
    • 提供者:kobe
  1. cp2

    0下载:
  2. c++应用编程200例part2:根据半径计算圆的周长和面积-c++ application programming 200 cases part2: calculated according to the radius of the area and circumference of a circle
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:17156
    • 提供者:kobe
  1. cp3

    0下载:
  2. c++应用编程200例part3:根据半径计算圆的周长和面积-c++ application programming 200 cases part2: calculated according to the radius of the area and circumference of a circle
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:20551
    • 提供者:kobe
  1. cp4

    0下载:
  2. c++应用编程200例part4:根据半径计算圆的周长和面积-c++ application programming 200 cases part4: calculated according to the radius of the area and circumference of a circle
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:18123
    • 提供者:kobe
  1. cp5

    0下载:
  2. c++应用编程200例part5:根据半径计算圆的周长和面积-c++ application programming 200 cases part5: calculated according to the radius of the area and circumference of a circle
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:25425
    • 提供者:kobe
  1. point-rectangle

    0下载:
  2. 点和矩形类的组合实例,结构优化版,输入平面两点坐标值求出矩形的面积、周长等。-Combination of point and rectangle class instances, structural optimization version, enter the two plane rectangular coordinate values calculated area, perimeter and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:682
    • 提供者:网络风
  1. seg

    0下载:
  2. 线段树经典应用,求合并矩形的周长。IOI经典题目Picture。-Classic application of the segment tree, find the perimeter of the rectangle consolidation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1575
    • 提供者:李世昌
  1. quexian

    2下载:
  2. 缺陷识别m文件,对缺陷图像进行中值,小波去噪,利用数学形态学方法提取二进制图像轮廓,并计算裂纹等缺陷的面积和周长-M file defect identification, the value of the defect in the image, wavelet denoising, using mathematical morphology to extract the binary image contour, and calculates the cracks and other def
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1388
    • 提供者:zwx
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 44 »
搜珍网 www.dssz.com