搜索资源列表
Vector3src
- double类型的3维矢量运算类库,具有加、减、点积、叉积、除法、取模、单位化功能。 -double types of 3-D vector operation library is, plus or minus, plot points, fork plot, division, from mold, Function units.
chufa_yunsuan
- 采用C++Buider 编写的除法运算器。-C Buider prepare for the division operation.
matrix_operation
- 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-this procedure can be completed matrix of input and output. Have the same number of rows and columns in the matrix between the additive and subtractive. Matrix multiplicat
dashuyunsuan
- 程序功能:可以完成任意大数的加法,减法和比较大小 乘法,除法和求余只能完成一定范围内数的运算-procedures functions : to complete the addition of large numbers of arbitrary, subtraction and multiplication size comparison, I seek division and completed only within a certain range for the Operati
Matrix
- 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能
MatrixProgram
- 用于各种矩阵计算,包括矩阵的加法减法乘法除法等。
div16div8
- 16位二进制数与8位二进制数的无符号除法
ExpandingFractions
- 扩展除法,除完成普通除法功能外,还可以给出列出循环出现的位置及位数的结果.
euclid
- 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。
ComplexCalculator
- ComplexCalculator包括各种复数运算。包括复数的乘法,除法,模,根,实幂指数,复幂指数,自然对数,三角函数
bigsum
- 大数加减乘除法
除法
- 32比特整数与16比特整数相除的一种方法-32-bit integer and 16-bit integer eliminate a method
vector
- 用vector<string> 来模拟大数(长度超过int 型整数长度)的存取和运算,初步实现了加法、减法、乘法、除法运算。 -With the vector <string> to simulate large numbers (integer length is longer than int) access and operations, the initial realization of addition, subtraction, multiplicati
HugeInteger
- 大整数的运算方法,包括加法,减法,乘法等等,还有除法-Large integer computation methods, including addition, subtraction, multiplication, etc., as well as division
mixfft
- 混合基快速傅里叶算法实现,针对任意长信号序列,按照预设分解成不同的基进行预算,减少除法与三角函数使用,精度高速度快。-Mixture Fast Fourier-based algorithm for arbitrarily long signal sequence, in accordance with the different pre-set into the base budget and reduce the use of division and the trigonometric f
matrix
- 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
largenumber
- 关于VB大数加法,减法,乘法,除法,乘方,MOD,阶乘运算,-Large numbers on the VB addition, subtraction, multiplication, division, involution, MOD, factorial calculations,
diaohuan
- 简单矩阵的高斯消除法。通过高斯消除法实现矩阵的求解。-Simple matrix Gaussian elimination method. Achieved through the Gaussian elimination method for solving matrix.
ComplexSample
- 通过例子实现复数乘法、除法、模、根、实幂指数、复幂指数、自然对数、正弦、余弦、正切的运算。-Multiplication,division,modulus,root,real exponent,complex exponential,natural logarithm,sine,and cosine of a complex number in a example.
Greatest_common_factor
- 我使用數學中輾轉相除法來求"最大公因數" 有需要的同好可以下載使用-I use math in the Euclidean algorithm to achieve " the greatest common divisor" in need of enthusiasts can download ^ ^