搜索资源列表
C++常用算法之1复数运算
- 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套复数运算代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting complex computing code, each so
元函数实现复数的运算
- 此软件可以用元函数实现复数的加减乘除,复数运算的很多难题都可以用此软件解决 -software yuan function can be used to achieve the complex arithmetic, many complex computing problems can be solved using this software
复数的+-重载
- 对复数进行+、-、*、/重载运算-right plural for ,-,*,/ Heavy Operational
复数(Complex Number)的四则运算
- 复数(Complex Number)的四则运算-Complex (Complex Number) 4 Operators
复数计算
- 复数计算.实现复数的加,减,乘,除运算-complex calculation. Plural achieving the addition, subtraction, multiplication and Operational
复数计算程序
- 复数计算程序,实现复数的加,减乘除计算-program of calculate complex number,carry out the complex number s addition,subtract and multiply and divide.
复数矩阵求逆
- 求复数矩阵的逆矩阵-for the complex matrix inverse matrix
复数运算
- 复数运算详细算法-complex algorithm
JAVA类实现复数的运算
- 简单的实现复数的运算-simple realization of complex arithmetic
运算复数
- 计算方法中的复数运算-calculation method in the plural Operational
复数的重载
- 这是用c++实现的一个复数重载的实例,对于学习c++中重载的问题很有帮助,来看看吧!-This is achieved with c a plural Heavy examples for learning, c Overrideable very helpful, at the end of!
复数矩阵求逆
- 求复数矩阵的逆矩阵!
FIR的C语言实现
- 复数FIR滤波器的C语言实现
复数类演示
- 使用C++编写的一个复数类,可以进行加减乘除的运算。
复数计算
- 创建一个名为Complex的类,进行复数的运算。Complex需要具有的功能: 提供一个构造函数,它使这个类的对象在声明时得以初始化; 提供一个拷贝构造函数用来创建对象; 两个Complex的加法;实部相加,虚部相加; 两个Complex值相减:实部相减,虚部相减 两个Complex值相乘 以(a + b * i)的形式打印Complex的值,其中a为实部,b为虚部。
复数求和
- 通过输入4个实数分别代表2个复数的实数部分,按下ENTER键就可以显示他们求和的过程和结果
C++复数计算器源代码
- 进行简单的复数计算 如加法 减法 乘法 除法(simple complex calculator)
实数到复数的转换
- 利用傅里叶变换将实数转换到复数域c语言源代码(Fourier transform the real number into the complex domain C language source code)
两个整数、实数、复数的相加
- 实现小数、整数、复数相加的c++简单算法,使用类以及函数重载(C++ algorithm for adding decimal, integer and complex numbers)
复数类
- 复数类的c++实现,包括加减乘除等。。。。。(C + + implementation of a number of categories, including addition, subtraction, multiplication and division)