CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 周长

搜索资源列表

  1. 圆的相关计算算法

    0下载:
  2. 圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:1419
    • 提供者:YF
  1. liti

    0下载:
  2. 几个例子 周长及面积 阶乘 使用内联函数计算1至100的所有整数的平方 计算倍数 输入姓名,然后在屏幕输出问候信息
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2549
    • 提供者:袁军
  1. area

    0下载:
  2. 求梯形,三角形,圆形等的面积、周长
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3569
    • 提供者:陈子豪
  1. a

    0下载:
  2. 给出N个点的坐标,求其出凸包,并计算凸包的周长
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3850
    • 提供者:backluck
  1. 1354520

    0下载:
  2. 定义一个Shape抽象类,在此基础上派生出Rectangle和circle类,二者都有GetArea()函数计算对象面积,GetPerim()函数计算对象的周长。使用Rectangle类派生出一个新类Squre。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:881
    • 提供者:ming wang
  1. p1-1

    0下载:
  2. 这是一个求解数学问题:半径计算圆的周长和面积-This is a mathematical problem solving : Radius calculated the circumference of a circle and area
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:826
    • 提供者:欧阳
  1. Triangle

    0下载:
  2. 输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1064
    • 提供者:stephenzou
  1. fenxing

    1下载:
  2. 分形维数作为科学研究的重要工具之一,它是描述自然界和非线性系统中不光滑和不规则几何体的有效工具,其 计算方法已经有多种,应用领域也是十分广泛。然而,各种方法各有不同,文中就此对常用分形维数计算方法进行了系统 的综合与研究,主要包括圆规法、明科斯基方法、变换方法、盒子计算方法、周长- 面积法、裂缝岛屿方法、分形布朗模型法, 对每种方法的含义和模型及相关的应用领域进行了阐述,并给出了其方法的计算机实现算法。-As one of science study tools ,fractal d
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:271124
    • 提供者:范达内
  1. code

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

    • 发布日期:2017-03-28
    • 文件大小:16044
    • 提供者:wangdongdong
  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. MeshLength

    0下载:
  2. Mesh模型的任一水平面上的周长计算,OpenGL,MeshLab-MEsh length calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:10931
    • 提供者:MENG Yuwei
  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. 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. 3.1

    0下载:
  2. 声明一个Shape抽象类,并派生出Rectangle和Circle类,计算面积和周长-Declare an abstract class Shape, and derived classes Rectangle and Circle, calculate area and perimeter
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3558886
    • 提供者:张莉
  1. AbstractClass

    0下载:
  2. 此范例包含一个抽象类,其中定义了计算各种形状周长、面积以及体积的方法,同时定义其他3个类分别实现三角形、圆形与正方形的相关周长、面积以及体积的计算方法。-This example contains an abstract class, which defines the shape of the calculation of perimeter, area and volume methods, while the other three categories were defined to a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:980
    • 提供者:司马枫
  1. Delphi

    0下载:
  2. Delphi 编译,输入半径计算圆的面积与周长-Delphi compiler, enter the radius to calculate the area of ​ ​ a circle with perimeter
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:173428
    • 提供者:AS
  1. Panting

    0下载:
  2. 画图计算面积的小代码,输入长宽能计算出面积和周长,也可以画图。-Paint computing area code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1820
    • 提供者:萝卜丝
  1. cPP

    0下载:
  2. 已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示-Known radius r = 2.5 cylinder h, = 4, of circular perimeter, area, the sphere volume, cylinder volume, cin input to calculate the project, and then outputs the calculation results
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:583
    • 提供者:stb
  1. java2

    0下载:
  2. java编程使用抽象类或借口计算三种几何图形的面积与周长,几何图形的尺寸自定-java programming using the abstract class or an excuse to calculate area and perimeter of the three geometry, the geometry of size custom
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1317
    • 提供者:忍潜血
  1. 001

    0下载:
  2. 计算矩形的面积和周长、面向对象程序设计 #include<iostream> #include"002.h" using namespace std int main() { double x1,y1,x2,y2 cout<<"请分别输入左下右上点的坐标,用空格分开"<<endl cin>>x1>>y1>>x2>>y2 juxing j1(x1,y1,x2,y2
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:933
    • 提供者:yangh
« 12 3 4 5 »
搜珍网 www.dssz.com