搜索资源列表
matrix
- 矩阵快速幂乘 C/C++实现 模板 方便随时调用-Matrix Fast Exponentiation
big-number
- 本计算器实现了的功能有: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因-Achieve the functionality of the calculator: 1, binary, octal, decimal and hexadecimal n
CPPanswer
- 完成大数求幂的程序。要求按照运算符重载版本完成,类的声明可以不同,但主程序不能更改,输入输出严格按照要求来。输出要求:整数输出不能带小数点;不能输出2.3000,应是2.3;不能输出000123.3,应是123.3,总之符合正常书写格式。 -Through the process of large numbers exponentiation. Requirements in accordance with the operator overloading version class dec