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

搜索资源列表

  1. 根据半径计算圆的周长和面积

    0下载:
  2. 《根据半径计算圆的周长和面积》 我是初学者,只能上传一些小的东西。提供给初学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.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:880
    • 提供者:何琳
  1. biaoshi

    0下载:
  2. 该程序是关于vc图像处理的,其功能是图像分割,标识物体测量面积和周长。-that the procedure was on vc image processing, and its function is image segmentation, object identification measurement area and perimeter.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:160658
    • 提供者:huangzhi
  1. blob

    1下载:
  2. 从书本上看到的程序,可执行,用以计算图像中所标识物体的周长和面积。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:164005
    • 提供者:maohuizhen
  1. 2

    0下载:
  2. 窗建一个CPoint类,代表平面直角坐标系中的点,创建构造函数和运算符重载函数, 运算符重载为类重载(非友元重载),可以实现计算两个点之间的距离。可以根据需要 加入自己的成员变量或成员函数 用3点来代表一个三角形, 输入三个点的坐标,实现判断此三角形是不是直角三角形,并输出此三角形的周长。 可以根据需要加入自己的成员变量或成员函数
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6763
    • 提供者:徐荣波
  1. area

    0下载:
  2. 此程序求圆的周长和面积,输入r,解出周长面积
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9302
    • 提供者:xiaoqi
  1. zhouchang

    0下载:
  2. 用于求三角形周长的mfc ,用c语言实现 ,是比较经典的小游戏,无聊时可以
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2187
    • 提供者:任俊豪
  1. mianjideng

    0下载:
  2. C#编程 求多边形面积、周长、重心 大学课程设计成果,想要的
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12467
    • 提供者:姜帆
  1. damichengxu

    0下载:
  2. VC++源码,计算图像中最大颗粒大米的周长和面积。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3339318
    • 提供者:
  1. 连通区域标记

    0下载:
  2. 能够对一般的图像实现连通区域标记,并得到各个区域的面积和连通区域数目,用跟踪法得到各个区域的周长。准确快速
  3. 所属分类:界面编程

    • 发布日期:2010-11-19
    • 文件大小:178044
    • 提供者:huzhiyuan
  1. 求给定三点的三角形的周长、面积

    0下载:
  2. 在Trianglele类中定义三个Point的实体来表示一个三角形的三个点,再定义一个方法setTri对这三个点进行初始化,然后定义两个方法求三角形的周长、面积。在main()中创建一个对象,求给定三点的三角形的周长、面积。,Trianglele categories defined in the Point of the three entities to express a triangle of three points, and then define a method setTri t
  3. 所属分类:Windows编程

    • 发布日期:2016-01-24
    • 文件大小:1181
    • 提供者:老大
  1. CircleAndArea.rar

    0下载:
  2. 计算圆的周长和面积。圆的半径可以任意输入,,界面上有计算按钮,单击按钮后能显示圆的周长和面积。,Calculation of the circumference of a circle and square. Radius of a circle can be imported, have calculated the interface button, click the button to show the circumference of a circle and square.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:47673
    • 提供者:Katherine
  1. shape

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

    • 发布日期:2017-04-01
    • 文件大小:517
    • 提供者:赵莹莹
  1. area

    0下载:
  2. 输入一个大写英文字母,输出相应的小写字母。输入一个学生的数学成绩,如果它低于60,输出“Fail”,否则,输出“Pass”。输入一个正整数repeat (0<repeat<10),做repeat次下列运算: 输入四个整数,输出其中的最小值。 输入一个正整数repeat (0<repeat<10),做repeat次下列运算: 输入三角形的三条边a, b, c,如果能构成一个三角形,输出面积area和周长perimeter(保留2位小数);否则,输出“These
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:817
    • 提供者:海洋
  1. timer

    0下载:
  2. 这是一个小计算器计算圆的周长和半径,比较简单的功能-This is a small calculator calculate the circumference of a circle and the radius, a relatively simple function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:174509
    • 提供者:zqn
  1. p1-1

    0下载:
  2. 我的一个学生写的根据半径计算圆的周长和面积的程式,感觉方法很好,有借鉴性,请读一下。-Writing one of my students is based on calculation of the circumference of a circle radius and area of the program, Ways feeling good, there is reference, please read about.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:563
    • 提供者: david
  1. yanu

    0下载:
  2. 你可以使用此程序进行圆的面积及周长的计算-You can use this procedure to round the calculation of area and perimeter
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:876443
    • 提供者:liumin
  1. lianmadaima

    0下载:
  2. 是关于链码方法的代码,还可以提取周长等参数,是非常好的一个代码(Code on the chain code, you can also extract the perimeter and other parameters, is a very good code)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:22n
  1. xintai

    0下载:
  2. 我看见了一个很好的,关于面积周长的编程,想要推荐给大家(I saw a very good program about area circumference, and I'd like to recommend it to you.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:都比较卡
  1. 整理后上机题

    0下载:
  2. 定义一个三角形类,用成员函数计算其周长、面积,并给出主函数应用该类。(java code,can solve some java problems.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:266240
    • 提供者:xhxtcqc
  1. 计算面积和周长并输出到表格(CAD)

    1下载:
  2. 能够计算面积周长输出到表格中,是一个比较好的插件。(Can calculate the area of perimeter output to the table, it is a good plug-in.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:林杰444
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com