搜索资源列表
复数的+-重载
- 对复数进行+、-、*、/重载运算-right plural for ,-,*,/ Heavy Operational
complex_math2
- 用C#编的复数运算程序.这是我刚刚学习c#语言后使用的,感觉不错,让大家借鉴一下
datastructure1--
- 用C或C++语言设计并实现一个可进行复数运算的演示程序。 【基本要求】 1.由输入的实部和虚部生成一个复数 2.两个复数求和 3.两个复数求差 4.从已知复数中分离出实部和虚部 5.复数及相应运算结果以相应的表现形式显示。
operation
- 一个复数运算的类-a complex computing category
复数类演示
- 使用C++编写的一个复数类,可以进行加减乘除的运算。
C++复数基本运算实现
- C++语言实现复数的基本运算,C++入门级别。。可以瞅瞅
computer
- 实现复数运算,设计中要体现MFC基础知识以及C++自定义类的应用 -Complex operation, designed to reflect the MFC basics, as well C++ custom application
fushuchongzai
- 2、 实现复数类的运算重载 编写C++程序完成以下功能: (1) 实现复数类的运算重载:+,-,*,/,^(乘方)。 -2, the realization of the plural types of heavy-duty computing to prepare C++ Procedures to accomplish the following functions: (1) the realization of the plural types of heavy-duty c
Algorithm
- c# 数值计算源代码 复数运算 矩阵运算 线性代数方程组的求解 非线性方程与方程组的求解 -c# numerical source code plural computing matrix calculation of linear algebraic equations for solving nonlinear equations with the equations
lab7_1
- 设计一个小型的复数类(C++标准库complex提供复数类),这里为了说明重载运算功能而设计,在小型复数类MiniComplex中,数据成员:实部与虚部。函数远远主要是重载进行复数运算的各种操作符。由于各种运算符功能的限制,将输入与输出运算符重载为友元函数,使得复数的输入与输出更加方便快捷,成员函数重载+,—,*,和/运算符来进行复数的加法、减法、乘法、和除法运算,重载逻辑运算符= =进行复数的相等比较。-Design of a small category of plural (C++ Sta
complex
- 复数运算的演示程序: 1.由输入的实部和虚部生成一个复数 2.两个复数求和 3.两个复数求差 4.从已知复数中分离出实部和虚部 5.复数及相应运算结果以相应的表现形式显示。-Plural computing demo program: 1. By the importation of the real and imaginary parts generate a plural 2. Two plural summation 3. Two plural for poor 4.
complex
- 利用C++控件编写的复数运算,有对话框,希望对你有所帮助!-The use of C++ Controls prepared plural computing, there are dialog, I hope for your help!
complex
- 1)由输入的实部和虚部生成一个复数 2)两个复数求和; 3)两个复数之差; 4)两个复数之积; 5)从已知复数中分离出虚部 6)从已知复中分离出实部。 7)运算结果以相应的复数或实数的表示形式显示。 -1) by the input of real and imaginary parts generate a plural 2) sum of the two plural 3) the difference between the two plural 4) the pr
Extreme.Mathematics.QuickStartCS
- 用C#写的数学函数库源码。里面包括复数运算,矩阵运算,解方程,积分微分等。非常有用。-Using C# to write the math library source. Includes the plural computing, matrix operations, solution of equations, such as integro-differential. Very useful.
ch1516
- 徐士良14,15章,多项式和一般函数计算及复数运算,Fortran-徐士良Chapter 14,15, polynomials and general functions are calculated and complex computing, Fortran
ComplexCalculator
- 一个复数计算器!实现了复数的基本运算功能-A complex number calculator! Achieved a complex function of the basic operations
Complex
- 复数运算程序,可以实现复数的加减乘除和取模运算,c++语言编写,适用于初学者-Complex operation procedure, can achieve complex addition and subtraction multiplication and division, and modulus operator, c++ language, suitable for beginners
chongzai
- c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
22222
- 1. 所设计的复数计算器可以进行+、-、*、+=、*=、>=、<=、==、!=运算,其中>=、<=是针对复数的模进行; 2. 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部并正确赋值。 3. 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的运算。 4. 设计记录功能,可以记录下不同用户使用计算器的情况,记录以文件形式保存在计算机内,程序运行时要求输入用户名,显示该用户以前的记录。用
Practice0
- 复数四则运算:设计一个可进行复数运算的演示程序-Complex arithmetic: design a demonstration program to conduct complex operations