搜索资源列表
luoxuan
- 实现螺旋方针功能,在控制台下可以看到数字围绕中心生成-Spiral approach to achieve functionality, the console may be see that the number is generated around the center
152
- 在数控系统中,机加工的自动化是以零件的程序设计为中心的,根据既定程序,控制机床的位置和速度。 -In the computer numerical control (CNC), the automation of machining operation centers on parts " programs . The CNC unit depends on program to control the machines " position and speed
bandwidth_centerfreqence
- 求一定带宽内所有信号的带宽,中心频率,平均功率-resove the bandwidth and power
Data-center-services
- 数据中心服务程序软件GFServer 3.0源码-Data center services software GFServer 3.0 source code
vc-yuntai
- VC 三十二路云台串口控制中心 射灯、雨刷、变焦、变倍、光圈 自动、上、下、左、右、左上、左下、右上、右下 端口设置、控制码-VC the 31 Road PTZ serial control center Spot lights, wipers, zoom, zoom, iris Automatically, the upper, lower, left, right, upper left, lower left, upper right, lower right
K-means
- KMeans算法,经典的数据挖掘算法,设置了三个中心点,初始化是采用读取数据集的三个点作为中心的。-KMeans Algorithm, it is very famous data mining algorithm, i set three center, and it was initialed by the data we classify.
move_road
- 控制台程序 目标地路径搜索 中心搜索算法使用-control search center
APIO2009_convention
- APIO2009会议中心试题源码,实现原理不简单,代码很精辟-code for apio2009 convention
READ_SINEX
- 读取IGS数据中心提供的sinex文件 并恢复法方程-Read sinex file IGS data centers and to restore normal equation
ClusterAnalysis_2014.11.4
- 模式识别的聚类分析。K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是没有(或最小数目)对象被重新分配给不同的聚类,没有(或最小数目)聚类中心再发生变化,误差平方和局部最小。-Pattern recognition clustering
LDFV
- VLAD VLAD可以理解为是BOF和fisher vector的折中 BOF是把特征点做kmeans聚类,然后用离特征点最近的一个聚类中心去代替该特征点,损失较多信息; Fisher vector是对特征点用GMM建模,GMM实际上也是一种聚类,只不过它是考虑了特征点到每个聚类中心的距离,也就是用所有聚类中心的线性组合去表示该特征点,在GMM建模的过程中也有损失信息; VLAD像BOF那样,只考虑离特征点最近的聚类中心,VLAD保存了每个特征点到离它最近的聚类中心的距离;