CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Object properties

搜索资源列表

  1. 矩形对象以及Point类成员计算其面积

    0下载:
  2. 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:1.17kb
    • 提供者:王靖
  1. juxing

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:813byte
    • 提供者:周彦均
  1. 1

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出 -1, rectangular prepared C++ Process is complete the f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:981byte
    • 提供者:李伟
  1. kucun

    0下载:
  2. 实习题:库存成本核算系统 系统功能 系统的可能对象 每个对象的属性-Internship title: inventory cost accounting system system system may be the object of each object s properties
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:17.23kb
    • 提供者:ying
  1. 2

    0下载:
  2. 封装一个CSTUDENT类,用来描述学生的属性和行为,具体要求如下: 1、学生有姓名、籍贯、学号、年龄、成绩五个成员数据,编写构造函数,拷贝构造函数, 同时编写DISPLAY()成员函数显示学生的信息。 2、编写主函数,定义两个Cstudent类对象(初始值任意),分别调用成员函数DISPLAY() 显示两个对象的学生信息,*/-Packaging a CSTUDENT class, used to describe the properties and behavior of
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:681byte
    • 提供者:王平
  1. 1

    0下载:
  2. 实验一 超市POS机收银系统 一 实验要求 • 数据文件:收银员用户信息、商品信息 • 完成功能 – 收银员登录系统,循环进行销售操作 – 每次销售可以录入多个商品项和数量,最后向控制台输出收银条,包括:商品列表/数量、总金额 • 必须使用面向对象方法实现 二 问题的分析 本实验要求用面向对象的方法完成,因此应该利用面向对象的方法对本实验要求的内容进行模拟。 三 数据结构 建立3个类:收银员类、销售单类、商品类。根据要
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1.76kb
    • 提供者:王飞
  1. IDLcodes

    0下载:
  2. Revolution IDL unleashes the power of the IDL Object Graphics architecture by providing a high- level graphical user interface that allows the user to visualize data in a variety of ways, changing properties, positioning objects in 3D, and much more.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:36.19kb
    • 提供者:Hoang Duy
  1. Edge_DEtection

    0下载:
  2. Edge detection is one of the most commonly used operations in image analysis, and there are probably more algorithms in the literature for enhancing and detecting edges than any other single subject. The reason for this that edges form the out
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:437.56kb
    • 提供者:Image
  1. rectangular

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:945byte
    • 提供者:
  1. cPP1

    0下载:
  2. 定义一个Score类,用以表示学生的各科成绩,其中的属性包括 学号、高等数学成绩、英语成绩、程序设计成绩、平均成绩; 行为包括计算平均成绩;取得平均成绩和取得学号等功能。 要求: 1.为该类定义适当的构造函数、析构函数。构造函数用以初始化学生的各项成绩信息,析构函数用于清除各项信息。 2.给出该类的各个成员函数的实现。 3.在主函数中通过输入某班n个学生的学号和各科成绩实例化出n个Score对象用以表示n个学生的成绩信息(n由用户输入),依次求出各个学生的平均成绩。最后依
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:26.75kb
    • 提供者:大头
  1. Exercise-1-IntChar

    2下载:
  2. 定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。 * 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100 * 长度不足四个字符的串,剩下部分用0补足。 * * * 自己根据需要类IntChar的属性和方法,但需满足以下要求: * 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属
  3. 所属分类:其他小程序

    • 发布日期:2014-03-26
    • 文件大小:707byte
    • 提供者:Lighting
  1. Point

    0下载:
  2. 定义Point2D,及定义它的属性和方法; 定义子类Point3D,及定义它的属性和方法;在Point3D中的主函数main()中实例化两个Point2D的对象,并通过这两个对象调用它们的属性和方法,输出方法执行结果。 -Defined Point2D and define its properties and methods defined subclass Point3D, and define its properties and methods instantiated i
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1.23kb
    • 提供者:龚天棚
  1. Debug

    0下载:
  2. 采用交互式方法时,可视化开发平台给出了许多选用的对象,程序员可选择所需对象并确定其属性,由此搭建起应用程序的“大框架”,并可根据需要进一步编写必要的细节代码段,最后构成完整的应用程序 -The use of interactive method, visual development platform provided many objects selected, programmers can select the desired object and determine its prop
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:97.1kb
    • 提供者:吉吉
  1. x64_win64

    1下载:
  2. cplex matlab优化程序包,安装后添加路径使用,适用于各种优化问题。-The Cplex class of IBM® ILOG® CPLEX® for MATLAB stores the model and provides methods for the solution, analysis, manipulation and reading/writing of the model file. All of the data associated with t
  3. 所属分类:Other systems

    • 发布日期:2017-12-19
    • 文件大小:9.17mb
    • 提供者:张冉
  1. Fourier Optics

    0下载:
  2. 傅里叶光学。 光学衍射 透镜 理论和实验(A complete descr iption of the imaging system, however, requires the wave properties of light and associated processes like diffraction to be included. It is these processes that determine the resolution of optical devices, t
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:249kb
    • 提供者:valor
  1. EMPT下载链接

    5下载:
  2. EMTP-RV软件包使用面向对象的编程模式,由EMTP-RV 核心数据处理引擎、EMTPWorks图形化编辑界面和ScopeView可视化数据处理程序三部分组成。 EMTP-RV的工程文件(Design)由支持无限嵌套层次的子电路(Subcircuit)组成。元件的相互连接构成子电路。EMTP-RV的元件分为内置元件、内置封装组件和用户自定义元件三大类型。EMTP-RV支持脚本化编程操作,可以使用Javascr ipt或者“Report scr ipt” (“Export scr ipt L
  3. 所属分类:其他

    • 发布日期:2019-01-05
    • 文件大小:19.49mb
    • 提供者:shuo13248
搜珍网 www.dssz.com