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

搜索资源列表

  1. UseExportClassDll

    0下载:
  2. 调用DLL,使用其导出类计算长方体的表面积和体积,VC++精选编程源码,很好的参考资料。-The call to DLL, use the derived class calculation of rectangular body surface area and volume, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:128570
    • 提供者:什锦丁儿
  1. 3

    0下载:
  2. 设计一个立方体类Box,能够计算并输出立方体的表面积和体积。 提示:定义一个立方体类Box,包含一个私有数据成员(立方体边长),两个公有函数(构造函数Box和计算并输出立方体的表面积和体积的函数show)。 -Design of a cube class Box, the output can be calculated and the surface area and volume of the cube. Tip: define a class cube Box, comprisin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:268953
    • 提供者:刘舰阳
  1. inherit-

    0下载:
  2. 试定义类TRI(三角形)及其派生类COL(三角柱体).其中三角形类可以计算三角形的面积和周长:三角柱体类可以计算柱体的体积和表面积.-Try to define classes TRI (triangle) and its derived classes COL (triangular prism) which can calculate the triangle class area and perimeter of triangles: triangular prism class can
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:1377
    • 提供者:姜玉洁
  1. 1

    0下载:
  2. 首先定义类Point,然后定义类Point的公有派生类Circle,在定义类Circle的公有派生类Cylinder。 类Point的数据成员int型的x和y,用于表示点的坐标位置,有成员函数p_show()、构造函数和析构函数、p_set(),p_show()用于娴熟输出点的坐标,p_set()用于设置x和y的值。 类Circle有新增私有数据成员float型的h和double型的s,表示圆的半径和面积,有成员函数c_area用于计算圆的面积并对s赋值,有成员函数c_set(
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:236981
    • 提供者:
  1. 4_2

    0下载:
  2. 定义一个立方体类,包含的数据成员有立方体的左上角坐标位置和右下角坐标位置,并实现如下要求。 要求: 1)构造函数带入两个三维坐标点位置来初始化成员变量; 2)另一个构造函数带入一个坐标点位置和一个边长来构造一个正方体; 3)一个成员函数求立方体的中心; 4)一个成员函数来获取立方体的体积和表面积; 5)添加静态成员变量统计当前有多少个对象处于生存期,添加静态成员变量表示一个生成过多少个对象; 6)添加静态成员函数获取上面的两个静态成员变量。   7
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:654
    • 提供者:杨世坤
  1. My_MVC

    0下载:
  2. 使用MVC模式和观察者模式实现画圆和计算面积、表面积-Use the MVC pattern and the observer pattern implementation Circle and computing area, surface area
  3. 所属分类:Data structs

    • 发布日期:2017-06-14
    • 文件大小:21715345
    • 提供者:huangbo
  1. cSharp-code-1

    0下载:
  2. 编写一个程序计算出球、圆柱和圆锥的表面积和体积源代码-Write a program that calculates the ball, cylindrical and tapered surface area and volume of source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:10898
    • 提供者:qiaoweikang
  1. qiu

    0下载:
  2. “球体积和球表面积计算设计”。设计一个对话框,可以输入球的半径,输出球体积和球表面积。- Design and calculation of ball volume and surface area of a sphere . The design of a dialog box, you can enter the radius of the ball, the ball ball output volume and surface area.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1873072
    • 提供者:liu
  1. biaoyanjhetijilei

    0下载:
  2. vc编程,可以创建Win32 DLL导出一个计算长方体表面积和体积的类-vc programming, you can create a Win32 DLL export a rectangular surface area and volume calculation class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:55448
    • 提供者:
  1. callthedll

    0下载:
  2. 调用DLL,使用其导出类计算长方体的表面积和体积-Call the DLL, use its derived class to calculate the surface area and volume of rectangular
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:117315
    • 提供者:
  1. Simpson

    0下载:
  2. 复合梯形公式和复合Simpson公式求旋转体表面积-Composite trapezoidal formula and composite Simpson formula uation rotating body surface area
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:62127
    • 提供者:杨娟
  1. Calc

    0下载:
  2. 一个自己写的计算工具,可以计算圆周 圆柱 表面积 体积-THIS IS A AUTO calc
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-30
    • 文件大小:118407
    • 提供者:陈和昌
  1. CPPbiaomianjitijijisuan

    0下载:
  2. 计算正方体、球体和圆柱体的表面积及体积。要求写出主程序,应用C++的多态性,分别计算边长为6.0的正方体、半径为5.0的球体,以及半径为5.0和高为6.0的圆柱体的表面积-Calculating surface area and volume of the cube, sphere and cylinder. Asked to write the main program, the application of c++ polymorphism, side length are calculat
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:698
    • 提供者:景生
  1. OpenSTL

    2下载:
  2. MFC的小程序,打开文本的STL文件,并实现缩放、旋转、计算体积、表面积功能-MFC applet, open the text of STL file, and zoom in, rotate, calculate volume, surface area function
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:13689
    • 提供者:tuzhixin
  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. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1835
    • 提供者:jiao3173951
  1. ExportClassDll

    0下载:
  2. 创建Win32 DLL导出一个计算长方体表面积和体积的类\ExportClassDll\ExportClassDll.rar,很不错的vc源码,有兴趣的朋友可以看看。-Creating a Win32 DLL export rectangular surface area and volume calculation of the class \ ExportClassDll \ ExportClassDll.rar, very good vc source, interested friend
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6280
    • 提供者:m36shiganbe
  1. ExportClassDll100

    0下载:
  2. vc——创建Win32 DLL导出一个计算长方体表面积和体积的类\ExportClassDll的程序源码,值得一看!-vc- Creating a Win32 DLL export rectangular surface area and volume calculation of the class \ ExportClassDll the program source code, worth a visit!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6207
    • 提供者:fp42hes
  1. ExportClassDll101

    0下载:
  2. vc 创建Win32 DLL导出一个计算长方体表面积和体积的类\ExportClassDll的源码-Creating a Win32 DLL export vc rectangular surface area and volume calculation of the class \ ExportClassDll source
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5787
    • 提供者:fp42hes
  1. ExportClassDll100

    0下载:
  2. vc——创建Win32 DLL导出一个计算长方体表面积和体积的类\ExportClassDll的程序源码,值得一看!-vc- Creating a Win32 DLL export rectangular surface area and volume calculation of the class \ ExportClassDll the program source code, worth a visit!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6305
    • 提供者:pt9nanye190
  1. area(new)

    0下载:
  2. 利用c算法程序计算表面积和体积的一种算法-An Algorithm for Computing Surface Area and Volume Using c Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:4795392
    • 提供者:
« 1 2 3 45 »
搜珍网 www.dssz.com