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

搜索资源列表

  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. taozihouweiti

    0下载:
  2. 1979年,诺贝尔奖获得者李政道教授到中国科技大学讲学,他给少年班的同学出了这样一道算术题:有5只猴子在海边发现一堆桃子,决定第二天来平分.第二天清晨,第一只猴子最早来到,它左分右分分不开,就朝海里扔了一只,恰好可以分成5份,它拿上自己的一份走了.第2,3,4,5只猴子也遇到同样的问题,采用了同样的方法,都是扔掉一只后,恰好可以分成5份.问这堆桃子至少有多少只.据说没有一个同学能当场做出答案.李教授说用常见的方法计算很繁,问题的关键在于打破常规思维. 。 -In 1979, Nobel Priz
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.76kb
    • 提供者:qrbo
  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. houyaobishehao

    0下载:
  2. 数学计算类别的好书,可以进行复杂计算和数据处理。-Math class books, can be complex calculations and data processing.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:2.96mb
    • 提供者:yangyao
  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. cvmlib.6.0

    0下载:
  2. CVM C++类库封装了很多矩阵计算的函数。是科研、数值计算必不可少的工具。其中包括各种矩阵和向量的定义,如方阵、对称矩阵、共轭矩阵等。-CVMC++ class library1 encapsulates the concepts of vector and di erent kinds of matrices including square, band, symmetric and hermitian ones, in Euclidean space of real and complex
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:202.69kb
    • 提供者:wangtao
  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. 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. num

    0下载:
  2. 定义一个复数类,重载运算符+,-,*,/, 使之能用于复数的加减乘除。-Define a complex class, overload the operator+,-,*,/so that it can be used for complex addition and subtraction.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:10kb
    • 提供者:张旭
« 12 »
搜珍网 www.dssz.com