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

搜索资源列表

  1. 复数的+-重载

    0下载:
  2. 对复数进行+、-、*、/重载运算-right plural for ,-,*,/ Heavy Operational
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8519
    • 提供者:核心王
  1. complex_math2

    0下载:
  2. 用C#编的复数运算程序.这是我刚刚学习c#语言后使用的,感觉不错,让大家借鉴一下
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21962
    • 提供者:徐士良
  1. datastructure1--

    0下载:
  2. 用C或C++语言设计并实现一个可进行复数运算的演示程序。 【基本要求】 1.由输入的实部和虚部生成一个复数 2.两个复数求和 3.两个复数求差 4.从已知复数中分离出实部和虚部 5.复数及相应运算结果以相应的表现形式显示。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:56900
    • 提供者:乐 于与
  1. operation

    0下载:
  2. 一个复数运算的类-a complex computing category
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:801
    • 提供者:阿宁
  1. 复数类演示

    2下载:
  2. 使用C++编写的一个复数类,可以进行加减乘除的运算。
  3. 所属分类:其他小程序

    • 发布日期:2011-05-03
    • 文件大小:361604
    • 提供者:peterxj108
  1. C++复数基本运算实现

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

    • 发布日期:2012-05-31
    • 文件大小:3749049
    • 提供者:xuewucangqiong
  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. 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.QuickStartCS

    1下载:
  2. 用C#写的数学函数库源码。里面包括复数运算,矩阵运算,解方程,积分微分等。非常有用。-Using C# to write the math library source. Includes the plural computing, matrix operations, solution of equations, such as integro-differential. Very useful.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:121826
    • 提供者:李峰
  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. ComplexCalculator

    0下载:
  2. 一个复数计算器!实现了复数的基本运算功能-A complex number calculator! Achieved a complex function of the basic operations
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:327861
    • 提供者:包仁义
  1. Complex

    0下载:
  2. 复数运算程序,可以实现复数的加减乘除和取模运算,c++语言编写,适用于初学者-Complex operation procedure, can achieve complex addition and subtraction multiplication and division, and modulus operator, c++ language, suitable for beginners
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:902957
    • 提供者:梦竹2008
  1. chongzai

    0下载:
  2. c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:597
    • 提供者:张利强
  1. 22222

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

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

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

    • 发布日期:2017-04-14
    • 文件大小:4441
    • 提供者:李翔
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com