搜索资源列表

  1. 复数类演示

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

    • 发布日期:2011-05-03
    • 文件大小:361604
    • 提供者:peterxj108
  1. ComplexCalculator

    0下载:
  2. 复数类,封装了复数的所有运算-plural categories, a complex package of all Operational
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:38912
    • 提供者:熊方勋
  1. ComplexTest

    0下载:
  2. 自己写的复数类,解决VC中没有复数类操作的缺陷,可能还不完善,大家一起完善阿-himself in the plural categories, VC not solve complex operational deficiencies category may not be perfect, A perfect together
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:30720
    • 提供者:刘立星
  1. fusu

    0下载:
  2. 一个复数类的实现方法,虽然简单,但对于初学者对于mfc编程很有指导意义,这也是本人初学mfc的时候第一个实列。-kind of a complex method, though simple, but for beginners for very mfc programming guide, This is my time learning mfc is an out clause.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:114688
    • 提供者:阿木
  1. p42222

    0下载:
  2. 创建一个复数类,定义属性:实部、虚部。定义方法:复数加法、复数减法、复数乘法、求实部,求虚部,将复数输出,判断两个复数相等。通过一个类举例验证这些方法。-create a plural categories, defined attributes : real and imaginary parts. Definition : plural addition, the plural subtraction, multiplication
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:22528
    • 提供者:轻松
  1. Complex0

    0下载:
  2. 复数类 复数类 复数类 复数类 复数类 复数类 复数类-plural categories plural categories plural categories plural categories plural categories plural categories Class category plural plural category type plural categories plural categories plura
  3. 所属分类:书籍源码

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. complex

    0下载:
  2. 一个用来测试我写的一个复数类的简单程序,是用C++编写的。-One for testing I wrote a plural kind of simple procedures, is C++ Prepared.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-15
    • 文件大小:266240
    • 提供者:
  1. complex

    0下载:
  2. VC++实现的复数计算器,可以实现多种功能,在编程的时候用到了自定义的复数类.-VC++ Realize the plural calculator, you can realize a variety of functions when used in programming a custom category of the plural.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:67584
    • 提供者:薛峰
  1. Complex

    0下载:
  2. 简单的复数类,拥有基本的加减乘及输入输出功能 开发环境为VS2003-Simple plural category, with basic addition and subtraction by and input-output function for the VS2003 development environment
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:保密
  1. Complex

    0下载:
  2. 好像是复数类,复数的创建,使用。具体的不太清楚-Category seems to be plural, the plural of the creation, use. Not very clear about the specific
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:唐凝
  1. Complex

    0下载:
  2. 复数类,实现了两个复数的加,减,乘,除以及一个复数和一个实数的加,减,乘,除.-Plural category, has achieved two plural add, subtract, multiply, divide, as well as a plural and a real number of add, subtract, multiply, divide.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:余震
  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 th
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:李伟
  1. complex

    0下载:
  2. 一个复数类,大家参考,友元函数,重载-A plural category, your reference, the Friends of yuan function, overloaded
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:825344
    • 提供者:lily
  1. complex

    0下载:
  2. 复数类,实现了复数多种功能,需要的可以看一下-Complex class, implements a variety of complex functions, need to look at
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:银河浣星
  1. chongzai

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张利强
  1. fushu

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:kkun
  1. Test1

    0下载:
  2. 该系统主要处理复数的相关信息,完成初始化复数、求其绝对值、复数的加、减、乘、除、乘方、自加、自减等。(The relevant information system mainly deals with complex, complex, complete initialization for its absolute value, the plural addition subtraction multiplication and di
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:大奇
  1. java

    0下载:
  2. java新手编程,利用java语言计算复数的四则运算(Novice Java programming, four operations to compute the use of Java language)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:流年12368
  1. 复数类

    0下载:
  2. 复数类的c++实现,包括加减乘除等。。。。。(C + + implementation of a number of categories, including addition, subtraction, multiplication and division)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:13312
    • 提供者:白帝
  1. Complex

    0下载:
  2. 设计一个基础的复数类,用运算符重载完成简单运算(Design a complex class)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:lengleng
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org