搜索资源列表
complex_calculate
- 本程序新建complex类,并将数学库里的“+”“-”“*”“/”符号运算进行重载,使其适用范围从实数扩展至复数。-the new complex procedures category, Mathematics, 13-17 and the """-""*""/" symbol for heavy computation, from the scope of the application is extended
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++写的关于复数的四则运算,主要复习运算符的重载。
BigInteger
- 高精度模版,C++实现,重载实现加减乘除.
p10
- 原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看
4-7
- 一个用友元函数实现运算符重载的例子,对运算符+,-,*,/进行重载定义,实现两个复数的四则运算
bignumber
- 该程序重载了C++基本运算符号 能提供对最大10000!进行计算 满足一部分大整数计算的要求
ComputePolynomia_Visual_stdio
- 多项式的运算,有符号重载方法实现 visual stdio2005编译通过
poly
- 多项式算法,涉及到c++中的运算符重载及流编程,虽然简单但对初学者不失为一个好的例子
AddOperator
- 用C++编写的复数加法重载,输入复数可计算加和值。供参考!
fraction
- 实现了分数之间的四则运算,主要在于练习运算符重载。同时从分数类派生出整数类,实现了分数整数的混合运算!
float_c
- 用C++实现的利用整型数实现浮点运算的系列方法重载.
BigNumber
- 大数类,重载了各类操作符,可以直接使用-fate categories, a variety of heavy-duty operator can be used directly
Arithmetic
- 可进行大数的加减乘除、阶乘、三角函数、幂指数(指数只支持整数)的运算,支持小数运算,重载了以上功能的运算符号。 可运算数学表达式。 可进行16进制之内任意进制之间的转换-Addition and subtraction to multiplication and division to carry out large numbers, factorials, trigonometric functions, power index (index only supports integer
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
- 大数类,重载了各类操作符,可以完成大数计算功能-big number function
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.
CMatrix-Example
- 封装矩阵操作为CMatrix类 矩阵的加减乘除、求逆、转置等符号化重载操作。-Package Matrix matrix operations of addition and subtraction to multiplication and division CMatrix, inverse, transpose and other symbolic overload operation.