dynamic programming
动态规划:一种优化方法
常用释义
英式发音
美式发音
基本释义
- 动态规划:一种优化方法,通过将具有最优子结构的问题递归地分解为更简单的子问题,并解决这些子问题以产生全局最优解。
例句
-
1·This is exactly how dynamic programming works.这就是动态编程的工作原理。
-
2·How to improve this Dynamic Programming solution?如何完善这一动态规划的解决方案?
-
3·Optimum analysis is made by dynamic programming method.用动态规划法进行了优化分析。
-
4·Blue is a dynamic programming language with unique features.Blue是一种具有独特功能的动态编程语言。
-
5·It also includes use of the dynamic programming techniques.这也包括了动态规划技巧的使用。
-
6·Introduces a dynamic programming model for both server and client.为客户机和服务器引入了一个动态编程模型。
-
7·This is about 01 knapsack problem dynamic programming algorithm.这是关于01背包问题的动态规划算法。
-
8·The Dynamic programming equations of the model have been deduced.导出了该模型的动态规划基本方程。
-
9·The algorithm is of the isochronic and discrete dynamic programming.该算法是一种等时性离散动态规划法。
-
10·That's a huge improvement. And that's sort of the magic of dynamic programming.这是一个很大的进步,这也是动态编程的魅力所在。