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

搜索资源列表

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

    0下载:
  2. 利用Perl编写程序对复数进行运算,其中Complex.pm是复数运算的自定义模块。-Using the Perl programming for computing on the complex, which is a complex operation Complex.pm custom module.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:965
    • 提供者:雷雨
  1. FFT

    0下载:
  2. 快速二维傅立叶变换源代码:包含数组预处理,倒序算法以及复数运算 -Two-dimensional fast Fourier transform source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:270852
    • 提供者:珞白
  1. 12104547_LW3

    0下载:
  2. 复数的运算,运用class进行简单的复数运算-Plural operations, the use of a simple complex arithmetic class
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:189075
    • 提供者:LIWEI
  1. 1

    0下载:
  2. 本书用c语言编写了科研和工程中最常用的166个算法,这些算法包括复数 运算、... 4.3.1 【算法23】求一般复矩阵的逆 4.3.2 【算法24】求对称正定矩阵的-good study
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:689
    • 提供者:某某
  1. complexcalculator

    0下载:
  2. 对于数据结构初学者简单的复数运算,包含头文件,和具体的实现代码-For beginners simple data structures, complex operations, including the header files, and specific implementation code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1457
    • 提供者:qxy
  1. ComplexOperator

    0下载:
  2. VC 复数运算 能够实现加减乘除四则运算-VC complex arithmetic operators to achieve four arithmetic
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:900700
    • 提供者:冰寒雪澈
  1. code

    0下载:
  2. vb实现复数运算,矩阵运算,线性代数方程组求解等-vb achieve complex operations, matrix operations, linear algebra equations, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:201824
    • 提供者:王小坏
  1. code

    0下载:
  2. VB实现复数运算、矩阵运算等的说明文档,可结合程序一起使用-vb achieve complex operations, matrix operations, linear algebra equations, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1038022
    • 提供者:王小坏
  1. armfly-DSP-tutorials-Chapter-17

    0下载:
  2. 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本期教程主要讲解复数运算中的共轭,点乘和模的求解(什么是复数,大家应该还有印象吧,这个很重要,在后面FFT等算法的处理时都要用到,印象不深的同学需要简单的补充下高数知识)。- This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel
  3. 所属分类:DSP program

    • 发布日期:2017-05-03
    • 文件大小:546295
    • 提供者:安富莱电子
  1. armfly-DSP-tutorials-Chapter-18

    0下载:
  2. 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本期教程主要讲解复数运算中的模平方,复数乘法和复数乘实数的求解。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
  3. 所属分类:DSP program

    • 发布日期:2017-04-28
    • 文件大小:440297
    • 提供者:安富莱电子
  1. jishiben-and-fushuyunsuan

    0下载:
  2. 这是一个简单的记事本文件,同时还有几个小程序,是关于复数运算的,比较齐全,希望能帮的上忙。-This is a simple notepad file, while several small procedures, is about the plural, more complete, I hope to help on the busy.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:67554
    • 提供者:刘东
  1. Complex

    0下载:
  2. 复数运算类,封装了复数运算常用的一些计算功能,非常实用-Complex arithmetic, which is used to encapsulate a number of computing functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3655
    • 提供者:张勇
  1. 3

    0下载:
  2. 创建一个执行复数运算的Complex类。复数具有如下格式: realPart+imaginary*j 其中j为虚数。该类分别提供一个构造函数无参的默认构造函数,以防没有提供初始化值,及一个有参构造函数。同时提供为执行如下操作的公有方法: (1)两个复数相加:实部与实部相加,虚部与虚部相加。 (2)两个复数相减:实部与实部相减(-号左侧实部减-号右侧实部),虚部与虚部相减(-号左侧虚部减-号右侧虚部)。 (3)两个复数相乘。(a+b*j)(x+y*j)=(ax-by)+(ay
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:889
    • 提供者:liqiang
  1. basic-calculation

    0下载:
  2. 基于C++的复数运算,定义了加减乘除取实部虚部,定义了2×2阶复数矩阵的乘法 内附详细注释-The basic calculation based on C++. Define basic calculation between complex number, including+,-,*,/. Define the multipy between two 2*2 complex matrixes.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1234
    • 提供者:汤星舟
  1. cc

    0下载:
  2. 进行复数运算,比较简单,自行查看吧。采用c++编写,个人练习而用-For the complex operation,so simple that you can see it by youself
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-12
    • 文件大小:1110
    • 提供者:shi533882
  1. Complex

    0下载:
  2. 该算法避免了传统算法中因复数运算而带来的困难-It is shown that the trouble with the complex operation in the traditional algorithm has been avoided
  3. 所属分类:MPI

    • 发布日期:2017-05-05
    • 文件大小:13343
    • 提供者:霍去病
  1. java源代码

    0下载:
  2. java源代码源代码源代码源代码源代码创建一个执行复数运算的Complex类。复数具有如下格式: realPart+imaginary*j 其中j为虚数。
  3. 所属分类:JSP源码/Java

  1. fu

    0下载:
  2. 易语言复数运算模块源码例程程序演示了数字运算中复数运算的方法。 -Easy language complex operation module source routine procedures to demonstrate the number of complex arithmetic operations.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3478
    • 提供者:zhch2i
  1. COMPLE

    0下载:
  2. 复数运算代码,是一个类的形式,非常方便调用。-comple C++ code
  3. 所属分类:Algorithm

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:刘龙之
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »
搜珍网 www.dssz.com