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

搜索资源列表

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

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

  1. Complex

    0下载:
  2. c++简单复数类的运算,包括加法,减法,乘法,除法运算(没用到重载)-c++ simple and complex class operations, including addition, subtraction, multiplication, division operations (useless to overload)
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:866.16kb
    • 提供者:MY NAME
  1. Complex

    0下载:
  2. 复数类,用模板写的,随便写的,只为进去下载代码-complex class
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:509.98kb
    • 提供者:向水桥
  1. complex_class

    0下载:
  2. C++实现的复数+_*/运算,自己用了很多年了-C++ complex
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.36kb
    • 提供者:dajunsi
  1. complex

    0下载:
  2. 复数类,实现了复数多种功能,需要的可以看一下-Complex class, implements a variety of complex functions, need to look at
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-06
    • 文件大小:2.02kb
    • 提供者:银河浣星
  1. Complex

    0下载:
  2. 重载复数的加减乘除运算.用C++类的思想实现.-Overloaded complex addition and subtraction multiplication and division operations. Using C++ class ideology.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:227.17kb
    • 提供者:Jason
  1. Complex

    0下载:
  2. 这是一个简单的复数类的实例,描述了基本的c++的知识,可供初学者学习~-this is a complex class,for new learner
  3. 所属分类:Other windows programs

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

    0下载:
  2. 编写的一个复数类和一个测试类,用了继承与静态方法。-Preparation of a complex class and a test class with static methods and inheritance.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:4.79kb
    • 提供者:吴超
  1. Complex

    0下载:
  2. C#实现的COMPLEX类模拟,VS2005下运行-C# implementation of the COMPLEX class simulation, VS2005 run
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:16.95kb
    • 提供者:panchao
  1. complex

    0下载:
  2. complex类的运算符重载代码,包括加,减,乘,除-complex class
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.08kb
    • 提供者:刘涛
  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. 设计一个复数类,能够完成复数之间的基本运算,重写方法toString(),使其能输出此复数-Design a complex class, able to complete basic operations between plural, override method toString (), so that it can output the complex
  3. 所属分类:Applet

    • 发布日期:2017-04-11
    • 文件大小:728byte
    • 提供者:柯昕
  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. Complex

    0下载:
  2. 声明并测试一个复数类,类中的方法包括复数的加、减、乘运算,还可以根据代码的情况进行扩充。 -complex class
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:629byte
    • 提供者:ztf
  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. complex

    0下载:
  2. 定义一个复数类,可以通过构造函数给复数对象赋值,实部和虚部是该类的私有属性,必须有获取和修改属性的方法,并定义它与复数、实数相加和相减及复数间乘、除的方法-Definition of a complex class constructor assigned to a complex object, real and imaginary parts of the private property of the class must have a method to access and modif
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:58.34kb
    • 提供者:刘洋
  1. Complex-Class

    0下载:
  2. A complex class for arithmatics on complex numbers
  3. 所属分类:Other Games

    • 发布日期:2017-12-07
    • 文件大小:577byte
    • 提供者:hammad91
  1. complex

    1下载:
  2. 该类中含有复数运算及矩阵运算的多个方法,这些方法都是通过参考书籍所实现的,能够很好的运用到复数运算中,经过检验运算误差非常小,甚至比matlab的精度还高(C# complex matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:14kb
    • 提供者:弦可道
  1. Complex

    0下载:
  2. C#中编写复数类的文件,应在其他程序中进行调用(C# in the preparation of the complex class of documents, should be invoked in other programs)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:247kb
    • 提供者:真人
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com