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

搜索资源列表

  1. tijibiaomianji

    0下载:
  2. 本程序实现了数学中的求物体的体积与表面积 的算法与具体实现过程。希望对大家有一些启发。-the mathematical procedures to achieve the objects for the volume and surface area of algorithms and realization process. We hope to have some insights.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13230
    • 提供者:冰城
  1. jusuanbiaomianji

    0下载:
  2. 输入几何公式计算表面积和侧面积输入几何公式计算表面积和侧面积-formula imported geometry surface area and side area geometric formula input surface area and side area
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:35255
    • 提供者:twl
  1. fractalsandvibratingliquefactionofsaturatedgranule

    0下载:
  2. 利用分形几何学分析的出散体粒度分不,孔隙分布和颗粒比表面积都具有分形特征,服从标度律.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:190947
    • 提供者:程军兴
  1. yuanyuan

    0下载:
  2. 几何体的体积表面积计算-geometric size of the surface area calculation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14624
    • 提供者:木木
  1. MFC制作长方体的表面积跟体积

    0下载:
  2. MFC制作长方体的表面积跟体积
  3. 所属分类:对话框与窗口

  1. Program

    0下载:
  2. 将圆定义为一个基类,圆柱体定义为圆的派生类,分别求圆的面积和圆柱体的表面积和体积-Will be defined as a circular base class, defined as a round cylinder derived class, respectively, for a round cylinder size and the surface area and volume
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1190
    • 提供者:马小
  1. e11

    0下载:
  2. 求球体的表面积 判断一个数是否为素数 求球体的表面积 判断一个数是否为素数-Sphere of surface area for a few to judge whether the prime number for a sphere of surface area to determine whether the number of prime numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1794
    • 提供者:Li
  1. jicheng

    0下载:
  2. 定义点Point类作为基类,在此基础上派生出直线Line类和圆Circle类,在Circle类的基础上以不同的属性派生出圆柱Cylinder类和球Spheroid。并要求基类和各派生类具有以下特点: (1) Line类含有计算直线长度和斜率的成员函数。 (2) Circle类含有计算圆面积的成员函数。 (3) Cylinder类含有计算圆柱表面积和体积的成员函数。 (4) Spheroid类含有计算球体的表面积和体积的成员函数。 -Point definition of po
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:17543
    • 提供者:
  1. BallComputation

    0下载:
  2. 球体积和球表面积计算设计。功能简单,运算方便-Ball size and surface area calculation of the design of the ball. Features simple, convenient operation
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-01
    • 文件大小:235068
    • 提供者:吴海
  1. yuanzhiti

    0下载:
  2. 函数功能:计算圆柱体的表面积和体积 输入:半径 高 方法:C++结构体实现-Function features: calculate the surface area and volume of a cylinder type: high radius method: C++ structures to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:28987
    • 提供者:小样
  1. yuanzhuti_class

    0下载:
  2. 功能:圆柱体的表面积和体积 输入:半径 高 方法:基于C++中的类来实现-Function: a cylinder surface area and volume input: radius of high Methods: Based on C++ classes to implement
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:29080
    • 提供者:小样
  1. biaomianjidebianhua

    0下载:
  2. 小学六年级“表面积的变化”,用PPT演示出来后,效果比口授法好许多,适合广大师范类同学学习。-Sixth grade, " surface area change," came out with a PPT presentation, the effect much better than the dictation method is suitable for students studying broad Teacher Education.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:6467
    • 提供者:张虹霞
  1. exp5.1

    0下载:
  2. 求圆柱,立方体,球体的表面积和体积 求圆柱,立方体,球体的表面积和体积-Of cylinder, cube, sphere of surface area and volume
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1992
    • 提供者:xy
  1. container5.1

    0下载:
  2. 求圆柱,立方体,球体的表面积和体积 求圆柱,立方体,球体的表面积和体积-Of cylinder, cube, sphere of surface area and volume
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5207
    • 提供者:xy
  1. 22

    0下载:
  2. 2、 编写一个程序计算出球、圆柱和圆锥的表面积和体积。 a) 要求: i. 定义一个基类圆,至少含有一个数据成员半径; ii. 定义基类的派生类球、圆柱、圆锥,都含有求表面积和体积的成员函数和输出函数。 iii. 定义主函数,求球、圆柱、圆锥的和体积。 -2, write a program to calculate the ball, cylindrical and conical surface area and volume. a) asked: i. defining
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:560
    • 提供者:王楠
  1. vczyg

    0下载:
  2. 共6个程序,分别可以时钟设置,求球体,正方体等各种立体的表面积,学生和教师信息管理等功能。-A total of six procedures were able to set the clock, find the ball, cube and other three-dimensional surface area, students and teachers to information management.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:566229
    • 提供者:姜建光
  1. myjob4

    0下载:
  2. 本程序用于计算球的表面积和体积,只需输入球体的半径即可知道表面积和体积-Calculate the surface area and volume of the ball
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:11855
    • 提供者:唐庆华
  1. Exp2_2

    0下载:
  2. 编写程序:要求输入球的半径,分别计算球的表面积、体积和质量,假设球的密度为7.8,输出以上结果。 -Programming: asks for the radius of the ball, the ball were calculated surface area, volume and mass, assuming that the density of the ball is 7.8, the output results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2069
    • 提供者:sch
  1. geometry

    0下载:
  2. c++虚基类的应用实例,定义虚基类计算正方体,球体,圆柱体的表面积和体积。-c++ virtual base class of application examples, the calculation base class defines a virtual cube, sphere, cylinder surface area and volume.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:658488
    • 提供者:bao
  1. 空间分析

    0下载:
  2. 空间分析的小程序,包含马氏距离,欧氏距离等计算,包含表面积计算(mini apps of spatial analysis)
  3. 所属分类:C#编程

    • 发布日期:2017-12-26
    • 文件大小:49152
    • 提供者:青之颂
« 12 3 »
搜珍网 www.dssz.com