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

搜索资源列表

  1. ch14

    0下载:
  2. 常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13185
    • 提供者:周泽华
  1. ch15

    0下载:
  2. 常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15847
    • 提供者:周泽华
  1. ch16

    0下载:
  2. 常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15536
    • 提供者:周泽华
  1. numerical_value_calculate

    1下载:
  2. 计算机常用数值计算算法与程序(C++),主要用于科学计算中的复数运算,多项式与连分式计算,矩阵运算,矩阵特征值与特征向量的计算,线性方程组求解,非线性方程(组)求解,插值,数值积分,常微分方程(组)求解,数值拟合与逼近,数据处理与回归分析,极值等。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:201049
    • 提供者:范高杰
  1. C++复数基本运算实现

    1下载:
  2. C++语言实现复数的基本运算,C++入门级别。。可以瞅瞅
  3. 所属分类:Windows编程

    • 发布日期:2012-05-31
    • 文件大小:3749049
    • 提供者:xuewucangqiong
  1. electromagneticfieldoperation.

    0下载:
  2. delphi编的电磁场复数运算,非常好用,希望有兴趣的下载,delphi made plural computing the electromagnetic field is very useful, I hope are interested to download
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:306468
    • 提供者:chenc
  1. Cmathlib.rar

    0下载:
  2. 一个相当不错的C++数学库.该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。 ,A pretty good C++ Math Library. The database covers the vast majority of modern engineering computing: complex computing, linear algebra, permutations and com
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2163670
    • 提供者:Yingze wang
  1. computer

    0下载:
  2. 实现复数运算,设计中要体现MFC基础知识以及C++自定义类的应用 -Complex operation, designed to reflect the MFC basics, as well C++ custom application
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:2155
    • 提供者:张金湖
  1. fushuchongzai

    0下载:
  2. 2、 实现复数类的运算重载 编写C++程序完成以下功能: (1) 实现复数类的运算重载:+,-,*,/,^(乘方)。 -2, the realization of the plural types of heavy-duty computing to prepare C++ Procedures to accomplish the following functions: (1) the realization of the plural types of heavy-duty c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1052
    • 提供者:李伟
  1. Algorithm

    0下载:
  2. c# 数值计算源代码 复数运算 矩阵运算 线性代数方程组的求解 非线性方程与方程组的求解 -c# numerical source code plural computing matrix calculation of linear algebraic equations for solving nonlinear equations with the equations
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:34201
    • 提供者:li
  1. matrix

    0下载:
  2. 常用算法大合集; 包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特 -Commonly used algorithm for large collection including interpolation, find, ordinary differential equation solving, a number of workers and even fractional function, the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:13824
    • 提供者:zhupengfei
  1. lab7_1

    0下载:
  2. 设计一个小型的复数类(C++标准库complex提供复数类),这里为了说明重载运算功能而设计,在小型复数类MiniComplex中,数据成员:实部与虚部。函数远远主要是重载进行复数运算的各种操作符。由于各种运算符功能的限制,将输入与输出运算符重载为友元函数,使得复数的输入与输出更加方便快捷,成员函数重载+,—,*,和/运算符来进行复数的加法、减法、乘法、和除法运算,重载逻辑运算符= =进行复数的相等比较。-Design of a small category of plural (C++ Sta
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-26
    • 文件大小:1344
    • 提供者:暮明
  1. complex

    0下载:
  2. 复数运算的演示程序: 1.由输入的实部和虚部生成一个复数 2.两个复数求和 3.两个复数求差 4.从已知复数中分离出实部和虚部 5.复数及相应运算结果以相应的表现形式显示。-Plural computing demo program: 1. By the importation of the real and imaginary parts generate a plural 2. Two plural summation 3. Two plural for poor 4.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:15447
    • 提供者:hello
  1. complex

    0下载:
  2. 利用C++控件编写的复数运算,有对话框,希望对你有所帮助!-The use of C++ Controls prepared plural computing, there are dialog, I hope for your help!
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-09
    • 文件大小:31517
    • 提供者:陈帅
  1. complex

    0下载:
  2. 1)由输入的实部和虚部生成一个复数 2)两个复数求和; 3)两个复数之差; 4)两个复数之积; 5)从已知复数中分离出虚部 6)从已知复中分离出实部。 7)运算结果以相应的复数或实数的表示形式显示。 -1) by the input of real and imaginary parts generate a plural 2) sum of the two plural 3) the difference between the two plural 4) the pr
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2016-01-25
    • 文件大小:1256
    • 提供者:hengxin
  1. Extreme.Mathematics.QuickStartVB

    2下载:
  2. 这里是用VB写的数学库。以前用C、C++写的比较多。内容有:复数运算、矩阵运算、解方程、积分微分等。非常有用。-Here is the math library written in VB. Previously used C, C++ to write many of the comparison. Are as follows: plural computing, matrix operations, solution of equations, such as integro-differ
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:107560
    • 提供者:李峰
  1. SY_01_1

    0下载:
  2. 用结构体实现复数数据类型定义并实现复数运算,实现输入数据-Use the structure to achieve the definition of complex data types and to achieve complex operations, the realization of the input data
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1190144
    • 提供者:王二
  1. ScienceAndEngineeringNumericalAlgorithmVC

    0下载:
  2. 复数运算,矩阵运算,线性方程求解,非线性方程求解,插值算法,数值积分,都是好东西,可以生好多时间了-Complex calculations, matrix operations, solving linear equations, nonlinear equations, interpolation algorithm, numerical integration, are good things, a lot of time a possibility
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1190474
    • 提供者:宏砉
  1. FFT

    0下载:
  2. C语言的FFT(快速傅里叶变换),其中碟形结的复数运算用一个“类”来实现,使得程序简单易懂,可移植性高-C-FFT (fast Fourier transform), in which the plural disc-end computing to a new " category" to achieve, making the procedure easy-to-read, high portability
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1268
    • 提供者:王天
  1. ch1516

    0下载:
  2. 徐士良14,15章,多项式和一般函数计算及复数运算,Fortran-徐士良Chapter 14,15, polynomials and general functions are calculated and complex computing, Fortran
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9399
    • 提供者:唐泽坤
« 1 2 3 45 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com