搜索资源列表
实现一个complex class.(数学里的复数)运算符的重载
- 实现一个complex class.(数学里的复数)运算符的重载
Complex
- c++简单复数类的运算,包括加法,减法,乘法,除法运算(没用到重载)-c++ simple and complex class operations, including addition, subtraction, multiplication, division operations (useless to overload)
Complex
- 复数类,用模板写的,随便写的,只为进去下载代码-complex class
complex_class
- C++实现的复数+_*/运算,自己用了很多年了-C++ complex
complex
- 复数类,实现了复数多种功能,需要的可以看一下-Complex class, implements a variety of complex functions, need to look at
Complex
- 重载复数的加减乘除运算.用C++类的思想实现.-Overloaded complex addition and subtraction multiplication and division operations. Using C++ class ideology.
Complex
- 这是一个简单的复数类的实例,描述了基本的c++的知识,可供初学者学习~-this is a complex class,for new learner
complex
- 编写的一个复数类和一个测试类,用了继承与静态方法。-Preparation of a complex class and a test class with static methods and inheritance.
Complex
- C#实现的COMPLEX类模拟,VS2005下运行-C# implementation of the COMPLEX class simulation, VS2005 run
complex
- complex类的运算符重载代码,包括加,减,乘,除-complex class
complex
- 复数类的构造,实现基本的四则运算,如加、减、乘、除-The construction of complex class
complex
- 这是在vc++环境下,定义复数类、实现复数类、并进行了复数类的测试的完整程序代码。-This is in vc++ environment, the definition of complex classes, to achieve complex class and the test carried out a complete complex class code.
Complex
- 设计一个复数类,能够完成复数之间的基本运算,重写方法toString(),使其能输出此复数-Design a complex class, able to complete basic operations between plural, override method toString (), so that it can output the complex
Complex
- 复数类Complex,运算符重载,修改了网上代码,可在各平台上实现连续运算,不会报错了-Complex class Complex, operator overloading, to modify the online code can achieve continuous operation of the platform, not an error of the
Complex
- 声明并测试一个复数类,类中的方法包括复数的加、减、乘运算,还可以根据代码的情况进行扩充。 -complex class
complex
- 复数类的C++实现,重载了输入输出和+、-、*、/等操作符-The complex class C++ to achieve overload the input and output and+,-,*,/operators
complex
- 定义一个复数类,可以通过构造函数给复数对象赋值,实部和虚部是该类的私有属性,必须有获取和修改属性的方法,并定义它与复数、实数相加和相减及复数间乘、除的方法-Definition of a complex class constructor assigned to a complex object, real and imaginary parts of the private property of the class must have a method to access and modif
Complex-Class
- A complex class for arithmatics on complex numbers
complex
- 该类中含有复数运算及矩阵运算的多个方法,这些方法都是通过参考书籍所实现的,能够很好的运用到复数运算中,经过检验运算误差非常小,甚至比matlab的精度还高(C# complex matrix)
Complex
- C#中编写复数类的文件,应在其他程序中进行调用(C# in the preparation of the complex class of documents, should be invoked in other programs)
