% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of - 资源详细说明
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of - 源码文件列表