资源列表
[数学计算/工程计算] max
说明:实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers,<tianguochao> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] element-rigid-matrix
说明:单元刚度矩阵,用于计算三单元刚度矩阵,输出刚度矩阵-Element stiffness matrix is used to calculate the three-element stiffness matrix, the output stiffness matrix<曾庆国> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] PenttEzipr
说明:计算纠缠的程序源码,是量子力学中非常重要的程序源码,量子子信息,量子计算需要大量的用它! 可直接使用。 已通过测试。 -Calculate the entanglement of the program source code, is a very important program source in quantum mechanics, quantum electronic information, quantum comput<> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] MatrizesCpp
说明:Multiplicaç ã o de matrizes em C-Multiplicaç ã o de matrizes em C++<marcelot> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] chaoliujisuan
说明:潮流计算、短路计算中都可以用到,实用性非常强-it is used for flow calculation and short circuit calculation,it is practical and very strong.<ljl> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] SimilarityLYG
说明: /** * @作者:刘亚歌 * @日期时间:2012-5-24 下午06:45:47 * @描述:编辑距离的算法是首先由俄国科学家Levenshtein提出的,故又叫Levenshtein Distance。 */-/*** @ Author: Liu Ya Song* @ Date Time :2012-5-afternoon 24 06:45:47* @ descr iption: the edit<流云> 在 2024-11-13 上传 | 大小:1kb | 下载:0