搜索资源列表
fushu
- 一些小程序,简单查看信息。可以计算复数的运算。-some small procedures, a simple check information. Calculating the plural arithmetic.
030300726[1]
- 1-2 实系数复变多项式问题« 编程任务:给定阶数分别为n和m的实系数复变多项式f(x) 和g(x),以及复数z,计算f (z) / g(z)的值。« 数据输入:由文件input.txt 给出输入数据。第一行有2 个正整数g(x) 的阶数。接下来的2行,每行分别有n和m个实数数。最后一行的2 个实数分别表示复数z 的实部和虚部。« 结果输出:将计算出的f (z) / g(z)的值输出到文件output.txt。文件的第一行是计算得到的复数,保留6 位有效数字。
Algorithm
- c# 数值计算源代码 复数运算 矩阵运算 线性代数方程组的求解 非线性方程与方程组的求解 -c# numerical source code plural computing matrix calculation of linear algebraic equations for solving nonlinear equations with the equations
Complex
- 用c#实现复数计算,操作复数的类Complex-With c# The realization of the plural, the plural of the type of operation Complex
Extreme.Mathematics.QuickStartCS
- 用C#写的数学函数库源码。里面包括复数运算,矩阵运算,解方程,积分微分等。非常有用。-Using C# to write the math library source. Includes the plural computing, matrix operations, solution of equations, such as integro-differential. Very useful.
mayamay
- 本实验实现使用VC6.0实现复数的描述及操作。具体实现要求: 1.初始化顺序表。 2.对顺序表插入元素。 3.删除顺序表中的元素。 4.判断该顺序表是否对称 。 5.求两个复数相乘之积,观察输出结果。 6.程序应给用户提供如下操作界面。 -VC6.0 used in this experiment to achieve the realization of the descr iption and operation of the plural. Concrete r
zh
- 集合了复数类,鼠标操作等几个比较有用的程序-Collection of plural categories, several procedures, such as the mouse operation. . .
Complex
- 复数类,可运算复数的加、减、乘除等,是一个很不错的常用类。-Complex type, can be plural operations addition, subtraction, multiplication and division, are a very good common class.
fushujisuanqi
- (一) 题目 复数计算器 (二) 功能要求 实现对复数的+、×、+=、-=、×=、++、――、>=、<=、!=运算,其中>=、<=是针对复数的模进行运算。 (三) 解决方案 1. 明确实验操作对象和目的。 2. 针对目的和对象进行总体设计。 3. 细化流程:书写程序,编译、运行并调试。 (四) 设计思路 定义一个复数类complex。 声明所需成员函数和友元函数对各运算符进行重载。 定义各成员
Complex_operator_overloading
- 新建复数类进行复数运算,重载+、=+、*、/等运算符用于复数间的运算。-New complex class complex operation, overloading+ =+,*,/operator for computing the plural.
The-plural-calculator
- 桌面计算器,能够进行实数或复数的四则混合运算。 【基本要求】 1.由输入的实部和虚部生成一个复数 2.两个复数求和 3.两个复数求差 4.从已知复数中分离出实部和虚部 5.复数及相应运算结果以相应的表现形式显示。-Desktop calculator, real or complex four mixed computing. Requirements】 a real part and an imaginary part from the input
ConsoleApplication2
- 这是一个c#小程序,实现复数的加、减、乘、除,希望对大家有用。-This is a small c# program, plural plus, subtract, multiply, divide, hope to be useful.
zhuomianfushujisuanqi
- 复数的桌面计算器,用C#编写,能够实现复数的四则运算。-Plural desktop calculator, written in C#, to achieve complex four operations.
Archive
- 4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为: realpart+imaginarypart*i 用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。 (1)两个复数相加; (2)两个复数相减 (3)用(a, b)的形式打印复数,其中a为实部,b为虚部。 -4) Create a class called Compl
Plural-Operator-Overloading
- 本程序主要对C#的运算符重载问题以复数的形式进行实验-This program is mainly for C#, operator overloading problem in the plural form of the experiment
Complex
- 主要是c++里面的类的多态与继承,这里利用的是复数的输入和运算符的多态,里面还涉及了友元函数、函数重载。- Mainly polymorphism and inheritance c++ class inside, where the use of the plural input and multi-state operators, which also involves a friend function, function overloading.
OVER
- 当数据溢出时,要向前加一位,其变为复数,要取反的程序!(When data overflows, add one bit to the other and change it to the plural!)
