搜索资源列表
c++_class_matrix
- 完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup
MyMatrixVtr
- 自己写的矩阵向量库,测试通过,常用运算符经过重载,VC6.0环境下运行。-himself wrote the vector matrix, the test, usually after heavy Operators, VC6.0 operating environment.
juzhenxingshidelonggekuta
- 矩阵形式的龙格库塔程序C++源代码矩阵类的构造及运算符重载太长,在此不提供-matrix form the Runge - Kutta procedures C source code matrix type structure and Operator Overloading too long, this does not provide
fs02
- 用c++写的关于复数的四则运算,主要复习运算符的重载。
p10
- 原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看
4-7
- 一个用友元函数实现运算符重载的例子,对运算符+,-,*,/进行重载定义,实现两个复数的四则运算
poly
- 多项式算法,涉及到c++中的运算符重载及流编程,虽然简单但对初学者不失为一个好的例子
fraction
- 实现了分数之间的四则运算,主要在于练习运算符重载。同时从分数类派生出整数类,实现了分数整数的混合运算!
3
- 该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘-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
BIGNUMBER
- 用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.
youlishu
- 定义一个有理数类,实现有理数的加减乘除运算 程序要求定义并实现一个有理数类,通过重载运算符+、-、*、/对所有有理数进行算数运算;写一个优化函数,使有理数约去公分母。 -Define a rational number class, achieve rational numbers, Math computation process requires the definition and implementation of a rational number class, by ove
yunsuanfu
- 运算符的重载,用来计算复数的加减法。虚部与虚部,实部与实部-Operator overloading, used to calculate addition and subtraction of complex numbers. Imaginary part and imaginary part, the real and the real
Complex
- 复数类Complex,运算符重载,修改了网上代码,可在各平台上实现连续运算,不会报错了-Complex class Complex, operator overloading, to modify the online code can achieve continuous operation of the platform, not an error of the
matrix
- 实现简单方阵的操作。如加,减,乘。运算符重载。文件读取。矩阵随即生成-Simple matrix operation. Such as addition, subtraction, multiplication. Operator overloading. File read. Matrix then generates
matrix
- 矢量类,可以实现矢量的基本运算:相加,相乘,求逆等,其中实现了运算符重载-Vector class, you can achieve the basic vector operations: add, multiply, inverse, etc., which implement operator overloading
CPP
- C++的运算符重载功能,包括“+”、“-”、“*”、“=”等运算符的重载-C++ operator overloading functions, including operator overloading and other " +" ," -" ," *" ," ="
large-complex-matrix-inversion
- c++ 大型复数矩阵求逆 ,程序用了类定义复数,运用了类的成员函数来重载运算符-C++ Large complex matrix inversion,Program with a class definition plural, the use of a class member function to overload the operator
tri
- 一个三角形类Tri,包含三角形3条边长的私有数据成员,另有一个成员函数重载运算符“+”,以实现求两个三角形对象的面积之和-A triangle class Tri, contains a triangle three side length of the private data members and another member function overloaded operator " +" to the area seeking two triangle object
fushu
- 定义复数类,通过成员函数重载运算符-(求负)、-=、!=,通过友元函数重载运算符+、+=、==,直接实现复数对象间的运算,测试结果-Complex type definition, through the member function overloading operator- (for negative), =,! =, through a friend function overloaded operators+,+ =, = =, direct implementation of com
num
- 定义一个复数类,重载运算符+,-,*,/, 使之能用于复数的加减乘除。-Define a complex class, overload the operator+,-,*,/so that it can be used for complex addition and subtraction.