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

搜索资源列表

  1. 实现一个complex class.(数学里的复数)运算符的重载

    0下载:
  2. 实现一个complex class.(数学里的复数)运算符的重载
  3. 所属分类:数据结构常用算法

  1. C++复数基本运算实现

    1下载:
  2. C++语言实现复数的基本运算,C++入门级别。。可以瞅瞅
  3. 所属分类:Windows编程

    • 发布日期:2012-05-31
    • 文件大小:3749049
    • 提供者:xuewucangqiong
  1. 利用复数的输出方法将结果输出

    0下载:
  2. 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
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:3211
    • 提供者:慧慧
  1. exp2_4 建立一个复数类imaginary

    0下载:
  2. 建立一个复数类imaginary,其私有数据成员x和y表示复数的实部和虚部,构造函数imaginary用于对复数的实部和虚部初始化,友员函数add,sub,mul和div分别用于进行复数的加、减、乘和除法运算,静态函数show用于显示运算结果。在主函数中,实例化两个复数,并输入一个运算符,按运算符选择相应的友员函数进行复数运算,然后输出运算结果。 -The establishment of a complex class imaginary, its private data member
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-27
    • 文件大小:10240
    • 提供者:jacky
  1. C-P-P-source-code 使用结构类型表示复数

    0下载:
  2. 使用结构类型表示复数。设计程序输入两个复数,可以选择进行复数的+、-、×或÷运算,并输出结果。-Using the structure type represents complex numbers. Enter two complex design process, you can choose the plural+,-,× or ÷ operations, and output.
  3. 所属分类:编程文档

    • 发布日期:2017-03-25
    • 文件大小:2453
    • 提供者:C++爱好者
  1. gsl_win[1]

    0下载:
  2. 一个相当不错的C++数学库.该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。-A pretty good C++ Math Library
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:7934843
    • 提供者:tina
  1. complex

    1下载:
  2. 复数运算库,可对复数进行加减和开方运算- The complex operation storehouse, may carry on the addition and subtraction and the root to the plural number operates
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:6990
    • 提供者:站长
  1. fushuchongzai

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1052
    • 提供者:李伟
  1. complex_num

    0下载:
  2. Unix下的复数运算,实现了复数的加减、开方运算-Unix complex operation, realized the plural number addition and subtraction, the root has operated
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-17
    • 文件大小:6994
    • 提供者:站长
  1. cx.tar

    0下载:
  2. 复数运算库- Complex operation storehouse
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:87815
    • 提供者:站长
  1. COMPLEX

    0下载:
  2. 一个复数运算的例子-Example of a complex computing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:60733
    • 提供者:站长
  1. complexnumbercalculate

    0下载:
  2. 一个复数计算的程序-A complex calculation procedure
  3. 所属分类:

    • 发布日期:2017-12-05
    • 文件大小:2114
    • 提供者:wangweipeng
  1. Chap02

    0下载:
  2. 计算机常用数值算法与程序 C++版 Chap02 复数运算-Computer numerical algorithm and procedures used C++ Version Chap02 plural computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:10044
    • 提供者:lihui
  1. Complex

    1下载:
  2. 复数类,实现了两个复数的加,减,乘,除以及一个复数和一个实数的加,减,乘,除.-Plural category, has achieved two plural add, subtract, multiply, divide, as well as a plural and a real number of add, subtract, multiply, divide.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:916
    • 提供者:余震
  1. complex

    0下载:
  2. 一个复数类,大家参考,友元函数,重载-A plural category, your reference, the Friends of yuan function, overloaded
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:9131
    • 提供者:lily
  1. complex

    0下载:
  2. 1)由输入的实部和虚部生成一个复数 2)两个复数求和; 3)两个复数之差; 4)两个复数之积; 5)从已知复数中分离出虚部 6)从已知复中分离出实部。 7)运算结果以相应的复数或实数的表示形式显示。 -1) by the input of real and imaginary parts generate a plural 2) sum of the two plural 3) the difference between the two plural 4) the pr
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2016-01-25
    • 文件大小:1256
    • 提供者:hengxin
  1. 786544

    0下载:
  2. 文件的内容是复数小波图像去噪程序。与一般小波去噪程序相区别-complex wavelet denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6580
    • 提供者:Lucy
  1. fushu

    0下载:
  2. 关于复数的操作源代码, -Operation on the plural source code, on the operation of complex source code,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:102445
    • 提供者:huangjin
  1. huffman

    0下载:
  2. Matlab下实现huffman编码 在MATLAB中模拟c中链表 利用复数运算-Matlab under huffman coding in the MATLAB simulation of c in the list in the use of the plural operation
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:155764
    • 提供者:peng
  1. FFT_fixedPoint_console

    1下载:
  2. 定点复数FFT算法 C语言实现 支持点数为128,256,512,1024,2048可配置 同时附带文档-Fixed-point complex FFT algorithm for C language support 128,256,512,1024,2048 points can be configured at the same time as the document attached
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:66121
    • 提供者:raoxuefeng
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com