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

搜索资源列表

  1. yuan

    0下载:
  2. 最简单的求圆面积周长的问题,初学者,不过也是自己做的-The simplest question of demand area of circle circumference, for beginners, but also to do their own
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:52592
    • 提供者:谌杰峰
  1. zhouchangmainji

    0下载:
  2. 求圆形,矩形,三角形的周长和面积,运用到继承的知识-Order to round, rectangular, triangular perimeter and area, apply to the inheritance of knowledge
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:891
    • 提供者:xueninglan
  1. VBshiyan

    0下载:
  2. 计算圆的周长和面积。 要求:①圆的半径可随意输入; ②界面上有“计算”按钮,单击该按钮后,能显示圆的周长和面积; ③写出实验步骤和实验结果: -Calculate perimeter and area of a circle. Requirements: ① the radius of the circle are free to enter ② interface, there are " calculated" button, click the butt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4206
    • 提供者:夜月烨
  1. redcell

    0下载:
  2. 运用opencv工具,计算给定图片的红细胞数目,同时计算细胞的面积、周长和最大最小细胞位置和细胞的密集度。-Opencv tools used to calculate the number of red blood cells for a given picture, and calculation of cell area, perimeter and maximum position of the smallest cells, and cell density.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:628587
    • 提供者:华维东
  1. geometry

    0下载:
  2. C++类运用。几何体。 计算圆与圆外接矩形,矩形外接圆。圆外切三角形四个图形的面积。周长。对角线-C++ classes to use. Geometry. Calculated circle and the circle bounding rectangle, rectangle circle. Cut four triangles outside circle graph area. Circumference. Diagonal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:543
    • 提供者:郭静男
  1. 1_1

    0下载:
  2. 可以很直观地计算圆的周长和面积,简单明了-Can be very straightforward to calculate the circumference of a circle and area, simple and clear. . . . . .
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-10
    • 文件大小:972
    • 提供者:黄晶
  1. Java_biancheng

    0下载:
  2. 本实例通过对一个Java程序的开发过程,详细说明了如何使用面向对象思想实现Java编程,给出了作者的经验之谈。程序是这样的:当用户输入一个图形(例如:圆或正方形)的必要参数,将显示该图形的面积和周长。 -This instance of a Java program through the development process, detailing how to use the object-oriented Java programming to achieve given the a
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3116761
    • 提供者:刘杰
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:16044
    • 提供者:wangdongdong
  1. yuzhifenge

    0下载:
  2. 标识物体测量面积周长VC++源代码,希望对大家有用-Identify objects, measuring an area of perimeter VC++ source code, want to be useful to everyone
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:421319
    • 提供者:zhaolei
  1. targetlocation

    0下载:
  2. 通过比较区域面积,初步去除不符合要求的目标,通过求取区域周长,计算偏心率,根据圆形偏心率的标准,去除不符合要求的区域目标-By comparing the size of the area, preliminary removal does not meet the requirements of the target, to obtain the regional perimeter, calculated eccentricity, according to the standard cir
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3950
    • 提供者:张三
  1. chazhi

    0下载:
  2. Romberg,用户计算椭圆周长,const double PI=3.14159265359 -Romberg, users elliptic perimeter, const double PI = 3.14159265359
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:521
    • 提供者:oliver
  1. AreaAndLength

    1下载:
  2. 类的封装 1. 实验目的 使用类来封装对象的属性和功能。 2. 实验要求 (1)编写一个简单的Java应用程序,该程序中定义3个类:Tangle、Lader和Circle,分别用来刻画“三角形”、“梯形”和“圆形”,具体要求如下:  Tangle类具有类型为double的三条边,以及周长、面积属性,具有计算并返回周长、面积以及三条边的功能,另外还要具有一个boolean型的属性,用来判断三个数能否构成一个三角形。  Lander类具有类型为
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:5286
    • 提供者:覃翠娟
  1. Coordinateoperation

    0下载:
  2. 给出两点坐标求线的长度,给出三点坐标求三条边的长度,及三角形的周长和面积。-Request line coordinates given the length of two, three coordinates are given three sides of the length of the request, and the triangle of perimeter and area.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1218
    • 提供者:古月
  1. 1156

    0下载:
  2. 增强,计算目标个数及周长 -Increased number of objects and calculate the circumference increased number of objects and calculate the perimeter
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:18764
    • 提供者:long
  1. AreaAndPerimeterMeasurements

    0下载:
  2. 基于vc6.0MFC的单文档的图像处理程序,标识物体测量的面积和周长-Based vc6.0MFC single document image processing procedures, identify the object area and perimeter measurements
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:1384138
    • 提供者:xx
  1. Exercise7_1

    0下载:
  2. 一个长方形的rectangle类,可以计算面积,周长,有颜色color。-Design a class named rectangle to represent a rectangle, we can calculate area, perimeter, with the color .
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:572
    • 提供者:玲玲
  1. Tuxing

    0下载:
  2. 编写求解集合图形周长,面积的应用程序,要求集合图形要求至少包含直线,三角形,矩形等类型,能计算出两个图形之间的距离。-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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:818
    • 提供者:feiye
  1. sy1201

    1下载:
  2. 求两点的距离以及求三角形三个顶点的坐标,三边的周长和面积-The distance between two points and the demand requirements of the coordinates of the triangle of three vertices, three sides of the perimeter and area
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1222
    • 提供者:史阳阳
  1. zhouchang

    0下载:
  2. 在图形界面下计算三角形周长,对输入的三边判断是否可构成三角形-Calculation of the triangle in the graphical interface perimeter, to determine whether the input can constitute a trilateral triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:758
    • 提供者:秦琴
  1. 4

    0下载:
  2. 用户在文本框中输入圆的半径,然后随机产生一个坐标位置,在屏幕上画圆,通过其他组件(如:JTextArea)输出圆的直径,周长和面积。另外提供一个按钮,可以清除屏幕,重新画圆。-q
  3. 所属分类:Other windows programs

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