搜索资源列表
搜索引擎
- 一个搜索引擎的基本代码,其算法有一定的参考价值,与大家共享-a search engine's basic code, the algorithm has some reference value and share
clucene-0.9.10
- 一个搜索引擎的基本代码,其算法有一定的参考价值,与大家共享 - A search engine basic code, its algorithm has the certain reference value, shares with everybody ,Visual C++,搜索引擎/Search Engine -a search engine's basic code, the algorithm has some reference value. and share - A s
clucene-core-0.9.13
- 一个搜索引擎的基本代码,其算法有一定的参考价值,与大家共享 - A search engine basic code, its algorithm has the certain reference value, shares with everybody ,Visual C++,搜索引擎/Search Engine -a search engine's basic code, the algorithm has some reference value. and share - A s
clucene-core-0.9.15
- 一个搜索引擎的基本代码,其算法有一定的参考价值,与大家共享 - A search engine basic code, its algorithm has the certain reference value, shares with everybody ,Visual C++,搜索引擎/Search Engine -a search engine's basic code, the algorithm has some reference value. and share - A s
example
- 回溯法是一种选优搜索法,按选优条件向前搜索,以达到目标但当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新选择。这种走不通就退回再走的技术为回溯法,而满足回溯条件的某个状态的点称为“回溯点”。回溯算法是所有搜索算法中最为基本的一种算法,其采用了一种“走不通就掉头”思想作为其控制结构 -Backtracking is a search optimization method, based on forward selection search terms in order to ac
p1G19
- 3种最基本的搜索方法,配合文档说明(英文)。-three basic searching algorithm