-
雷劈数算法
雷劈数,或名卡布列克数,定义为:若正整数X(在n进位下)的平方可以分割为二个数字,而这二个数字相加后恰等于X,那么X就是(n进位下的)卡布列克数。例如55^2=3025,而30+25=55。
印度数学家卡普列加(Dattaraya Ramchandra Kaprekar, 1905 - 1986)在一次旅行中,遇到猛烈的暴风雨,他看到路边一块牌子被劈成了两半,一半上写着30,另一半写着25。这
- 2022-02-02 15:59:01下载
- 积分:1
-
Mathematics, like after the transformation, QR decomposition, such as solution o...
数学,好似后的变换,QR分解等解场系数微分方程的程序-Mathematics, like after the transformation, QR decomposition, such as solution of differential equation field procedures
- 2022-09-13 06:45:03下载
- 积分:1
-
狄克逊检验法
狄克逊检验法的特点:首先认为随机样本来自正态总体,正态总体的方差未知。狄克逊检验法不必计算样本平均值和样本标准差,而是采用极差比来构造狄克逊检验法的统计量。这种检验方法,在测定值的数目较多时,由于不需要计算标准差,所以节省很多时间,比较实用。具体做法如下:将样本观测值按它们的大小,从小到大的顺序排列。采用这一方法,不必计算算术平均值和标准偏差。而是根据数目的不同,计算出相应的值。
- 2022-02-05 08:15:02下载
- 积分:1
-
边缘 betweenness 核心地位
你好。
我需要 向边缘 betweenness 核心算法在 matlab 中。
thancks。
- 2023-09-01 22:35:03下载
- 积分:1
-
报告
数值分析实验报告-report
- 2022-08-10 07:04:01下载
- 积分:1
-
最优化算法
该压缩包内包含了常用的最优化源码,均是利用C++实现的,其中包 扩DFP, 单纯形, 共轭梯度法, 内点法, 外点法, 内外点法,这些算法均在程序中实现,相信对初学最优化算法的会有很大的帮助
- 2023-01-06 18:45:04下载
- 积分:1
-
RSA编程实验
本源码实现了RSA算法。其中用libtomcrypt第三方库实现,包括加解密。不需要自己编写加解密算法代码,只要调用第三方库中国的代码即可实现,为你省去了很多时间和精力
- 2022-09-10 23:40:03下载
- 积分:1
-
快速获取3D重建切片的算法
本程序由kyungsang基姆制作。如果你有问题或问题,发送电子邮件到me.kssigari@gmail.complease试试这些测试步骤1。模拟器是用于测量投影。2。demo2是解析重建众所周知过滤backprojection3。Demo3 is the iterative reconstruction using the maximum likelihood expectation maximization (MLEM) method.nx: number of image pixels of x-directionny: number of image pixels of y-directionnz: number of image pixels of z-directionsx: real size (length) of x-axis of the image -> resolution of a pixel = sx/nxsx: real size (length) of y-axis of the image -> resolution of a pixel = sy/nysx: real size (length) of z-axis of the image -> resolution of a pixel = sz/nznu: number of detector pixels of x-direction (u)nv: number of detector pixels of z-direction (axial) (v)su: size of real (length) of detector u-direction -> resolution of a pixel = su/nusv: size of real (length) of detector v-direction -> resolution of a pixel = sv/nvDSD: distance between source to detectorDSO: distance between source to iso-center (image center).dir: rota
- 2022-07-08 11:47:05下载
- 积分:1
-
搜索算法,可以直接使用~~~
二分查找(Binary Search) 二分查找又称折半查找,它是一种效率较高的查找方法。 二分查找要求:线性表是有序表,即表中结点按关键字有序,并且要用向量作为表的存储结构。不妨设有序表是递增有序的。
- 2022-06-15 14:57:32下载
- 积分:1
-
使用lm算法对二维圆数据进行拟和,其中test_circle用于生成测试数据 fit2dcircle用于拟和 document.doc对算法原理进行详细说明 程
使用lm算法对二维圆数据进行拟和,其中test_circle用于生成测试数据 fit2dcircle用于拟和 document.doc对算法原理进行详细说明 程序使用bcc5.60编译通过- Uses the lm algorithm to carry on for the two-dimensional round
data draws up with, test_circle uses in to produce test data
fit2dcircle to use in to draw up carries on the specify procedure with
document.doc to the algorithm principle to use the bcc5.60 translation
to pass
- 2023-07-05 23:00:03下载
- 积分:1