搜索资源列表
c31
- 一个实现高精度乘法与加法的源代码.-a precision multiplication and addition to the source code.
Matrix_ana
- 用JAVA所写的用于矩阵运算的类,包括矩阵加、减、乘法、矩阵求逆,转置等-written with Java for matrix calculation of categories, including matrix, plus or minus, multiplication, matrix inversion, and so on to home
BigIntMultiplication
- 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递
vj
- 矩阵乘法的计算程序-matrix multiplication calculation procedures
plus1122
- 1问题描述: 设计一个实现稀疏多项式乘法的程序 2需求分析: 编程实现两个一元多项式相乘,要求: 2.1输入并建立多项式; 2.2输出多项式,输出形式为整数序列:n,c1,e1,c2,e2``````,cn.,en,其中n是多项式的系数,ci和ei分别是第i项的系数和指数,序列按指数降序排列。 2.3多项式a和b相乘,建立结果多项式a*b -a Problem descr iption : Design a sparse polynomial multiplicat
p42222
- 创建一个复数类,定义属性:实部、虚部。定义方法:复数加法、复数减法、复数乘法、求实部,求虚部,将复数输出,判断两个复数相等。通过一个类举例验证这些方法。-create a plural categories, defined attributes : real and imaginary parts. Definition : plural addition, the plural subtraction, multiplication complex, realistic Ministry f
SomeAlgorithmsSourceCodeInJava
- 算法源码集合:有hash表、笛卡尔集、哈弗曼树、矩阵乘法、快速排序-algorithm source code pool : hash tables, Descartes sets, Hafuman tree, matrix multiplication, fast scheduling, etc.
zuixiaoerchengzaixitongbianshizhongdeyingyong
- 在Matlab/Simulink构造一缓慢时变线性系统。试根据系统的输入生产数据分别用带遗忘因子最小二乘法和广义最小二乘法辨识系统的参数。-in Matlab / Simulink constructed a slow time-varying linear systems. Examination under the input production data were used to bring the forgotten factor method of least squares and
calc24
- 一个高效的计算24点的程序 可以选择是否交换运算参数顺序(不同顺序的加法或乘法) 可以选择是否根据运算符号的前后关系确定是否添加括号 可以选择随机产生四个数字 自动排除重复的计算表达式
mathformulae
- 第一章 有关数论的算法 1.1最大公约数与最小公倍数 1.2有关素数的算法 1.3方程ax+by=c的整数解及应用 1.4 求a^b mod n 第二章 高精度计算 2.1高精度加法 2.2高精度减法 2.3高精度乘法 2.4 高精度除法 练习 第三章 排列与组合 3.1加法原理与乘法原理 练习 3. 2 排列与组合的概念与计算公式 练习 3.3排列与组合的产生算法 练习 第四章 计算几何 4.1 基础知识 4.2
Cfb
- 初学java时写的一个九九乘法 表,有图形界面,代码简短。
最小二乘法多次曲线拟合
- 最小二乘法多次曲线拟合-least squares curve fitting time
java乘法表
- 用java编的一个计算乘法表-with a calculated series of the Multiplication Table
20080724
- 曲线拟合的java算法。本代码是采用数学中的最小二乘法原理编写的。
Poly
- 多项式乘法运算的最短时间带价算法
juzhengsuanfa
- 矩阵算法包括加法、矩阵减法、矩阵乘法等基本四则运算-Matrix algorithm
乘法口诀表
- 通过使用JAVA语言的编写,来实现乘法口诀表的显示(The display of multiplication table)
code2
- 九九乘法表(multiplication table)
AmulB
- 实现了java语言的大数乘法,答题思路即转化为字符串(数组)后进行按位运算,再将结果求和输出。(The multiplication of large numbers in Java language is realized. The way of answering is to transform to string (array), then carry out bitwise operation, and then output results.)
java源代码九九乘法表
- 简单的九九乘法表,java,适合初学者吧啊啊啊啊啊啊啊啊啊(A simple 99 multiplication table, Java)