-
雅可比迭代法解方程
本程序是用Jacobi迭代法解方程组 ,原方程 AX=b 迭代方程 X(k+1)=BoX(k)+f , Bo=I-(D-1)A ;f=(D-1)b. (其中(D-1)表示D的逆)
- 2022-03-13 10:28:03下载
- 积分:1
-
大津的图像分割算法
大津的方法执行参数和无监督图像阈值分割,通常用于图像分割。该算法的最小类内方差,使用只有图像的灰度直方图查找最优阈值的图像。
- 2022-03-11 08:53:06下载
- 积分:1
-
道格拉斯算法
这里介绍的是利用道格拉斯算法实现制图综合,特别是图像的处理,方便而实用,代码简单,原理清楚,希望大家下载互相学习,共同进步!
- 2022-08-18 17:25:29下载
- 积分:1
-
语音传输的实验程序
语音传输的实验程序:不同编码方式图形比较画出线性A律CVSD在相同随机错误与突发错误参数下得译码后波形并加以比较。以下实验若未注明均采用该参数设置:幅度:6V 频率:1K 编码位数:不同不同编码方式下 不同的误码率以及相应的传输速率
- 2022-03-17 10:01:36下载
- 积分:1
-
"laser land leveling system algorithm research," through matlib simula...
“激光土地平整系统算法研究”,通过matlib模拟了该算法最终效果。-"laser land leveling system algorithm research," through matlib simulation of the algorithm ultimate effect.
- 2022-07-12 02:53:29下载
- 积分:1
-
USACO chapter two.Useful for beginners.
USACO chapter two.Useful for beginners.
- 2022-02-04 18:36:19下载
- 积分:1
-
一个java的tabu search算法框架
一个java的tabu search算法框架-one of tabu search algorithm framework
- 2022-03-25 14:23:27下载
- 积分:1
-
非常好的数学公式计算源代码,支持程序运行时公式的自定义,支持宏定义、常量定义、函数定义...
非常好的数学公式计算源代码,支持程序运行时公式的自定义,支持宏定义、常量定义、函数定义-very good mathematical formula source code, run-time support for the procedural formula from the definition of support Acer definition constants defined function definition
- 2022-03-05 17:37:44下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
本论文for the C language in the plural算法
此文件为C语言编写的复数运算算法-this document for the C language in the plural ALGORITHMS
- 2022-08-09 21:16:34下载
- 积分:1