搜索资源列表
fushu
- 一些小程序,简单查看信息。可以计算复数的运算。-some small procedures, a simple check information. Calculating the plural arithmetic.
fushu
- 关于复数的运算的算法,例如复数乘除还有复数正弦的作图的算法-on the complex arithmetic algorithm, for example, there are complex multiplication and division complex mapping of the sinusoidal Algorithm
fushu
- 这是一个有关复数的小程序,通过此程序,朋友们可以更好的理解C++的面向对象功能,比如说类的继承,类的重载,以及虚基类的使用。
fushu
- 复数运算#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
fushu
- 关于复数的运算的算法,例如复数乘除还有复数正弦的作图的算法-on the complex arithmetic algorithm, for example, there are complex multiplication and division complex mapping of the sinusoidal Algorithm
fushu
- 这是一个有关复数的小程序,通过此程序,朋友们可以更好的理解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
fushu
- 复数运算#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
Fushu
- 用复数的实部与虚部分别实现复数的相加和相减-The plural of the real part and imaginary part of another to achieve the sum of the plural and subtract
fushu
- 本程序是复数类的继承,主要完成类的继承功能-This procedure is a complex type of inheritance, the main function of the completion of class inheritance
fushu
- 关于复数的操作源代码, -Operation on the plural source code, on the operation of complex source code,
fushu
- /// /// /// /// /// /// /// ///// #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
fushu
- 复数类头文件用于fft很长呵呵请耐心看哦 -Fft complex class header file for a very long Hehe please be patient Kane
fushu
- 复数演示实验,实现下列六种基本运算:1)由输入的实部和虚部生成一个复数;2)两个复数求和;3)两个复数求差;4)两个复数的求积;5)从已知复数中分离出实部;6)从已知复数中分离出虚部。运算结果以相应的复数或实数的表示形式显示。-Complex demonstration experiment, to achieve the following six basic operations: 1) from the input of the
fushu
- 通过自己编写的一段JAVA 的小程序 实现复数的加减乘除运算 并且-Prepared by their own small program to achieve a JAVA subtraction multiplication and division operation and the plural
fushu
- 复数类的运用输入、输出、加、减、乘、除、模长、幅角、共轭、关系-The use of complex type input, output, add, subtract, multiply, divide, die a long, pieces of angle, conjugate, relationship
fushu
- 简单的复数加减法 用gcc编写 进入dos 到当前路径 输入make可以编译代码 成功后 输入a.exe即可-simple fushu jia jian fa
fushu
- 编写一个复数类,可以进行复数加法和减法运算。编写一个包含main方法的类(应用程序)测试该复数类。要求该复数类至少包含一个无参的构造方法和一个带参的构造方法;数据成员包括复数的实部和虚部,为double类型;包括两个方法,分别实现复数的加法和减法运算。 -Write a complex type, can be complex addition and subtraction. Write a main method that co
fushu
- 实现复数的四则基本运算。用C语言编写,主要功能有复数的输入与输出;两个复数的加、减、乘、除基本四则运算;-To achieve the four basic operations complex. Using C language
fushu-max
- 汇编语言初学者练习:找出数据段中的负数中的最大值,并送屏幕显示-Assembly language beginners: to find the negative in the data segment of the maximum, and send screen
fushu
- java课上做的复数计算程序,用了两种类构建方法-fushu program in java