搜索资源列表
复数类演示
- 使用C++编写的一个复数类,可以进行加减乘除的运算。
Complex
- c++简单复数类的运算,包括加法,减法,乘法,除法运算(没用到重载)-c++ simple and complex class operations, including addition, subtraction, multiplication, division operations (useless to overload)
computer
- 实现复数运算,设计中要体现MFC基础知识以及C++自定义类的应用 -Complex operation, designed to reflect the MFC basics, as well C++ custom application
ComplexNumberCalculator
- 这是一个简单实用的复数计算器程序。其界面和使用方法与Windows的计算器相似。可以进行复数的加减乘除四则运算,取共轭运算,开平方根运算,可以进行连续地计算。-This is a simple and practical procedures for plural calculator. Its interface and use methods similar to Windows calculator. Can be plural calculation 4 calculations, ta
complex
- 复数运算的演示程序: 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.
matrix
- 复数矩阵的运算,用于通信仿真模型底层算法。-Complex matrix computation, simulation model for the underlying communication algorithms.
CTestCode
- 定义并实现复数类,通过运算法的重载实现复数加法、减法和乘法。-And the realization of the definition of complex type, through the heavy-duty algorithms to achieve the plural addition, subtraction and multiplication.
ch1516
- 徐士良14,15章,多项式和一般函数计算及复数运算,Fortran-徐士良Chapter 14,15, polynomials and general functions are calculated and complex computing, Fortran
chongzai
- c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
Practice0
- 复数四则运算:设计一个可进行复数运算的演示程序-Complex arithmetic: design a demonstration program to conduct complex operations
VBComplexNumberOperations
- 用VB进行复数运算using VB to Complex Number Operations -用VB进行复数运算using VB to Complex Number Operations
cc
- 进行复数运算,比较简单,自行查看吧。采用c++编写,个人练习而用-For the complex operation,so simple that you can see it by youself
yunsuanfuchongzai
- 用友元函数实现运算符的重载,包括加、减乘、除的重载,实现复数运算-Friend function operator overloading, including addition, subtraction multiplication, in addition to overloaded plural computing
mianxiangduixiang
- C++面向对象方法的编程,包括磁盘文件数据的输入输出,复数运算,求圆的表面积,图书管理程序,学生数据的赋值和输出,钟表类及闹钟类,时间的输入和输出,正整数集合的运算,泳池造价,people类。-C++ object-oriented programming methods, including disk file data input and output, complex computation, the surface area of circular, l
12104547_LW3
- 复数的运算,运用class进行简单的复数运算-Plural operations, the use of a simple complex arithmetic class
complexcalculator
- 对于数据结构初学者简单的复数运算,包含头文件,和具体的实现代码-For beginners simple data structures, complex operations, including the header files, and specific implementation code
ComplexOperator
- VC 复数运算 能够实现加减乘除四则运算-VC complex arithmetic operators to achieve four arithmetic
jishiben-and-fushuyunsuan
- 这是一个简单的记事本文件,同时还有几个小程序,是关于复数运算的,比较齐全,希望能帮的上忙。-This is a simple notepad file, while several small procedures, is about the plural, more complete, I hope to help on the busy.
complex
- 该类中含有复数运算及矩阵运算的多个方法,这些方法都是通过参考书籍所实现的,能够很好的运用到复数运算中,经过检验运算误差非常小,甚至比matlab的精度还高(C# complex matrix)
Complex
- 设计一个基础的复数类,用运算符重载完成简单运算(Design a complex class)