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

搜索资源列表

  1. ScienceEngineeringNumericalAlgorithm

    1下载:
  2. 科学与工程数值算法〔Visual C++版〕 本书介绍了在科学与工程实际工作中常用的数值计算算法的原理和Visual C++编程方法。本书分为7章,前6章分别讨论了复数运算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、插值和数值积分等的面向对象编程方法,涉及使用频率非常高的近90个基本算法,按功能设计成了6类。第7章将这些算法类集成到一个静态库和一个动态库中,可以直接使用。每章节都用Visual C++程序示例了算法和算法库的调用方式。 本书适合涉及科学与工程数值计算工作
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-27
    • 文件大小:9784706
    • 提供者:周善人
  1. java-complex-operations

    0下载:
  2. java程序的复数运算,包含注释,其中有类的定义和方法的定义-java program of complex operations, including the Notes, including the definition of class and method definitions
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:784
    • 提供者:李雄雄
  1. Complex

    0下载:
  2. 实现复数的运算,加减乘除运算,用class类方法编辑-Achieve complex computing, subtraction multiplication and division, use the class class method editor
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1268
    • 提供者:nian
  1. CPPjuzhengyuanma

    0下载:
  2. C 矩阵类模板(支持实数矩阵与复数矩阵的各种运算),功能非常强大,而且用模板实现,完整无错,后面有测试代码.需要的拿走.-C Matrix class template (for real and complex matrix of matrix operations), very powerful, and use templates, a complete error-free, followed by a test code needs to take.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:21231
    • 提供者:朱俊
  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
    • 文件大小:1236
    • 提供者:liangxiao
  1. FFT

    0下载:
  2. 使用VC++写的FFT算法,里面包含了一个复数运算类。-Implement FFT using VC++,including a class of complex computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:302657
    • 提供者:天天
  1. fushu

    0下载:
  2. 一个用算的类, 用作满足一些初学者学习c#的重载等作复数运,基本没用凑作业的-One for the class of the complex operation
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:27106
    • 提供者:张毅
  1. complex

    0下载:
  2. 创建一个名为Complex的类,进行复数的算术运算
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:24387
    • 提供者:sonato
  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
    • 文件大小:1306
    • 提供者:嗯嗯嗯
  1. LiSan

    0下载:
  2. 求复数的加法,基本的c++类的练习,入门知识-Seeking the addition of the plural basic the c++ class exercises, get started
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1959998
    • 提供者:廖小萌
  1. JAVA-experiment-5

    0下载:
  2. 1、编写一个名为“复数”的类,包含复数的实部和虚部(数据成员),以及复数之间的基本算术运算:加、减(方法成员),并要求复数加减运算,程序运行中能对给定的复数进行运算,并打印运算的结果。-1, the preparation of a " plural" , contains the real part and imaginary part (data members), as well as the complex between the basic arithmetic ope
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:49842
    • 提供者:郭培源
  1. complex

    0下载:
  2. Complex 类的运算符重载 (1) + :重载+,用来完成两个复数的加法; (2) - :重载 - ,用来完成两个复数的减法; (3) *:重载*,用来完成两个复数的乘法; (4) <<:重载<<,用来输出一个复数,输出的格式为(a + b * i),其中 a 为实部,b 为虚 部。 -Complex 类的运算符重载 (1) + :重载+,用来完成两个复数的加法; (2) - :重载 - ,用来完成两个复数的减法
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1219
    • 提供者:GG
  1. class_template_complex

    0下载:
  2. 自己运用类模板 编写的复数运算 共享使用 与大家分享-class template complex all by myself
  3. 所属分类:Console

    • 发布日期:2017-12-07
    • 文件大小:832457
    • 提供者:haa
  1. java

    0下载:
  2. 分两个类来实现复数的各种运算,如加,减,乘除和取模运算等-Two categories to achieve complex operations, such as addition, subtraction, multiplication and division and modulo operations, etc.
  3. 所属分类:Applet

    • 发布日期:2017-11-23
    • 文件大小:4274
    • 提供者:刘静
  1. 2-1

    0下载:
  2. 1. 自定义一个示意性的复数类型complex,其中含有若干个成员函数,使用该类可以完成复数的加法以及对复数的输出。请完成类定义,并编制主函数,说明complex类对象,对定义的各成员函数进行调用。 class complex{ double real //复数实部 double imag //复数虚部 public: complex() //无参构造函数 complex(double r, double i) //2参构造函数 c
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:551
    • 提供者:fr
  1. 2744865b71bc

    0下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Tsinghua University, published in 2002, " Science and engineering numerical algorithm VB" complementary source, including complex number calcula
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:194560
    • 提供者:
  1. complex

    0下载:
  2. operator + 重载,在类中实现复数相加-operator PPLS overloading, complex numbers in the class
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:875545
    • 提供者:吴琼
  1. Algorithm

    0下载:
  2. C#中对矩阵和复数的非常复杂类, 有兴趣的可以看一下-C# in the matrix and a plurality of very complex class, are interested can look at
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:35828
    • 提供者:rainy_blue_sky
  1. mianxiangduixiang

    0下载:
  2. C++面向对象方法的编程,包括磁盘文件数据的输入输出,复数运算,求圆的表面积,图书管理程序,学生数据的赋值和输出,钟表类及闹钟类,时间的输入和输出,正整数集合的运算,泳池造价,people类。-C++ object-oriented programming methods, including disk file data input and output, complex computation, the surface area of ​ ​ circular, l
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:5736
    • 提供者:rgsfv
  1. Complex

    0下载:
  2. 复数的定义,遵循类的声明,实现以及使用相分离的原则-the defini tion of complex,Follow the class declaration, implementation, and use of the principle of separation
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-26
    • 文件大小:35600
    • 提供者:王文贵
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com