搜索资源列表

  1. fushu

    0下载:
  2. 一些小程序,简单查看信息。可以计算复数的运算。-some small procedures, a simple check information. Calculating the plural arithmetic.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1394
    • 提供者:邓亮
  1. fushu

    0下载:
  2. 关于复数的运算的算法,例如复数乘除还有复数正弦的作图的算法-on the complex arithmetic algorithm, for example, there are complex multiplication and division complex mapping of the sinusoidal Algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7300
    • 提供者:钟澎洪
  1. fushu

    0下载:
  2. 这是一个有关复数的小程序,通过此程序,朋友们可以更好的理解C++的面向对象功能,比如说类的继承,类的重载,以及虚基类的使用。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:860
    • 提供者:your
  1. fushu

    0下载:
  2. 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:810
    • 提供者:伍国
  1. fushu

    0下载:
  2. 关于复数的运算的算法,例如复数乘除还有复数正弦的作图的算法-on the complex arithmetic algorithm, for example, there are complex multiplication and division complex mapping of the sinusoidal Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-04
    • 文件大小:7168
    • 提供者:钟澎洪
  1. fushu

    0下载:
  2. 这是一个有关复数的小程序,通过此程序,朋友们可以更好的理解C++的面向对象功能,比如说类的继承,类的重载,以及虚基类的使用。-This is a small complex procedures, the adoption of this procedure, friends can be a better understanding of C++ Object-oriented features, such as class inhe
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:your
  1. fushu

    0下载:
  2. 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const
  3. 所属分类:书籍源码

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:伍国
  1. Fushu

    0下载:
  2. 用复数的实部与虚部分别实现复数的相加和相减-The plural of the real part and imaginary part of another to achieve the sum of the plural and subtract
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:邱金海
  1. fushu

    0下载:
  2. 本程序是复数类的继承,主要完成类的继承功能-This procedure is a complex type of inheritance, the main function of the completion of class inheritance
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:wangya
  1. fushu

    0下载:
  2. 关于复数的操作源代码, -Operation on the plural source code, on the operation of complex source code,
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:102400
    • 提供者:huangjin
  1. fushu

    0下载:
  2. /// /// /// /// /// /// /// ///// #include<stdio.h> typedef struct Complex {double shi double xu }Complex void CreatComplex(Complex &c,double a,double b) {c.shi=a c.xu=b } void Add
  3. 所属分类:其他数据库

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:xiaohui
  1. fushu

    0下载:
  2. 复数类头文件用于fft很长呵呵请耐心看哦 -Fft complex class header file for a very long Hehe please be patient Kane
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:savage
  1. fushu

    0下载:
  2. 复数演示实验,实现下列六种基本运算:1)由输入的实部和虚部生成一个复数;2)两个复数求和;3)两个复数求差;4)两个复数的求积;5)从已知复数中分离出实部;6)从已知复数中分离出虚部。运算结果以相应的复数或实数的表示形式显示。-Complex demonstration experiment, to achieve the following six basic operations: 1) from the input of the
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:39936
    • 提供者:小苏
  1. fushu

    0下载:
  2. 通过自己编写的一段JAVA 的小程序 实现复数的加减乘除运算 并且-Prepared by their own small program to achieve a JAVA subtraction multiplication and division operation and the plural
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:zyp
  1. fushu

    0下载:
  2. 复数类的运用输入、输出、加、减、乘、除、模长、幅角、共轭、关系-The use of complex type input, output, add, subtract, multiply, divide, die a long, pieces of angle, conjugate, relationship
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:10240
    • 提供者:李斌
  1. fushu

    0下载:
  2. 简单的复数加减法 用gcc编写 进入dos 到当前路径 输入make可以编译代码 成功后 输入a.exe即可-simple fushu jia jian fa
  3. 所属分类:Windows编程

    • 发布日期:2024-06-04
    • 文件大小:15360
    • 提供者:张文战
  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-06-04
    • 文件大小:1024
    • 提供者:kkun
  1. fushu

    0下载:
  2. 实现复数的四则基本运算。用C语言编写,主要功能有复数的输入与输出;两个复数的加、减、乘、除基本四则运算;-To achieve the four basic operations complex. Using C language
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:王伟
  1. fushu-max

    0下载:
  2. 汇编语言初学者练习:找出数据段中的负数中的最大值,并送屏幕显示-Assembly language beginners: to find the negative in the data segment of the maximum, and send screen
  3. 所属分类:汇编语言

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:刘胡
  1. fushu

    0下载:
  2. java课上做的复数计算程序,用了两种类构建方法-fushu program in java
  3. 所属分类:游戏

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:pgw
« 12 »

源码中国 www.ymcn.org