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

搜索资源列表

  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-arithmetic

    0下载:
  2. 一个可进行复数运算的演示程序,实现抽象数据类型—复数,及构造复数,并实现复数求和、求差、求积、复数显示等操作。-Complex operations can be a demonstration program, implementing abstract data types- complex, and complex structure, and implement complex sum, difference, quadrature, plural display operating.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:696
    • 提供者:
  1. CH15

    0下载:
  2. 数值计算方法,fortran语言版,第十五章复数运算-Numerical methods, the FORTRAN version, the fifteenth chapter of the complex computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6248
    • 提供者:樊奕
  1. cc

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

    • 发布日期:2017-04-10
    • 文件大小:1069
    • 提供者:张少东
  1. C-language-algorithm-code

    2下载:
  2. 用C语言编写了科研和工程中最常用的算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。-Written in C for scientific and engineering of the most commonly used algorithm, the algorithm include the plura
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:142266
    • 提供者:心剑
  1. FFT

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

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

    0下载:
  2. 该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。 -C++ MathLib
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-24
    • 文件大小:7776893
    • 提供者:大大
  1. Lin

    0下载:
  2. Lin法实现一个基本算法,该算法不用复数运算确定多项式方程的共轭复根。-Lin method is used to realize a basic algorithm.It determines conjugate complex roots of the polynomial equation without complex operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:874
    • 提供者:郁杉妮
  1. ComplexNumber

    0下载:
  2. Java源码,学生实验样例,复数运算代码,银行与客户交易代码,简单易懂,已调试无误-Java source code,student s test example,ComplexNumber computing code,code Transactions between banks and customers code,simple and easy to understand,has been debuged and correct
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:3024
    • 提供者:丁倩倩
  1. Myproject

    0下载:
  2. 快速傅立叶变换(FFT)是一个有效的算法来计算离散傅立叶变换(DFT)及其逆。有很多不同的FFT算法,涉及范围很广,从简单的复数运算的数学组理论和数字理论,这里我给大家带来了一个能够进行快速傅里叶变换及其逆的程序,希望对大家能够有所帮助-A Fast Fourier transform (FFT) is an efficient algorithm to compute the discrete Fourier transform (DFT) and its inverse. There are
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:72402
    • 提供者:王海光
  1. 13

    0下载:
  2. 复数运算的程序算法 复数的加减乘法运算 -Addition and subtraction, multiplication of the complex operation of the program algorithm plural
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2741
    • 提供者:王敏杰
  1. CPP-Classical-algorithm

    0下载:
  2. 插值 查找 常微分方程(组)的求解 多项式与连分式函数的计算 非线性方程与方程组的求解 复数运算 汉字操作 基本图形操作 极值问题 矩阵特征值与特征向量的计算 拟合与逼近 排序 数据处理与回归分析 数学变换与滤波-Interpolation to find the ordinary differential equation (group) polynomial continued fraction function to calculate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:337771
    • 提供者:yeyu
  1. Complex_operator_overloading

    0下载:
  2. 新建复数类进行复数运算,重载+、=+、*、/等运算符用于复数间的运算。-New complex class complex operation, overloading+ =+,*,/operator for computing the plural.
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:879
    • 提供者:葛子建
  1. class_template_complex

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

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

    1下载:
  2. 复数表达式计算。要求:(1)声明复数类Complex提供复数加、减等运算,提供由字符串构造复数等异常。(2)设计jcomplex组件表示复数对象。(3)设计复数表达式计算的图形用户界面,输入多个复数,显示进行加、减等复数运算的结果,参加运算的复数个数可变;响应事件。-Calculation of complex expressions. Computing requirements: (1) Statement number class Complex complex addition, sub
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-26
    • 文件大小:1958
    • 提供者:
  1. yunsuanfuchongzai

    0下载:
  2. 用友元函数实现运算符的重载,包括加、减乘、除的重载,实现复数运算-Friend function operator overloading, including addition, subtraction multiplication, in addition to overloaded plural computing
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:622
    • 提供者:xiamu
  1. Complex-operation-and-polar-drawing

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

    • 发布日期:
    • 文件大小:29801
    • 提供者:wyl
  1. MTzhengyan

    0下载:
  2. fortran语言编写的大地电磁一维正演程序程序将复数运算分解我实数运算-fortran language magnetotelluric one-dimensional forward modeling program complex computing decomposition my real operations
  3. 所属分类:Energy industry

    • 发布日期:2017-11-23
    • 文件大小:960
    • 提供者:刘洋
  1. fft

    0下载:
  2. 快速傅里叶变换源码。包括一维和二维快速傅里叶变换和反变换,以及复数运算。-FFT source code
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1793
    • 提供者:yan fei
  1. matrix-operation-in-c-language

    0下载:
  2. 这是各种运算算法,包括多项式计算,实复数运算,矩阵运算,求解方程组等各种运算的c语言代码-This is all kinds of computing algorithms in c language, including polynomial computation, real plural computing, matrix operation, solving equations and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:261120
    • 提供者:新晴
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com