CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 复数类

搜索资源列表

  1. ConsoleApplication1

    0下载:
  2. 复数类的创建,实现复数的加减程序,这是我编写的c#小程序,希望对大家有用-Complex class creation, complex addition and subtraction procedures, which is a small program written in c#, hope to be useful
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:23268
    • 提供者:tina
  1. ComplexNumber

    0下载:
  2. 复数类实现复数的各种操作,包括复数和复数的加减乘除以及复数和实数的乘除法-complex number lei
  3. 所属分类:.net

    • 发布日期:2017-11-26
    • 文件大小:2048
    • 提供者:
  1. test_java

    0下载:
  2. 1、 求一维数组的最大值和最小值 2、 用一维数组输出杨辉三角 3、 找出一个二维数组的鞍点 4、 找出两个字符串中所有共同的字符 5、 输出金额的中文大写形式 6、 实现一个复数类 7、 实现一个银行账户类 8、 编写程序实现判断及识别标识符的功能 9、 实现一个计算器 10、 编程实现一个用户登录窗口,其中用户名要求为10位的数字,且第一个数字不能为0. -1, find the one-dimensional array of maximum and
  3. 所属分类:Document

    • 发布日期:2017-11-20
    • 文件大小:26990
    • 提供者:徐福珍
  1. FFT_IFFT

    1下载:
  2. 一个FFT类以及一个复数类,实现了快速傅里叶变换及其反变换(FFT和IFFT)以及复数的运算。综合考虑各细节使碟形算法达到最高的效率。-An FFT class as well as a complex and realizes the fast Fourier transform and its inverse transform (FFT and IFFT) and a plurality of computing. Considering all details of the dish a
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:3325
    • 提供者:xiajie
  1. cpp2

    0下载:
  2. 定义一个复数类Complex,包含2个私有成员double real,imaginary,分别表示复数的实部和虚部。请定义出复数类的构造函数,同时重载以下函数:  重载加法(+)为复数加上对象,作为类的成员函数。  重载减法(-)为复数减去实数,作为类的友元函数。 -Definition of a complex number class Complex, individual and private member includes two doubl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:535
    • 提供者:郑秋凯
  1. complex

    0下载:
  2. C++复数类函数,能够进行简单的复数类操作和计算-complex class
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:524
    • 提供者:edo
  1. 110511346150

    0下载:
  2. 定义复数类Complex,使用友元,完成复数的加法、减法、乘法、除法运算,以及对复数的输出。-Define complex class Complex, with a friend, complete the complex addition, subtraction, multiplication, division, and the complex output.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7287
    • 提供者:电子测量
  1. MYCOMPLEX

    0下载:
  2. 自己的复数类,简单好用,而且清晰易懂,并且在此基础上进一步改动,扩展功能,相比原来自带的复数类而言,没有冗余的部分功能。-Their plural class, easy to use, and lucid, and on this basis, further changes, extensions, compared to the original complex number class comes, there is no redundancy in some functions.
  3. 所属分类:Console

    • 发布日期:2017-05-18
    • 文件大小:4808965
    • 提供者:文月
  1. desp

    0下载:
  2. 定义复数类,使用友元函数,完成复数的加法,减法,乘法运算,以及复数的输出-Define plural categories, using friend functions, complete the complex addition, subtraction, multiplication, and plural output
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:7824
    • 提供者:李媛希
  1. Overloading-Operators

    0下载:
  2. 声明了一个复数类,针对复数的运算符进行了重载-Declares a complex class for the complex operator is overloaded
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3901216
    • 提供者:灿钿
  1. complex-operation

    0下载:
  2. 定义一个复数类,通过运算符重载进行复数的加减乘除。-Define a complex type, through the operator overloading. The plural addition, subtraction, multiplication, and division
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:465348
    • 提供者:万琪
  1. cPPcourse_design

    0下载:
  2. 1、【拷贝构造函数】定义一个复数类CComplex class CComplex { private: float real //实部 float imag //虚部 public: CComplex(float x =0.0 , float y = 0.0):real(x),imag(y) {} CComplex(CComplex& c) CComplex operator+(CComplex& c)
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1787410
    • 提供者:红楼飞雪梦
  1. Complex_reload

    0下载:
  2. 复数类实现,基本上包含了复数类基本的运算,可以直接调用后嵌入程序进行运算,省去了读者自己写的时间-Complex :Form the fundation of the complex mathmetics computation
  3. 所属分类:.net

    • 发布日期:2017-05-09
    • 文件大小:1774083
    • 提供者:苏冬良
  1. Complex

    0下载:
  2. 复数类的C++程序设计,complex.cpp仅仅实现+和*功能-complex.cpp file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:987
    • 提供者:吴陈辉
  1. String

    0下载:
  2. myString.cpp关于一个复数类的设计,实现了+和*的功能-very good string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1896
    • 提供者:吴陈辉
  1. ComplexNumberTest

    0下载:
  2. 演示复数的运算,包括加键乘运算,定义了一个复数类和测试该类的主类-Demonstrate complex operations, including addition multiplication key, defines the main class of a complex class and test class
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4266
    • 提供者:lkl
  1. complex

    0下载:
  2. 实现一个复数类,包含复数的定义以及加减等运算。并包换有test的程序代码。-Realization of a complex class that contains definitions and complex addition and subtraction operations. And replacement have test program code.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:9335
    • 提供者:cheng
  1. fushu

    0下载:
  2. 定义复数类,通过成员函数重载运算符-(求负)、-=、!=,通过友元函数重载运算符+、+=、==,直接实现复数对象间的运算,测试结果-Complex type definition, through the member function overloading operator- (for negative), =,! =, through a friend function overloaded operators+,+ =, = =, direct implementation of com
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:540
    • 提供者:顾仲
  1. DFT

    0下载:
  2. 离散傅里叶变换及其反变换。c语言编程实现,包含复数类的定义-The discrete fourier transform and its inverse transform. C programming language, defined to include the plural class
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2022
    • 提供者:suo
  1. complex

    0下载:
  2. C++实现复数类,可以进行输入输出,还可以进行求夹角-C++ realize the plural classes, can be input and output, also can undertake Angle
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1598
    • 提供者:张三
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com