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

搜索资源列表

  1. operations-of-the-complex

    0下载:
  2. 本代码分为两个类,主类和复数类,能够实现复数的基本加、减、乘、除和取模运算。 java实现复数的基本运算-The code is divided into two classes, master classes, and plural, the plural basic plus, minus, multiplication, division and modulo operation. java achieve the basic operations of the complex
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:4619
    • 提供者:兰馨
  1. CPP-complex

    0下载:
  2. 复数域下的各种运算(包括加减乘除,求模的运算)。-Complex field operations (addition, subtraction, multiplication and division, modulo arithmetic).
  3. 所属分类:Graph program

    • 发布日期:2017-11-25
    • 文件大小:4272
    • 提供者:李秀瑞
  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
    • 文件大小:59738
    • 提供者:刘洋
  1. Complex

    0下载:
  2. 创建一个复数类(Complex类),有两个类变量 realPart和imaginaryPart 至少写出两个构造函数 编写三个方法实现复数的加减乘 (a,b)+(c,d)(a+c,b+d) (a,b)-(c,d)(a-c,b-d) (a,b)*(c,d)=(ac-bd,ad+bc ) 编写一个方法将复数以(a,b)显示出来 编写出测试类TestComplex,定义两个复数x,y实现加、减、乘并显示结果 -Create a complex (Complex), two
  3. 所属分类:Games

    • 发布日期:2017-11-07
    • 文件大小:3855
    • 提供者:酥酥念
  1. the-complex-matrix-inverse-

    0下载:
  2. 分析了两种求逆的方法介绍了实部矩阵、 虚部矩阵均可逆和实部矩阵可逆、虚部矩阵可分解成2个向量乘积的两种复数矩阵的求逆方法 ,给出了这两种复数矩阵求逆矩阵的计算公式 ,并通过具体的实例来验证方法的可行。-Two inverse real part of the matrix, the imaginary part of the matrix are invertible reversible and the real part of the matrix, the imaginary part o
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:73780
    • 提供者:ahshiyalei
  1. The-addition-of-a-complex-number-

    0下载:
  2. 复数的加法运算 真的不知道还能在写点什么了,谢谢你,可以了吧?-The addition of a complex number can write something, thank you, can it really do not know?
  3. 所属分类:JavaScript

    • 发布日期:2017-11-01
    • 文件大小:799
    • 提供者:liujin
  1. Information-Theory--EC--and-Dembskis-Complex-Spec

    0下载:
  2. Dembski Complex Specified Information
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:417415
    • 提供者:Jose Vargas
  1. Complex-Class

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

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

    0下载:
  2. complex multiplier in verilog code is uploaded
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-09
    • 文件大小:725
    • 提供者:rashmi
  1. complex

    0下载:
  2. assigning complex numbers
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:1115
    • 提供者:none
  1. Complex-operation-and-polar-drawing

    0下载:
  2. 复数运算与极座标绘图,matlab程序和课件-Complex operation with Polar drawing, matlab program and courseware
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:29801
    • 提供者:wyl
  1. The-complex-digital-clock-program

    0下载:
  2. The complex digital clock program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:2785
    • 提供者:thj
  1. Complex

    0下载:
  2. 编写一个Complex 类,需要完成加减乘除运算符重载-Write a Complex class, you need to complete the addition, subtraction, multiplication, and division operator overloading
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:5088284
    • 提供者:tanshen
  1. Complex

    0下载:
  2. Complex.java for java
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:1456
    • 提供者:abt013
  1. Theory-of-Complex-Network(matlab)

    0下载:
  2. 复杂网络中基本网络模型的matlab实现(修改)-Network Analysis Based on Theory of Complex Network
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:11583
    • 提供者:
  1. complex-network-models-using-matlab

    0下载:
  2. 复杂网络中基本网络模型的matlab实现-The complex network basic network model matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:10240
    • 提供者:William Chang
  1. Array-Complex

    0下载:
  2. 复数类的C++实现-Complex array 头文件及源代码-The complex class C++-Complex array header files and source code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:2587
    • 提供者:于练
  1. Cryptic-Complex

    0下载:
  2. 隐藏复数类的内部实现--C++编程,头文件及代码-Hide complex class the internal- C++ programming header file and code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:26271
    • 提供者:于练
  1. An-uncertain-and-complex-network

    0下载:
  2. 一个不确定复杂网络的滑模跟踪同步,复杂网络,同步,滑模控制。-An uncertain and complex network sliding mode tracking synchronization of complex networks, synchronization, sliding mode control.
  3. 所属分类:File Formats

    • 发布日期:2017-11-22
    • 文件大小:279932
    • 提供者:张佳
  1. A-kind-of-complex-network

    0下载:
  2. 一种新的复杂动态网络学习控制的自适应同步算法_英文_郭晓永-Adaptive learning control of a complex dynamic network synchronization algorithm _ English _ Guo Xiaoyong
  3. 所属分类:Software Testing

    • 发布日期:2017-11-10
    • 文件大小:1476109
    • 提供者:张佳
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com