-
Visual C++数字图像模式识别典型案例详解
Visual C++数字图像模式识别典型案例详解,这是里面的全部代码,内容丰富,含有模式识别领域的各种算法
- 2022-03-17 03:58:02下载
- 积分:1
-
该界面可以通过MATLAB命令提示符下进入新用。用户可以。
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user defined range by using: The composite trapezium, simpsons and gauss-legendre rules. This is useful for calculating accurate probabilities that one might see in statistical tables.
- 2022-02-10 10:26:40下载
- 积分:1
-
Fourier decomposition of M documents, has been in use, very easy to use, it is a...
傅立叶分解M文件,一直在用,非常好用,很经典-Fourier decomposition of M documents, has been in use, very easy to use, it is a classic
- 2022-03-03 08:01:23下载
- 积分:1
-
2009
2009
- 2022-03-15 08:15:45下载
- 积分:1
-
k-均值算法 python
均值比率
试图生成速度快、 内存效率的 K-均值程序。
安装
gem来源-http://rubygems.org
sudo gem安装 k_means
如何使用
需要 "rubygems"
要求 "k_means"
数据 = [[1,1]、 [1,2],[1,1],[1000年、 1000年],[500、 500]]
kmeans = KMeans.new (数据,: 质心 = > 2)
kmeans.inspect # 使用 kmeans.view 拿到未检查数组
= > [[3,4],[0,1,2]]
自定义的质心
需要 "rubygems"
要求 "k_means"
# 您自定义的质心需要有 #position 和 #reposition 的方法
类 CustomCentroid
attr_acces
- 2022-04-28 00:29:05下载
- 积分:1
-
可计算生成巴特沃斯、切比雪夫原型滤波器,转换为数字滤波器,并可直接进行滤波...
可计算生成巴特沃斯、切比雪夫原型滤波器,转换为数字滤波器,并可直接进行滤波-Computable generating Butterworth, Chebyshev prototype filter, is converted to digital filters, can be directly filtered
- 2022-09-21 14:50:03下载
- 积分:1
-
simLSH 的 java 源代码
这个项目的目的是决定两文本实例的相似度,并举例支持中文处理。
- 2022-06-16 15:29:38下载
- 积分:1
-
我的SM3算法JAVA代码
我 SM3 算法 Java 代码写在 2012.Include 调试程序和测试代码。
- 2023-04-24 20:30:03下载
- 积分:1
-
基于哈希表的二级反馈页面置换算法
update at 2017/09/04
新增空闲块链的数据结构,在进行页面中断时,需查找空闲块链是否有空闲块,然后分配内存,淘汰时,需释放空闲块。
update at 2017/06/25
在main.cpp的主要函数中增加了注释
- 2022-02-26 00:18:45下载
- 积分:1
-
画NURBS曲线
使用C#编写,在一个画图面板 上通过绘制控制点来得到NURBS曲线,并可以对曲线进行平移、缩放、旋转等操作。
- 2023-01-17 23:15:04下载
- 积分:1