搜索资源列表
-
0下载:
矩阵形式的龙格库塔程序C++源代码矩阵类的构造及运算符重载太长,在此不提供-matrix form the Runge - Kutta procedures C source code matrix type structure and Operator Overloading too long, this does not provide
-
-
0下载:
This a Date class overloading operator ++,--,+=,-=,+,-,>>,<<-This a Date class overloading operator++,--,+=,-=,+,-,>>,<<
-
-
0下载:
This a Vector Class overloading operator >>,<<,+,-,*,=,! 2 vector
-
-
0下载:
可以序列化的矩阵操作类。实现了众多矩阵的操作运算算子-A Matrix manipulation class with serialization and operator overloading implemented
-
-
0下载:
该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘-The program defines a vector class, which the element is the template form, the vector class defines the various properties, methods, and operator overloading function. According to the
-
-
0下载:
用code blocks 写的多文件结构版本的大数运算,用的是面向对象的方法,运用类以及运算符的重载。-Multi-use code blocks to write the file structure version of the operation of large numbers, using the object-oriented approach, the use of classes and operator overloading.
-
-
0下载:
运算符的重载,用来计算复数的加减法。虚部与虚部,实部与实部-Operator overloading, used to calculate addition and subtraction of complex numbers. Imaginary part and imaginary part, the real and the real
-
-
0下载:
复数类Complex,运算符重载,修改了网上代码,可在各平台上实现连续运算,不会报错了-Complex class Complex, operator overloading, to modify the online code can achieve continuous operation of the platform, not an error of the
-
-
0下载:
实现简单方阵的操作。如加,减,乘。运算符重载。文件读取。矩阵随即生成-Simple matrix operation. Such as addition, subtraction, multiplication. Operator overloading. File read. Matrix then generates
-
-
0下载:
矢量类,可以实现矢量的基本运算:相加,相乘,求逆等,其中实现了运算符重载-Vector class, you can achieve the basic vector operations: add, multiply, inverse, etc., which implement operator overloading
-
-
0下载:
C++的运算符重载功能,包括“+”、“-”、“*”、“=”等运算符的重载-C++ operator overloading functions, including operator overloading and other " +" ," -" ," *" ," ="
-
-
1下载:
定义和使用分数类fraction:
1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进
行六种比较运算、以及对分数的输出等操作。
2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。
-
Class definition and use of scores fraction
-
-
0下载:
一个关于运算符重载的c++程序,实现了通过对"+","-","*","/"的重载实现矩阵的四则运算-One on operator overloading c++ program, realized through the implementation of "+","-","*","/" overloaded matrix arithmetic
-
-
0下载:
矩阵的数乘源文件,VC++课程设计。该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。根据向量处理的程序实现矩阵数乘。-The program defines a vector class, inside the element is a template form, define the various properties of the vector class, methods, and operator overloading functio
-
-
0下载:
通过运算符的重载,用来实现矩阵的加 减 乘-Realization of matrix addition and subtraction, multiplication operator overloading,
-
-
0下载:
实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。
是任何做科学计算工作者必备的类库。
此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including matrix addition, subtraction,
-
-
0下载:
using C++ s object-oriented feature to implement a matrix class. Matrix operations are achieved by operator overloading.
-
-
0下载:
C++实现计算器功能,数据流处理,运算符重载-C++ achieve calculator, data stream processing, operator overloading
-
-
0下载:
矩阵常用加减乘求逆及转置运算的类 求逆用dolittle分解方法 运算符重载-Common modified by the inverse matrix transpose operation and class inversion with dolittle decomposition operator overloading
-
-
0下载:
功能简介:该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。
设计要求:
1.利用已知的向量类对象定义一个矩阵类,矩阵类的数组是向量子对象,同样定义矩阵类的各种属性、方法及运算符重载函数。
2.完善成员函数,使矩阵可以由文件输入是体的输入格式自己规定
3.完成矩阵的赋值,转置,乘法等运算,要求用整形矩阵和浮点型矩阵分别演算
更改MAIN函数结构,可以由用户选择输入矩阵数据的方式和可以连续运行,直到选择退出为止
-Feature
-