资源列表

« 1 2 ... .92 .93 .94 .95 .96 3097.98 .99 .00 .01 .02 ... 3400 »

[数学计算/工程计算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

[数学计算/工程计算myfft

说明:自己编写的二维快速傅里叶变换,希望能有帮助-2-D DFTFFT
<崔致远> 在 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

[数学计算/工程计算20_3circl

说明:C++程序设计实验题 进行矩阵最大值的计算和输出-The calculation of the matrix maximum output
<si nan> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算11111

说明:sinx=0的Newton-Steffensen加速法求解-sinx = 0, Newton-Steffensen' s acceleration method for solving
<large> 在 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

[数学计算/工程计算INT1

说明:[c++] calculation of interpolation
<tomek2016> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Program_Gauss

说明:[c#] Gaussian elimination
<tomek2016> 在 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

[数学计算/工程计算pole_ass

说明:本源代码是线性系统理论中利用循环矩阵进行多变量系统的极点配置的实现。通过设置循环矩阵进行极点配置。-The origin code is a cyclic matrix in linear system theory of multivariable systems poles configuration. Through the revolving matrix pole placement.
<> 在 2024-11-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 3097.98 .99 .00 .01 .02 ... 3400 »

源码中国 www.ymcn.org