-
菜单 com teclado matricial 3 x 4 e pic
埃斯特角 projeto mostra 科摩 usar um teclado matricial 3 x 4 com pic 没有 ccs,criação de ilustra um 菜单 de opções usando (开关箱) 段控制 de motores de 帕苏、 com 帕苏 completo、 微帕苏等
- 2022-02-25 00:24:41下载
- 积分:1
-
Ridge Regression RR 岭回归估计,是非常有用的非线性时间序列算法,在局部多项式预测中非常有用。...
Ridge Regression RR 岭回归估计,是非常有用的非线性时间序列算法,在局部多项式预测中非常有用。-Ridge Regression RR ridge regression estimates, it is useful to nonlinear time series algorithms, in Local Polynomial prediction in very useful.
- 2022-02-12 20:17:17下载
- 积分:1
-
实现了简单的宽度优先搜索,算法比较简单,课程设计时可用。...
实现了简单的宽度优先搜索,算法比较简单,课程设计时可用。-To achieve a simple breadth-first search
- 2022-08-16 07:51:56下载
- 积分:1
-
用于评价图像分割的精度,包括单个物体的相对错误率指标,和标记错误率。-used to evaluate the accuracy of image segmentation, including in
用于评价图像分割的精度,包括单个物体的相对错误率指标,和标记错误率。-used to evaluate the accuracy of image segmentation, including individual objects relative error rate indicators, and marking error rate.
- 2022-02-01 11:21:52下载
- 积分:1
-
基于VS2008的模式识别聚类器程序
本程序是用C语言编写的一款模式识别聚类小软件,有可视化的界面,可对两类样本点进行聚类,里面包含所有相关的源程序,也有可执行的运行文件,可用VS2008打开。
- 2022-05-27 09:56:41下载
- 积分:1
-
这个程序我用了两个月编写,功能已经和完整了,真是个好东西!好用着呢...
这个程序我用了两个月编写,功能已经和完整了,真是个好东西!好用着呢-this process I have spent two months of preparation, functions and integrity, is a good thing! Handy ability in
- 2022-12-20 12:35:03下载
- 积分:1
-
math.net收入数学C #实现具体功能:
Math.NET开源数学库
C#实现
具体功能:
- A linear algebra package, see MathNet.Numerics.LinearAlgebra.
- A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse.
- Non-uniform random generators, see MathNet.Numerics.Generators.
- Distribution fonctions, see MathNet.Numerics.Distributions.
- Statistical accumulator, see MathNet.Numerics.Statistics.
- Fourier transformations, see MathNet.Numerics.Transformations.
- Miscellaneous utilies (polynomials, rationals, collections).-Math.NET revenue math C# achieve specific functions :- A linear algebra package, see MathNet.Numerics.LinearAlgebra.- A spar se linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse .- Non-uniform random generators. see MathNet.Numerics.Generators.- Distribu tion fonctions. see MathNet.Numerics.Distributions.- Stati stical accumulator, see MathNet.Numerics.Statistics.- Fourier t ransformations. see MathNet.Numerics.Transformations.- Mis cellaneous utilies (polynomials. rationals, co
- 2022-01-31 12:13:31下载
- 积分:1
-
记不清楚了,应该是贪吃蛇的游戏,大家看看,或许有用!谢谢了!
记不清楚了,应该是贪吃蛇的游戏,大家看看,或许有用!谢谢了!-Can not remember exactly what, and should be the Snake game, let us look at might be useful! Thank you!
- 2022-01-28 21:30:46下载
- 积分:1
-
人脸和眼睛识别
Use the CascadeClassifier class to detect objects in a video stream. Particularly, we will use the functions:
– load to load a .xml classifier file. It can be either a Haar or a LBP classifer
– detectMultiScale to perform the detection.
- 2022-03-07 04:36:53下载
- 积分:1
-
dtw.c 算法
在日常的生活中我们最经常使用的距离毫无疑问应该是欧式距离,但是对于一些特殊情况,欧氏距离存在着其很明显的缺陷,比如说时间序列,举个比较简单的例子,序列A:1,1,1,10,2,3,序列B:1,1,1,2,10,3,如果用欧氏距离,也就是distance[i][j]=(b[j]-a[i])*(b[j]-a[i])来计算的话,总的距离和应该是128,应该说这个距离是非常大的,而实际上这个序列的图像是十分相似的,这种情况下就有人开始考虑寻找新的时间序列距离的计算方法,然后提出了DTW算法,这种方法在语音识别,机器学习方便有着很重要的作用。
这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-21 23:10:34下载
- 积分:1