热门标签
标签: 搜索
以下是与 "搜索" 标签相关的所有文章。
- 遗传算法采用群体搜索策略,同时对搜索空间中的多个解进行评估,因此遗传算法具有较好的全局搜索性能。
- 功能导向搜索是搜索一般化处理过的功能化模型。
- 百度在提供搜索服务时,并不向每一位用户的每一次搜索收费主要是因为()
- Hill climbing search is sometimes called greedy local search because it grabs a good neighbor state without thinking ahead about
- () tree search is on the analysis of the most promising moves, expanding the search tree based on random sampling of the search
- There are two approaches to searching for a plan, one is () search, and the other is backward relevant-states search.有两种搜索计划的方式,
- Select which of the following search methods are true uninformed search.选择如下哪些搜索方法属于无信息搜索
- 在Windows7中,打开资源管理器窗口,在该窗口的右上角有一个搜索框,如果要搜索第1个字符是a,扩展名是txt的所有文本文件,则可在搜索框输入()。
- 在有序表1,4,18,32,33,37,66,87,90,91上查找元素66,若执行对半搜索算法,需要依次与()进行比较,最终搜索成功。
- 在有序表0,14,24,34,40,43,45,56,89,96上查找元素25,若执行对半搜索算法,需要依次与()进行比较,最终搜索失败。