-
利用该程序,可以作为相应程序的一个函数功能
利用该程序,可以作为相应程序的一个函数功能-Use of the procedure, the procedure can be used as a function of the corresponding function
- 2022-03-04 17:22:06下载
- 积分:1
-
Molgedey和舒斯特去相关算法,具有方形混合矩阵A。
The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated .
The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.-The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated . The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.
- 2022-03-17 02:59:15下载
- 积分:1
-
最优化算法,包括各种线性优化和非线性优化问题
最优化算法,包括各种线性优化和非线性优化问题-Optimization algorithms, including linear optimization and nonlinear optimization problems
- 2023-08-18 20:45:04下载
- 积分:1
-
数据挖掘中的一种方法,可以用来对一组数据进行频繁项集的挖掘。是一种很好的算法,同时,也存在一些不足,需要加以改进!...
数据挖掘中的一种方法,可以用来对一组数据进行频繁项集的挖掘。是一种很好的算法,同时,也存在一些不足,需要加以改进!-a kind of arithmetic in datamining
- 2022-01-25 17:19:40下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
图像的二值化,采用最大类间方差otsu法实现,自己写的c程序,可以直接运行
本人用c自己实现的otsu二值化程序,绝对原创,可以直接运行,是linux版本的,对于window而言,稍作修改即可运行。这里对rgb图像进行处理,可以看到运行之后的效果。
- 2023-07-17 03:25:04下载
- 积分:1
-
Householder method least squares problems. Avoid conventional methods encountere...
Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of a problem. The accuracy of this method is very high.
- 2022-05-27 00:41:32下载
- 积分:1
-
Hash算法大全
Hash算法大全,收集于互联网,包含:旋转hash,混合hash算法,输出64位的值,AP算法,DEK算法,DJB算法,Thomas Wang的算法,整数hash,ELF算法,SDBM算法,BKDR算法,等
- 2022-05-05 08:28:14下载
- 积分:1
-
《计算机算法基础》(华工版)关于单源点最短路径生成最短路径贪心算法;...
《计算机算法基础》(华工版)关于单源点最短路径生成最短路径贪心算法;-"computer algorithms" (laborers version) on the single-source shortest path generation Shortest Path greedy algorithm;
- 2022-06-12 13:59:16下载
- 积分:1
-
用劈因子法解方程,按照提示输入方程的阶数,以及相应的系数即可...
用劈因子法解方程,按照提示输入方程的阶数,以及相应的系数即可-rebuilding factor method of solving equations, in accordance with the importation of equations suggest the order, and the corresponding coefficient can be
- 2022-08-08 11:49:15下载
- 积分:1