-
设计编程实现矩阵相乘的Strassen算法,具体要求:
(1)矩阵阶数n由用户输入(注意n非 2k 时的处理)
(2)n阶矩阵A、B调用随机函数自动生成...
设计编程实现矩阵相乘的Strassen算法,具体要求:
(1)矩阵阶数n由用户输入(注意n非 2k 时的处理)
(2)n阶矩阵A、B调用随机函数自动生成,限定矩阵元素在0-10之间
(3)输出A、B、C=A*B
(4)请在实验报告中“程序设计(方案)说明部分”写明你如何实现矩阵划分、矩阵结果合并
(5)请在源代码中对主要函数功能、变量、语句进行注释
(6)请采用结构程序设计方法或面向对象程序设计方法,对各子功能用函数实现,不要一个主函数完成所有工作
-matrice through strassen
- 2022-01-27 15:52:00下载
- 积分:1
-
子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。...
子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。-subspace iteration algorithm for the eigenvalue structure, the structural dynamic analysis must be the basic code we hope that the right useful.
- 2023-01-29 00:15:03下载
- 积分:1
-
工程问题中常用微分方程的形式建立数学模型,所以微分方程求解很有意义。本程序用Euler、改进Euler和经典公式对这类方程进行求解...
工程问题中常用微分方程的形式建立数学模型,所以微分方程求解很有意义。本程序用Euler、改进Euler和经典公式对这类方程进行求解-Engineering problems commonly used in the form of differential equations to establish the mathematical model, it makes sense for solving differential equations. This procedure used Euler, improved Euler and the classical formula of such equations to solve
- 2022-03-17 06:09:21下载
- 积分:1
-
THUNGHIEM HAM IF
IF I AM YOU THEN
I WILL OPEN FREE TO ALL
END IF
IF YOU ARE ME THEN
YOU NEED TO OPEN FREE TO ALL
END IF
- 2022-07-18 09:46:42下载
- 积分:1
-
脑电信号预处理技术
应用背景的今天,剧本TFR的计算和信号代预计将完全兼容GNU Octave,但用户写几行代码来产生时频图。关键技术假设每个类的特征都是由高斯分布具有相同的已知协方差,但不同的手段它可以证明(杜达等,2000),LDA是最优的,因为它最大限度地减少误判率。在布兰卡茨等人(2011)所示的假设不同手段的一个共同的类协方差的很好地满足脑电分类问题。
- 2023-03-05 18:20:04下载
- 积分:1
-
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断...
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断- The search algorithm partially uses the minmax recursion, the
alphabeta pruning, the initial period and the intermediate stage
searches 6, finally partially searches 15. Appraised the algorithm
mainly is the smallest good power, performs the position value the
correlation to judge
- 2023-02-28 03:35:04下载
- 积分:1
-
FLCS在3DIC設計中會使用的方法
在3DIC設計中會使用的方法
Floorplanning is an important and dispensable stage in the traditional integrated circuit design process. With the raised module numbers and increased wire length, the computation complexity is raised dramatically. Obviously, the traditional algorithms need to be updated. We developed an orthogonal table, in which each factor represents a module and the level of a specified factor denotes the orientation of that module. With this orthogonal table, the solution space is significantly decreased.
We use sequence pair to represent a floorplan and the fast longest common subsequence is used accordingly to calculate the area of
- 2022-08-13 12:52:54下载
- 积分:1
-
我用MATLAB编写的傅里叶变换,不利用FF软件…
采用Matlab自己编写的傅里叶变换,并不是使用软件提供的FFT2-I have written using Matlab Fourier transform, not using software provided by FFT2
- 2022-03-02 17:36:01下载
- 积分:1
-
贝叶斯分类器
基于朴素贝叶斯算法的文本分类器,使用java语言编写。可以使用搜狗的文本库作为样本数据库。整个代码的结构层次感很强,结构清晰,对于学习贝叶斯分类器的学习者有较大的帮助,尤其可在短时间内快速的上手,并获得仿真结果。。
- 2022-06-01 20:31:50下载
- 积分:1
-
PageRank算法的MapReduce并行化
资源描述PageRank算法是非常重要的一个数据挖掘算法,在该代码中,我们将PageRank算法用java代码实现,并且在MapReduce框架下对PageRank算法进行扩展。压缩文件中不仅有程序,而且有数据和相关的说明。可以直接部署到Hadoop上跑结果。
- 2022-03-06 13:58:06下载
- 积分:1