搜索结果
找到约 1,170 项符合
EVB-K 的查询结果
其他书籍 K9-EVB RM9200 学习板原理图 是网上下载的资料
K9-EVB RM9200 学习板原理图
是网上下载的资料
matlab例程 AR模型的Burg算法的matlab程序! 只要把程序里面的K的值改为所求问题的阶次
AR模型的Burg算法的matlab程序!
只要把程序里面的K的值改为所求问题的阶次,把x改成所求问题的数据矢量就可以非常方便的求出Burg算法的AR模型的参数!
人工智能/神经网络 8个采样点的k近邻算法,结果用语言表示 两个类别
8个采样点的k近邻算法,结果用语言表示
两个类别
人工智能/神经网络 中心点漂移是一种非监督聚类算法(与k-means算法相似
中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。
MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab imple ...
人工智能/神经网络 基本的k-means聚类算法c++实现
基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.
人工智能/神经网络 高效的k-means算法实现
高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented ...
Windows CE evb复制文件到PDA源码
evb复制文件到PDA源码,使用微软RAPI,编程语言VB
数据结构 1. 分层次聚类法(最短距离法) 2. 最简单的聚类方法 3. 最大距离样本 4. K 平均聚类法(距离平方和最小聚类法)
1. 分层次聚类法(最短距离法)
2. 最简单的聚类方法
3. 最大距离样本
4. K 平均聚类法(距离平方和最小聚类法)
金融证券系统 这是一个股票盘后数据分析系统基础底层,已经实现了基本的K线图的重现,RIS线,均线图的重现, 是在一个台湾高手发布的原码上修改的,现在支持通达信的股票数据格式.
这是一个股票盘后数据分析系统基础底层,已经实现了基本的K线图的重现,RIS线,均线图的重现, 是在一个台湾高手发布的原码上修改的,现在支持通达信的股票数据格式.
人工智能/神经网络 k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output i ...