枚举算法 meaning in English
enumeration algorithms
enumerative algorithm
Examples
- Lfc is yet another functional programming language which has many characteristics , such as good mathematics basis , reference transparency , no side effect , pattern matching , etc . in theory , an algorithm of enumerating sentences of cfg is presented
本文工作主要是研究形式规约语言lfc的实现和应用,另外还包括一个上下文无关语言句子枚举算法。在理论方面,提出了一个上下文无关语言句子枚举算法。 - This paper presents an efficient optimization algorithm and complicated code for airciraft landing scheduling problem , based on depth - first - search implicit emumeration algorithm , subject to mps limiting , position lock limiting and optimization depth limiting
摘要以深度优先搜索的隐枚举算法为基础,结合mps约束、位置冻结限制、优化深度限制,使用复杂的软件编码实现了特定于飞机着陆调度问题的优化排序算法。 - First , the minimal and maximal sentences of cfg are calculated . then the character strings are scanned one by one from the minimal sentence in certain order till the maximal sentence . the scanned character strings are printed or skipped according to a rule
该枚举算法首先计算上下文无关语言的最小序句子和最大序句子,然后从最小序句子开始按照一定的顺序扫描字符串,直至扫描到最大序句子为止,对被扫描的字符串进行判断取舍。