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

搜索资源列表

  1. caculate_complex

    0下载:
  2. 实现计算整数、实数、复数的功能,是学习函数重载的好例子。-To achieve computing integers, real numbers, complex functions, is to learn a good example of function overloading.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:903724
    • 提供者:anlei
  1. Rational

    0下载:
  2. 有理数以及复数的计算,对于类以及运算符重载的运用-Rational and Complex ‘s caculation
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:2783
    • 提供者:邱伟林
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:222943
    • 提供者:Jawen
  1. term1

    0下载:
  2. c++面向对象小学期1 虽然是入门级,典型的c++小练习还是有些帮助的。当时拿分比较高。 实验一 简单C++程序设计 一1猜价格游戏 一2计算 N 以内的所有素数 实验二 类与对象 二1矩形 二2 圆形二3友元 实验三 数组与指针 矩阵 实验四 继承与派生 形状类 实验五 多态性 五1对Point类重载++和――运算符 五2实现复数类的运算重载 实验六 流式IO 六1 六2 六3 实验七 C++程序设计应用 七
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:20108
    • 提供者:木子李
  1. Complex

    0下载:
  2. 复数的混合运算!包括复数的加减乘除,用户先选择需要的运算,然后输入两个复数的实部和虚部,即可得到计算结果!-Complex mix of computing! Including complex addition and subtraction, multiplication and division, the user first select the desired operation, and then enter the two complex real and imaginary p
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:990
    • 提供者:小伏
  1. ccalculator

    0下载:
  2. 特殊计算功能,c#控件的应用,实现有理数,复数的运算-Special calculation functions, to achieve rational numbers, complex computing
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:278059
    • 提供者:陆挺
  1. VisualCplus

    0下载:
  2. 周长发的visual C++ 科学计算 包含复数运算,矩阵各种运算,微分方程 积分方程-chang fa zhou code for visual C++ contain complex matrix compute...
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1141307
    • 提供者:陈晓涛
  1. Sample

    0下载:
  2. C#常用算法的样例,包括线性方程组,非线性方程组,矩阵计算,复数,积分等。-C# Algorithm sample
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:49270
    • 提供者:bufeng
  1. F2812-FFT

    0下载:
  2. FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加 法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以 整个DFT 运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2 成正比的,当N 很大时,运算量是可观的,因而需要 改进对DFT 的算法减少运算速度
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:404880
    • 提供者:平意义
  1. qr

    1下载:
  2. 数值计算里的矩阵分解问题,基于QR算法的矩阵分解。且矩阵元素是在复数域进行讨论的-In the numerical calculation of matrix decomposition algorithm based on the problem that QR decomposing matrix. And the matrix element is discussed in the complex field
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:846
    • 提供者:张平
  1. complex

    0下载:
  2. 关于复数加减乘除运算表达式计算的完整程序。-Addition and subtraction multiplication and division on the expression of complex calculation of the full program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:13062
    • 提供者:
  1. ComplexCal

    0下载:
  2. 自己编写的一个复数计算器,能够计算复数简单的运算,有一定得参考价值和意义!-I have written a complex calculator, a simple operation to calculate the complex has a certain reference value and meaning have!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:272486
    • 提供者:hanxiao
  1. languageC_code_for_Set_of_algorithms

    0下载:
  2. 常用算法的C语言源代码,包括多项式计算、复数运算、矩阵运算、方程求解等-Common C language source code algorithms, including polynomial calculations, complex arithmetic, matrix operations, equation solving, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:200483
    • 提供者:leeshow
  1. ILU

    1下载:
  2. 完成了复数矩阵的计算,采用了并行算法原理,较快速的处理了稀疏矩阵方程结构。-Completed a complex matrix computation, parallel algorithm principle, more rapid processing of the sparse matrix equation structure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:559014
    • 提供者:韩华德
  1. laserMatlab

    0下载:
  2. 用基于 Matlab 的小容量 FFT (比如 256×256)程序,将取样窗口划分为 若干个全等的小矩形,对每个小矩形内离散点的复振幅作 FFT 变换,然后将所有变 换结果叠加,再乘以复数相位因子,相当于对整个物面上点进行菲涅耳衍射计算, 利用这种方法可以迅速的实现高精度的轴对称傍轴光学系统中的激光衍射计算-With a small volume based on Matlab FFT (eg 256 × 256) procedure to sample window div
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:515675
    • 提供者:w
  1. exprement-B

    0下载:
  2. 科学计算器的算法,能进行各种计算,基本上除了复数的计算,其他都可以-Scientific calculator algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1978887
    • 提供者:智慧
  1. cSharpnumerical-calculation

    0下载:
  2. 一本介绍C#数值计算的书,内容包括复数运算、矩阵运算、线性代数方程组求解、非线性方程组求解、插值、积分等问题,并印有源代码-A descr iption of the book C# numerical calculation, including complex arithmetic, matrix operations, linear algebra equations, nonlinear equations, interpolation, integration and other is
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4501368
    • 提供者:许从
  1. cSharp-complex-operation

    0下载:
  2. 用c#实现各类复数运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of complex operations, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:285308
    • 提供者:许从
  1. complex-number-calculator

    0下载:
  2. 复数计算器,用来计算复数运算的 功能比较简单,适用于初学者-Complex calculator, used to calculate the complex operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:414147
    • 提供者:luoba
  1. BCMUL

    0下载:
  2. fortran代码,复数矩阵的计算,很好的程序,具体算法请看徐士良的常用算法程序集-fortran code, complex matrix calculation, a very good program, see XU Shi-liang specific algorithm commonly used algorithm for assembly
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2582
    • 提供者:林磊
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com