动态程序设计英文解释翻译、动态程序设计的近义词、反义词、例句
英语翻译:
【经】 dynamic programming
分词翻译:
动态程序的英语翻译:
【计】 dynamic routine
设计的英语翻译:
design; devise; contrive; project; engineer; frame; plan; programming; scheme
【化】 design
【医】 project
【经】 projection
网络扩展解释
动态程序设计
动态程序设计(Dynamical programming)是一种用于处理复杂问题的算法。它采用了递推的思想,将问题拆分为多个子问题,并把每个子问题的解存储为状态,以便进行快速的查找。
汉语拼音
dòng tài chéng xù shè jì
英语解释翻译
Dynamical programming is an algorithmic technique used to solve complex problems by breaking them down into smaller subproblems and storing the solutions of each subproblem as a state to be used for efficient lookups.
英文读音
/ˈdaɪ·nəˌmɪk·əl ˈproʊ·ɡræm·ɪŋ/
英文用法
The term "dynamical programming" is often used in the context of computer science and optimization problems.
英文例句
One example of a problem that can be solved using dynamical programming is finding the shortest path through a graph.
一个可以用动态程序设计解决的问题的例子是找到图中的最短路径。
英文近义词
Dynamic programming
Divide and conquer
Greedy algorithm
Backtracking
Branch and bound
Parallel computing
Parallel algorithm
Recursive algorithm
Sequential algorithm
分治算法
英文反义词
Brute force
Randomized algorithms
Heuristic algorithms
朴素算法
英文单词常用度
动态程序设计属于计算机科学领域的专业术语,常用于算法、优化等领域,相对较为专业化,使用频度不如一般常见词汇。