CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - complex class

搜索资源列表

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

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

  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
    • 文件大小:10kb
    • 提供者:jacky
  1. Matrix

    1下载:
  2. 一个通用的对矩阵进行操作的类,主要包括:实(复)矩阵的加减、求逆、求秩、行列式求值以及矩阵的乔里斯基分解、三角分解等。-A general class of matrix operations, including: real (complex) matrix addition and subtraction, inverse, seeking the rank, determinant evaluation and matrix Qiaolisiji decomposition, triang
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-27
    • 文件大小:11.19kb
    • 提供者:zj
  1. DSPshow

    0下载:
  2. 基2浮点FFT 实现,用了一个复数类,对理解FFT非常有帮助-2 floating-point FFT-based implementation, with a complex class, very helpful in understanding the FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.63mb
    • 提供者:凌志鹏
  1. complex

    0下载:
  2. 复数类的构造,实现基本的四则运算,如加、减、乘、除-The construction of complex class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.38kb
    • 提供者:lacey
  1. complex

    0下载:
  2. 这是在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.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:6.63kb
    • 提供者:鹤中云
  1. Complex

    0下载:
  2. complex number that students can use it in class programs
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:818byte
    • 提供者:parsa
  1. Complex

    0下载:
  2. 复数类Complex,运算符重载,修改了网上代码,可在各平台上实现连续运算,不会报错了-Complex class Complex, operator overloading, to modify the online code can achieve continuous operation of the platform, not an error of the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:江乐
  1. job2

    0下载:
  2. 手动重载了复数类,实现了复数的加减乘除等基本运算-Manual override a complex class that implements the complex operations of addition, subtraction and other basic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:236.54kb
    • 提供者:李默
  1. large-complex-matrix-inversion

    0下载:
  2. c++ 大型复数矩阵求逆 ,程序用了类定义复数,运用了类的成员函数来重载运算符-C++ Large complex matrix inversion,Program with a class definition plural, the use of a class member function to overload the operator
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.21kb
    • 提供者:liangxiao
  1. Admittance-matrix-inversion

    0下载:
  2. 程序使用高斯消去法实现导纳矩阵形成阻抗矩阵(即求逆)运算。采用带行辅助向量的三元组表来存储由给定文件中各支路参数形成的节点及导纳数据,其中三元组中导纳类型为复数类。可以通过查找函数结合辅助向量实现对指定行列的元素的查找和输出。-The program uses the Gaussian elimination method to achieve admittance matrix to form the impedance matrix (inverse) operator. With adju
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:640.58kb
    • 提供者:李如风
  1. Complex

    0下载:
  2. 创建一个名为Complex的类,进行复数的算术运算。编写一个测试程序来测试该类。复数的形式为: real+imag*i-Create a class called Complex, complex arithmetic. The preparation of a test program to test the class. Plural form: real+imag* i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1.28kb
    • 提供者:嗯嗯嗯
  1. complex

    0下载:
  2. complex类加法,减法,乘法,除法运算,重载输出函数,运用友元函数,掌握类的声明和对象的定义; 观察构造函数和析构函数的执行过程; 学习使用Visual C++6.0的Debug调试功能,跟踪观察类的构造函数、析构函数、成员函数的执行顺序。-Complex kind of addition, subtraction, multiplication, and division, operation, an overloaded output function use friend
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:243.18kb
    • 提供者:wen yan ping
  1. main

    0下载:
  2. 编写一个测试类或方法对复数类进行测试,显示1+2i与3+4i相加结果和3与2+3i相加的结果-Write a test class or complex class test, display 1+2i and 3+4i sum of the results and the sum of 3 2+3i results
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:515byte
    • 提供者:CeCe
  1. complex

    0下载:
  2. 复数类的C++实现,重载了输入输出和+、-、*、/等操作符-The complex class C++ to achieve overload the input and output and+,-,*,/operators
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:8.98kb
    • 提供者:hali
  1. ComplexCalculator

    0下载:
  2. c++复数类计算器,支持用户直接输入日常书写习惯的表达式。原理:你波兰表达式+栈-c++ complex class calculator, support direct user input daily writing habits of expression. How it works: you Polish expression+ stack
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:1.94mb
    • 提供者:hongxin
  1. 4

    0下载:
  2. 1、定义一个复数类,要求包括 i、无参构造函数,初始化实部和虚部均为0 ii、有参构造函数,通过参数初始化实部和虚部 iii、输出复数的成员函数 iv、以成员函数的方式重载复数加法 v、以友元的方式重载复数加法 2、三维数据型如a+bi+cj(其中abc为实数),加法法则为 (a1+b1i+c1j)+(a2+b2i+c2j)=(a1+a2)+(b1+b2)i+(c1+c2)j 要求 i、以题目1的复数为基础,采用继承的方式构造三维数据类(包括无参和有参构造函数
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:34.69kb
    • 提供者:罗裕君
  1. complex

    0下载:
  2. c++实现的复数类及其运算符,包括加减乘除等符号重载。-complex class by C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:939byte
    • 提供者:kurt
  1. CSML_complex

    0下载:
  2. c#复数类,定义实部虚部,以及一些运算.很不错的类,可以做成d-c# complex class, define real and imag, and calculate,good class as dll
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:67.54kb
    • 提供者:薛总
  1. complex

    0下载:
  2. 一、实验名称:Complex类的运算符重载 二、实验目的:这个实验题目的主要目的是让同学们掌握c++运算符重载的用法 三、实验内容: 编写一个Complex类,需要完成的运算符重载有: (1) + :重载+,用来完成两个复数的加法; (2) -:重载-,用来完成两个复数的减法; (3) *:重载*,用来完成两个复数的乘法; (4) <<:重载<<,用来输出一个复数,输出的格式为(a + b * i),其中a为实部,b为虚部。-First, th
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:234.25kb
    • 提供者:刘微笑
« 12 3 4 »
搜珍网 www.dssz.com