搜索资源列表
complex
- /*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能 題目:定義一個複數的class叫Complex,a(實部)與b(虛部)為double的型態,i表示根號-1, 1.必須包含一個建構子有兩個參數(double型態),能被用來設定物件中的變數為任意值 2.包含一個建構子只有一個參數(double型態),呼叫參數的實部且定義為\"實部+0i\" 3.包含一個預建構子可把物件初始化為0+0i 4.overload以下的operator以
Complex
- c++简单复数类的运算,包括加法,减法,乘法,除法运算(没用到重载)-c++ simple and complex class operations, including addition, subtraction, multiplication, division operations (useless to overload)
Complex
- 复数类,用模板写的,随便写的,只为进去下载代码-complex class
ComplexClass
- class realized Complex Class in C#
dianzijisuanqi
- 一个简单的电子计算器,对复数类Complex重载+、-(减)、*(乘)、==(判等)、++(前置和后置),有助于类和运算符函数的学习。-A simple electronic calculator, the complex class Complex overload+,- (minus),* (x ),==( contracting, etc. ),++( pre-and post-), contribute to class and the operator function learnin
complex_class
- C++实现的复数+_*/运算,自己用了很多年了-C++ complex
fushu
- 复数类头文件用于fft很长呵呵请耐心看哦 -Fft complex class header file for a very long Hehe please be patient Kane
5-2
- 实现复数类的运算重载完成复数的加法和减法运算-Complex class operator overloading to achieve the completion of complex operations of addition and subtraction
Complex
- 编写一个名为Complex的类,用来实现复数的运算-Write a class called Complex used to achieve the complex computing
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
- C#实现的COMPLEX类模拟,VS2005下运行-C# implementation of the COMPLEX class simulation, VS2005 run
complex
- complex类的运算符重载代码,包括加,减,乘,除-complex class
Complex
- 编写一个Complex 类,需要完成加减乘除运算符重载-Write a Complex class, you need to complete the addition, subtraction, multiplication, and division operator overloading
complex
- 实现一个复数类,包含复数的定义以及加减等运算。并包换有test的程序代码。-Realization of a complex class that contains definitions and complex addition and subtraction operations. And replacement have test program code.
complex
- c++实现复数类,类的实现,复数的加减乘除 操作符重载-c++ realize complex class that implements the class, complex arithmetic Operator Overloading
complex
- 该类中含有复数运算及矩阵运算的多个方法,这些方法都是通过参考书籍所实现的,能够很好的运用到复数运算中,经过检验运算误差非常小,甚至比matlab的精度还高(C# complex matrix)
Complex
- C#中编写复数类的文件,应在其他程序中进行调用(C# in the preparation of the complex class of documents, should be invoked in other programs)
Complex
- 设计一个基础的复数类,用运算符重载完成简单运算(Design a complex class)
