搜索结果
找到约 1,344 项符合
Top-K 的查询结果
matlab例程 基于锁相环Top-down的建模方法在MATLAB环境下建立数字锁相环完整的仿真模型
基于锁相环Top-down的建模方法在MATLAB环境下建立数字锁相环完整的仿真模型,并用SIMULINK对数字锁相环的仿真模型进行仿真。
Java编程 用java实现的k means算法
用java实现的k means算法,搞过数据挖掘的人应该都知道的~
软件设计/软件工程 ellipse detection using the hough transform 作者 H.K. Yuen, J. Illingworth and J. Kittler Department
ellipse detection using the hough transform 作者 H.K. Yuen, J. Illingworth and J. Kittler
Department of Electronics and Electrical Engineering
University of Surrey, Guildford。对霍夫变换检测检测椭圆的原理有一定的参考意义。
其他 Convolutional binary rate 1/3 nonsystematic code Dfree=16 K=7 (trellis length = 8) Connection
Convolutional binary rate 1/3 nonsystematic code
Dfree=16
K=7 (trellis length = 8)
Connection vectors (from K. J. Larsen):
matlab例程 matlab实现的k均值聚类算法
matlab实现的k均值聚类算法,可以实现对大量数据的有效分类
其他书籍 进程间通信14 说明了进程控制原语并且观察了如何调用多个进程。但是这些进程之间交换信息的 唯一方法是经由f o r k或e x e c传送打开文件
进程间通信14
说明了进程控制原语并且观察了如何调用多个进程。但是这些进程之间交换信息的
唯一方法是经由f o r k或e x e c传送打开文件,或通过文件系统。本章将说明进程之间相互通信的
其他技术—I P C(InterProcess Communication)。 ...
数学计算 K Nearest Neighbor algorithm Implementation and Overview
K Nearest Neighbor algorithm Implementation and Overview
matlab例程 为了改善噪声e(k)为有色噪声模型的系统参数估计的统计特性
为了改善噪声e(k)为有色噪声模型的系统参数估计的统计特性,提出了一种增广矩阵的方法,称为增广最小二乘算法,MATLAB实现范例
其他 The purpose of this project is to make it possible to remotely switch on a Webasto Thermo Top C wate
The purpose of this project is to make it possible to remotely switch on a Webasto Thermo Top C water heater that is used to pre-heat the heating system of a car without starting the motor.
VC书籍 k-均值聚类算法c语言版
k-均值聚类算法c语言版,经典的数据挖掘算法设计与实现