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

搜索资源列表

  1. 22222

    0下载:
  2. 1. 所设计的复数计算器可以进行+、-、*、+=、*=、>=、<=、==、!=运算,其中>=、<=是针对复数的模进行; 2. 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部并正确赋值。 3. 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的运算。 4. 设计记录功能,可以记录下不同用户使用计算器的情况,记录以文件形式保存在计算机内,程序运行时要求输入用户名,显示该用户以前的记录。用
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:353141
    • 提供者:kejianping
  1. ComplexComputing

    0下载:
  2. 对复数运算的算法做出了改进,使算法更简便和先进-Complex computing
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:3476
    • 提供者:shine
  1. Practice0

    0下载:
  2. 复数四则运算:设计一个可进行复数运算的演示程序-Complex arithmetic: design a demonstration program to conduct complex operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4441
    • 提供者:李翔
  1. Complex_computing

    0下载:
  2. 用C实现的复数运算的方法函数,上传来共享一下-Complex with the C implementation method of computing functions, upload to share what
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:5854
    • 提供者:蛐蛐
  1. matlab-Basicoperations

    0下载:
  2. 这是一个很完整的matlab的基本运算,包括数组运算、矩阵运算、复数运算、微积分、常微分运算等-This is a very complete matlab basic operations, including array operations, matrix operations, complex computing, calculus, ordinary differential operators, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2863
    • 提供者:
  1. VBComplexNumberOperations

    0下载:
  2. 用VB进行复数运算using VB to Complex Number Operations -用VB进行复数运算using VB to Complex Number Operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:716
    • 提供者:li
  1. zdy8complex

    0下载:
  2. 简单计算器,支持加,减,乘,除,乘方,复数运算-Simple calculator, support add, subtract, multiply, divide, involution, complex computing
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:2129
    • 提供者:JasonZ
  1. VisualCplus

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

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

    0下载:
  2. 用c语言实现图像的相位重构,含有详细的读取位图文件及复数运算的函数-The phase reconstruction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:999283
    • 提供者:韩小雪
  1. fushuunsuan

    0下载:
  2. c语言经典算法,关于复数运算,比较经典,包含里复数运算的各种类型-classical algorithm c language, on the complex operations, more classic, contains various types of operations in complex
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5849
    • 提供者:yangfu
  1. fushu

    0下载:
  2. 编写一个复数类,可以进行复数加法和减法运算。编写一个包含main方法的类(应用程序)测试该复数类。要求该复数类至少包含一个无参的构造方法和一个带参的构造方法;数据成员包括复数的实部和虚部,为double类型;包括两个方法,分别实现复数的加法和减法运算。 -Write a complex type, can be complex addition and subtraction. Write a main method that contains the class (application)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:900
    • 提供者:kkun
  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. Complex

    0下载:
  2. 该程序是在visual studio 2008上实现的复数运算,通过这个程序可以实现任意复数运算-To achieve complex operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:20531
    • 提供者:juyufang
  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. The-algorithm-set-of-C

    0下载:
  2. C语言的算法集,包含插值算法、复数运算、非线性方程组、极值问题、拟合与逼近、排序、线性代数方程组、数值积分等。-The algorithm set of C
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:171050
    • 提供者:yahaliu
  1. numerical-algorithm-with-JAVA

    1下载:
  2. 用java语言对复数运算、矩阵运算、(非)线性代数方程组的求解、插值和数值积分等问题的数值计算进行编程-Progremming for numerical algorithm with JAVA
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:132938
    • 提供者:蔡洪文
  1. ScienceEngineeringNumericalAlgorithm

    1下载:
  2. 科学与工程数值算法〔Visual C++版〕 本书介绍了在科学与工程实际工作中常用的数值计算算法的原理和Visual C++编程方法。本书分为7章,前6章分别讨论了复数运算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、插值和数值积分等的面向对象编程方法,涉及使用频率非常高的近90个基本算法,按功能设计成了6类。第7章将这些算法类集成到一个静态库和一个动态库中,可以直接使用。每章节都用Visual C++程序示例了算法和算法库的调用方式。 本书适合涉及科学与工程数值计算工作
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-27
    • 文件大小:9784706
    • 提供者:周善人
  1. 123456

    0下载:
  2. 用C语言实现的复数运算程序设计,希望对你有帮助-With C language programming of complex operations, want to help you
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:558710
    • 提供者:黄利辉
« 1 2 3 4 5 67 8 9 10 11 ... 21 »
搜珍网 www.dssz.com