搜索资源列表
ComplexTest
- 自己写的复数类,解决VC中没有复数类操作的缺陷,可能还不完善,大家一起完善阿-himself in the plural categories, VC not solve complex operational deficiencies category may not be perfect, A perfect together
ComplexCalculator
- 复数类,封装了复数的所有运算-plural categories, a complex package of all Operational
fusu
- 一个复数类的实现方法,虽然简单,但对于初学者对于mfc编程很有指导意义,这也是本人初学mfc的时候第一个实列。-kind of a complex method, though simple, but for beginners for very mfc programming guide, This is my time learning mfc is an out clause.
Complex0
- 复数类 复数类 复数类 复数类 复数类 复数类 复数类-plural categories plural categories plural categories plural categories plural categories plural categories Class category plural plural category type plural categories plural categories plural categories plural categories
zengqiang
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
complex
- 一个用来测试我写的一个复数类的简单程序,是用C++编写的。
complex
- VC++实现的复数计算器,可以实现多种功能,在编程的时候用到了自定义的复数类.
fft_ifftandfft2_ifft2
- 构造了复数类,能实现复数的相关操作(比VC的COMPLEX类更易操作);实现了一维傅立叶变换与反变换 ,二维傅立叶变换与反变换
Complex
- 简单的复数类,拥有基本的加减乘及输入输出功能 开发环境为VS2003
复数类演示
- 使用C++编写的一个复数类,可以进行加减乘除的运算。
利用复数的输出方法将结果输出
- 1. 定义一个复数类Complex,该类有代表实部与虚部的成员变量,有两个构造函数Complex()与Complex(int x,int y)分别完成将成员变量初始化为0及给定值,另有计算复数的加减法及输出复数的三个方法,编程序利用该类完成2+3i与6-8i相加,12+9i与20-8i相减,并利用复数的输出方法将结果输出。,Define a complex number class Complex, the class is represented real and imaginary part
exp2_4 建立一个复数类imaginary
- 建立一个复数类imaginary,其私有数据成员x和y表示复数的实部和虚部,构造函数imaginary用于对复数的实部和虚部初始化,友员函数add,sub,mul和div分别用于进行复数的加、减、乘和除法运算,静态函数show用于显示运算结果。在主函数中,实例化两个复数,并输入一个运算符,按运算符选择相应的友员函数进行复数运算,然后输出运算结果。 -The establishment of a complex class imaginary, its private data member
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
complex
- 一个复数类,大家参考,友元函数,重载-A plural category, your reference, the Friends of yuan function, overloaded
complex
- 复数类,实现了复数多种功能,需要的可以看一下-Complex class, implements a variety of complex functions, need to look at
chongzai
- c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
java
- java新手编程,利用java语言计算复数的四则运算(Novice Java programming, four operations to compute the use of Java language)
两个整数、实数、复数的相加
- 实现小数、整数、复数相加的c++简单算法,使用类以及函数重载(C++ algorithm for adding decimal, integer and complex numbers)
复数类
- 复数类的c++实现,包括加减乘除等。。。。。(C + + implementation of a number of categories, including addition, subtraction, multiplication and division)
Complex
- 设计一个基础的复数类,用运算符重载完成简单运算(Design a complex class)