搜索资源列表
complexclass
- 复数类的定义,运算的重载等源代码,初级学者编译,适合初级学者交流。-Complex type definition, operation overloading and other source code, compile the primary scholars, junior scholars for the exchange.
uuu
- 种复数其界面和使用方法与Windows的计算器相似。可以进行复数的加减乘除四则运算,取共轭运算计算器,有操作界面,c/c++源代码-Species complex interface and use methods similar to the Windows calculator. Addition, subtraction, multiplication and division can be the plural of the four operations, taking the con
computer
- 1. 所设计的复数计算器可以进行+、-、*、+=、*=、>=、<=、==、!=运算,其中>=、<=是针对复数的模进行; 2. 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部并正确赋值。 3. 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的运算。 4. 设计记录功能,可以记录下不同用户使用计算器的情况,记录以文件形式保存在计算机内,程序运行时要求输入用户名,显示该用户以前的记录。
complex
- 可以实现简单的复数域的相应的输入输出,和简单的加减运算。-You can achieve a simple complex field of the corresponding input and output, and simple addition and subtraction.
basic-calculation
- 基于C++的复数运算,定义了加减乘除取实部虚部,定义了2×2阶复数矩阵的乘法 内附详细注释-The basic calculation based on C++. Define basic calculation between complex number, including+,-,*,/. Define the multipy between two 2*2 complex matrixes.