搜索资源列表
Polynomia
- 关于多项式的操作 重载运算符加减实现多项式的加减等操作-polynomial on the operation of heavy Operators of polynomial Modified Modified etc
Multiple
- 多元稀疏多项式相加减 乘 输入两个多项式,可以重载运算符实现稀疏多项式的相加
Lab8
- C++ 试验8 文件描述: 实现运算符重载,实现相加减 此次提供源码
fraction
- 定义和使用分数类fraction 描述: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.尽可能考虑程序的性能。 -评分标准
123
- 1、用成员函数重载运算符,使对整型的运算符=、+、-、*、/ 适用于分数运算。要求: (1)输出结果是最简分数(可以是带分数); (2)分母为1,只输出分子。-1, with member functions operator overloading, so that the operator on the integer =,+,-,*,/ apply to scores of computing. Requirements: (1) output is the most simple
fraction
- 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的通分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.改造上述分数类,将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.从分数类派生出一个用来描述整型的Integer类,完善整型类Integer,使其
string
- 一个简单的测试程序,通过对字符串的运算来体现如何使用运算符重载的功能以及对字符串的操作。-A simple test program, through string operations to reflect the use of operator overloading functions and operators on the string.
list
- void print(void) //遍历链表输出 int length(void) //求链表长度 void insert_head(double value) //链头插入 void insert_tail(double value) //链尾插入 void insert_k(int k, double value) //第k个元素后插入 void delete_head(void) //链头结点删除 void delete_tail(void) //链尾
list2
- 异质链表 void print(void) //遍历链表输出 int length(void) //求链表长度 void insert_head(double value) //链头插入 void insert_tail(double value) //链尾插入 void insert_k(int k, double value) //第k个元素后插入 void delete_head(void) //链头结点删除 void dele
mystring
- 实现一些对于字符串的运算符重载,如“+”,“<<”等等。-shixian string de yunsuanfu chongzai.
ch09_09
- 设计一个类模板Exam<T>,实现operator==运算符重载,用于比较各种类型数据是否相等(包括字符串和可以用等号直接进行比较的数据类型)。-Design a class template the Exam <T>, achieve operator overloading operator == for the comparison of various types of data are equal (including the string data type
String
- 实现String类的运算符重载,有助于理解运算符重载 仅仅供参考-Implementation of the String class operator overloading, operator overloading helps to understand just for reference
Overloading-Operators
- 声明了一个复数类,针对复数的运算符进行了重载-Declares a complex class for the complex operator is overloaded