中英互译
search algorithm
基本释义
- 搜索算法:一种用于在数据结构中查找特定信息的计算方法。
双语例句
- Google is notoriously secretive about what influences their search algorithm to generate a given result.Google对于“有哪些因素可以影响到搜索算法所产生的结果”这一问题守口如瓶。
- This makes tag generation simple but requires a search algorithm to find the correct revision or version.这简化标签的生成,但需要查找算法来找出正确的修正或版本。
- The first is Grover's search algorithm, also known as the reverse phone book search, where someone's number is known but not the name.第一种是Grover的搜索算法,也被称为反向电话薄搜索,其中只有某人的电话号码,而没有记录名字。
网络短语
- tabu search algorithm禁忌搜索算法;禁忌搜索法;ts算法
- Harmony search algorithm搜索算法
- Location search algorithm位置搜寻法
- binary search algorithm二进制搜索算法;二进制折半查找算法;算法;二分法检索算法
- local search algorithm局部搜索算法;局部;与局部搜索算法
英英释义
- In computer science, a search algorithm is an algorithm for finding an item with specified properties among a collection of items. The items may be stored individually as records in a database; or may be elements of a search space defined by a mathematical formula or procedure, such as the roots of an equation with integer variables; or a combination of the two, such as the Hamiltonian circuits of a graph.