CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 重载运算符

搜索资源列表

  1. TaskTrain_1[1].3

    0下载:
  2. 定义一个表示三维空间坐标点的类,并对下列运算符重载
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5637403
    • 提供者:单梁
  1. BDate

    0下载:
  2. 主要是阐述了运用重载运算符较完美的实现了大数的加减乘除运算,其中乘法用到俄罗斯算法,语言非常简练。-Is mainly explained the use of overloaded operator, the more perfect realization of the large numbers of addition and subtraction multiplication and division operations, including multiplication algor
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1221974
    • 提供者:高德政
  1. 1

    0下载:
  2. 1.编写一个简单的程序,输出“Welcome you”,并给程序加一行注释“First C++ program”。 2.编写一个完整的包含输入和输出的简单C++程序。 3.编写内置函数求解2X2+4X+5的值,X为整数,并用主函数调用该函数。 4.利用函数重载,重载上面的函数,X为浮点数。 5.编写一个程序,对一个整数数组求和,求和的结果使用全局变量sum存储,同时对整数中的奇数求和,结果使用局部变量sum存储,在主程序将两个结果输出。 6.编写一个程序动态分配一个浮点空间,
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:46121
    • 提供者:bobo
  1. gl

    0下载:
  2. 设计一个学生类student, 包括姓名和三门课程成绩, 利用重载运算符”+“将所有学生的成绩相加放在一个对象中, 再对该对象求各门课程的平均分-Design a student class student, including name and three course score, the use of overloaded operator "+" will add up the results of all students placed in an obj
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:13109
    • 提供者:张尧林
  1. Operatoroverloading

    0下载:
  2. 运算符重载和模板——面向对象程序设计方法C++的最详尽的课件PPT 保证你一看就懂!-Operator overloading and templates- method of object-oriented programming C++, the most comprehensive courseware PPT guarantee that you see at a glance understand!
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:37173
    • 提供者:刘莎
  1. yunsuanfuchongzai

    0下载:
  2. 运算符重载及流类库的讲义。包括运算符重载和类运算符的语法,流类库,文件操作方式等-Operator overloading and flow library handouts. Including operator overloading and class operator syntax, flow library, file operation, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:119174
    • 提供者:li
  1. BUPT-SCS-CPP

    0下载:
  2. 猜价格游戏 矩形 矩阵(一) 矩阵(二) 矩阵(三) 形状(一) 形状(二)——虚函数 对Point类重载++和――运算符 流式IO(一) 电话本-Guess the price game rectangular matrix (a) of the matrix (b) of the matrix (c) the shape of the shape (a) (b)- virtual function Point class overloaded++ and- operators, stream
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:329864
    • 提供者:Terry
  1. complex-operator-overloading

    0下载:
  2. 实现复数运算符的重载,对C++初学者来说有一定的参考价值。-Complex operator overloading, C++ beginners a certain reference value .
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:25410
    • 提供者:cyl
  1. cpp1

    0下载:
  2. 定义一个钟表类,包括三个私有成员,分别为小时、分钟、秒,在此基础上,请重载自增运算符(++)和自减运算符(--)为类的成员函数,使得钟表类的对象能进行基于秒数的时间变化,注意自增运算符和自减运算符有前缀运算和后缀运算两种。同时要求定义带参数的构造函数,定义时间设置函数和时间显示函数。-Define a class watches, including three private members, namely hour, minute, second, on this basis, please
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:871
    • 提供者:郑秋凯
  1. Operator-overloading

    0下载:
  2. C++的实验,实现运算符重载.运算符重载定义: C++中预定义的运算符的操作对象只能是基本数据类型。-C++ experiments, to achieve operator overloading. Operator overloading definition: C++ in the operation of the operator can only be a basic data type.
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:85523
    • 提供者:王耘
  1. Operator-overloading

    0下载:
  2. 本文档详细说明了C++中运算符重载的意义用法,并附上了程序,有利用学习C-this essay introduces the operator overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:67450
    • 提供者:111111
  1. j

    0下载:
  2. 1.运用重载运算符,求两数相加。 2.+,—,*,/运算-1. The use of overloaded operators, find the two numbers together. 2+,-,*,/operation
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:7311
    • 提供者:方方
  1. jz

    0下载:
  2. 用c++实现任意两矩阵相加,运用了运算符重载,在VC环境下运行-Two matrix addition
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:550
    • 提供者:方方
  1. operator-

    0下载:
  2. 运算符的重载,包括等号,加号,并且通过complex类来实现运算符。-Operator overloading, including the equal sign, plus sign, and by class to implement complex operator.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:749
    • 提供者:jon leong
  1. daima

    0下载:
  2. 1. 实现一个CComplex class(数学里的复数),练习运算符的重载。 要求具有以下操作: ①构造函数 ②拷贝构造函数 ③operator ④operator* ⑤operator+ ⑥operator- ⑦operator/ ⑧operator ⑨operator[] ⑩operator! 其中,复数类的实部和虚部的取值类型为float。 2. 用一个简单的程序,使用CComplex的各个成员函数和运算符。 3. 在CCo
  3. 所属分类:Document

    • 发布日期:2017-05-04
    • 文件大小:7717
    • 提供者:牟蓉
  1. stack

    0下载:
  2. 运算符重载的栈。C++语言编写的头文件。可以入栈出栈赋值打印等操作。-Operator Overloading stack. C++ language header file. You can stack the stack assignment printed.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1163
    • 提供者:luziyi
搜珍网 www.dssz.com