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

搜索资源列表

  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. inheritance

    0下载:
  2. 设计一个抽象类Shape,包括2个抽象方法,分别是计算形状的周长和面积。设计具体类Rectangle和Circle,分别表示矩形和圆,它们都是Shapes的子类。使Rectangle和 Circle都实现Comparable接口。编写一个通用的排序程序和一个通用的二分查找程序(自己写代码实现),能对这二种类型的数组进行排序并查找指定的对象。-Design an abstract class Shape, including the two abstract methods, namely, ca
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:48227
    • 提供者:陈思
  1. GetGPSDotSpace

    0下载:
  2. 得到GPS两点之间的距离,对于初步的应用是足够的,直接用圆的周长知识.-GPS has been the distance between two points, for an initial application is sufficient, the direct use of the circumference of a circle of knowledge.
  3. 所属分类:GPS develop

    • 发布日期:2017-04-08
    • 文件大小:2438
    • 提供者:
  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. 11

    0下载:
  2. 重新定义权为:剖分弦的长度和加上多边形的周长(显然等价),重新求解 本函数还适用于任何定义在剖分后的三角形上的权的情况(修改一下) 例如权为三角形的面积的面积平方和-To redefine the right as follows: Partition string plus the length and circumference of polygons (apparently equivalent), re-solving this function also applies t
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:王建
  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. measureAreaandcircle

    1下载:
  2. 这是一个没量图形中目标面积与周长的VC++实用程序代码-This is not the volume of a graph of the goal area and perimeter utility VC++ code
  3. 所属分类:Graph program

    • 发布日期:2016-05-14
    • 文件大小:605366
    • 提供者:蒋良卫
  1. yuanjisuan

    0下载:
  2. 根据半径计算圆的周长和面积,可方便的计算圆的周长和面积-Calculated in accordance with the circumference of a circle radius and area of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:559
    • 提供者:xie
  1. VcCSimage

    0下载:
  2. VC编写数字图像处理中对指定区域进行面积、周长等几何参量的自动测量-VC in the preparation of digital image processing of the designated area for area, perimeter and other geometric parameters of the automatic measurement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:161209
    • 提供者:yin
  1. ContourShapeImage

    0下载:
  2. vc6.0下,检测图像形状的轮廓的面积和周长,图像格式必须为BMP格式。-vc6.0, the detection of the contour shape image of the area and perimeter, BMP image format must be the format.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:162362
    • 提供者:刘祺
  1. Triangle

    0下载:
  2. 计算三角形的面积和周长,要求如下: (1)设计出point类(点类)。 (2)设计出triangle类,至少包括其构造方法,以及获取面积和周长的方法等。 (3)通过输人三点坐标的方法来确定一个三角形,并输出三角形的面积、周长等。-Calculation of area and perimeter of triangles, the following: (1) design point type (point type). (2) triangle-type des
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1051
    • 提供者:yanglingfei
  1. graphics

    0下载:
  2. 此代码为给出一个图形,求此图形的周长面积-This gives a code for the graphics, the graphics for this perimeter area
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1892
    • 提供者:conan0713
  1. ctree

    0下载:
  2. 本程序运用线段树+离散化+扫描线的方法来求解矩形周长问题。是运用线段数解题的经典应用之一。-This procedure using discrete segment of the tree++ scan line approach to solving the problem of rectangular perimeter. Segment is to use a number of problem-solving one of the classic applications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1286
    • 提供者:hujiafeng
  1. Rectangle

    0下载:
  2. 输入矩形的常和宽,求矩形的面积和周长!用控件传值,控件更新值-Enter the regular rectangular and wide, and the area and perimeter of rectangle! With control value, update the value of control
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:808067
    • 提供者:安树峰
  1. ImageSegmentation

    0下载:
  2. 图像分割VC程序,内含标识物体测量面积周长阈和值分割和轮廓提取两个程序,望大家共同切磋进步!-VC image segmentation process, including identification of objects and the measurement area perimeter threshold segmentation and contour extraction of the two procedures, hope you learn and progress toge
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:368780
    • 提供者:Jervie Gao
  1. bookCase

    0下载:
  2. 本代码用java实现,用于实现圆的面积和周长-The java code used to achieve, for the realization of the area and circumference of a circle
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:4189
    • 提供者:sky
  1. CircleTest11

    0下载:
  2. JAVA程序,计算图像面积周长的小程序,使用方便-JAVA program to calculate the image area of the small circumference of the procedure and easy to use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1901
    • 提供者:wujialiang
  1. huanqiulvxing

    0下载:
  2. 我们假设地球是一个标准的球体,孩子们的旅行只能沿着地表进行,而地球赤道的周长是40,000公里。 输入 有多组测试数据。第一行是一个正整数T(1<=T<=1000),表示有多少组测试数据。 以下有T行,每行四个用空格隔开的整数A,B,C,D,<A,B>表示出发地点的经纬度,<C,D>表示目的地点的经纬度。其中0<=A,C<360表示经度,-90<=B,D<=90表示纬度,纬度为负表示在南半球。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:910574
    • 提供者:tianjiang8
  1. Shape

    0下载:
  2. 求一个几何图形的周长和面积,包括圆,三角形,四边形-For a perimeter and area of geometric shapes, including round, triangular, quadrilateral
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1829
    • 提供者:conan0713
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com