搜索资源列表
FULLTEXT01
- CBIR-Two novel contributions to Content Based Image Retrieval are presented and discussed. The fi rst is a search engine for font recognition. The intended usage is the search in very large font databases. The input to the search engine is a
Content-based-Image-Retrieval
- Two novel contributions to Content Based Image Retrieval are presented and discussed. The fi rst is a search engine for font recognition. The intended usage is the search in very large font databases. The input to the search engine is an i
matlab
- 栅格搜索算法,实现领域最小搜索。可生成山谷线等。-Grid search algorithm, the minimum search of the field. Generates Valley lines.
JAVA-Eight-digital-problem
- 九宫排字问题(又称八数码问题)是人工智能当中有名的难题之一。问题是在 3×3 方格盘上,放有八个数码,剩下第九个为空,每一空格其上下左右的数码可移至空格。问题给定初始位置和目标位置,要求通过一系列的数码移动,将初始位置转化为目标位置。本文介绍用普通搜索方法、双向广度搜索和启发式搜索如何缩短寻找路径的时间,以及各算法间的利与弊。-Jiugong typesetting problem (also known as eight digital problem) is one of famous pr