这就是动态编程的工作原理。
为客户机和服务器引入了一个动态编程模型。
Introduces a dynamic programming model for both server and client.
Blue是一种具有独特功能的动态编程语言。
Blue is a dynamic programming language with unique features.
其它动态编程语言可以使用类似的数据结构描述。
Other dynamic programming languages would use similar descriptions of the data structure.
动态编程是在序列分析中经常使用的一种算法技术。
Dynamic programming is an algorithmic technique used commonly in sequence analysis.
这是一个很大的进步,这也是动态编程的魅力所在。
That's a huge improvement. And that's sort of the magic of dynamic programming.
本文介绍了使用动态编程能够解决的三个问题示例。
This article has looked at three examples of problems that can be solved using dynamic programming. They all share these characteristics
这也就是动态编程,这种通用技术的核心。
And this is what lies at the heart of this very general technique called dynamic programming.
您可以使用动态编程或记忆来实现该算法。
You can use either dynamic programming or memorization to implement this algorithm.
解决编程竞赛的困难问题时经常需要使用动态编程。
It's often needed to solve tough problems in programming contests.
动态编程还可用于矩阵链相乘、装配线规划和计算机象棋程序。
Dynamic programming is also used in matrix-chain multiplication, assembly-line scheduling, and computer chess programs.
动态编程可能是计算机科学在生物学上最重要的应用,但肯定不是唯一的应用。
Dynamic programming is maybe the most important use of computer science in biology, but certainly not the only one.
协议是Clojure 1.2版-即jvm的动态编程语言-引入的新功能。
Protocols are a new feature introduced in version 1.2 of Clojure, a dynamic programming language for the JVM.
为了用动态编程有效地计算lcs,首先需要构建一个表格,用它保存部分结果。
To compute the LCS efficiently using dynamic programming, you start by constructing a table in which you build up partial results.
现在,当我们讨论,动态编程中的最优化问题时,我想说有两件事需要注意。
Now, when we talked about optimization problems in dynamic programming, I said there were two things to look for.
动态编程模型:JAX - WS的动态客户端模式与JAX - RPC模式差别很大。
Dynamic programming model: JAX-WS's dynamic client model is quite different from the JAX-RPC mode.
所以当你想知道能否,用动态编程来解决这个问题时,你可以问自己两个问题。
So when you're trying to think about is this a problem that I can solve with dynamic programming, these are the two questions you ask.
查看Wikipedia以了解多范型编程语言、面向对象编程以及动态编程语言。
Check out Wikipedia to learn about Multi-paradigm programming languages, object-oriented programming, and dynamic programming languages.
但是动态编程通常被用于最优化问题(比如本文后面的示例),而不是像斐波纳契数这样的问题。
But dynamic programming is usually applied to optimization problems like the rest of this article's examples, rather than to problems like the Fibonacci problem.
在可以使用递归,但因为递归重复解决相同的子问题造成效率低下的时候,则可以采用动态编程。
Dynamic programming is used when recursion could be used but would be inefficient because it would repeatedly solve the same subproblems.
为了更好地理解动态编程算法,可以画一个表格,它的行对应源单词的字母,它的列对应目标单词的字母。
The Dynamic Programming algorithm is best understood by drawing a grid whose rows correspond to the letters of the source, and whose columns correspond to the letters of the target.
静态vs .动态类型的讨论的评论中,Palermo提出当直接使用外部函数库的时候,动态编程就非常困难,原因是。
Commenting on a recent debate on Static vs. dynamic Typing, Palermo noted that dynamic programming is hard when it comes to use libraries because.
首先将要看到如何运用动态编程查找两个DNA序列的最长公共子序列(longest commonsubsequence,LCS)。
You'll first see how to use dynamic programming to find a longest common subsequence (LCS) of two DNA sequences.
这个世界是动态的;为什么编程语言应该是静态的?
The world is dynamic; why should a programming language be static?
它在一个动态工具中组合了界面和编程语言,可同时用于数字和符号问题的解答。
It combines an interface and a programming language into a dynamic tool for both numerical and symbolic problem solving.
正如其名字所暗示的,DII编程模型是设计用于处理动态服务的。
The DII programming model, as the name suggests, is designed to work with a dynamic service.
由此带来的优势就是使病毒注入几乎不可能,而作为代价,动态链接库和元编程技巧就不能使用了。
This has the advantage of making virus injection virtually impossible, at the cost of not being able to use dynamic link libraries or meta-programming techniques.
测试基本上是脚本编程,许多最好的脚本语言都是动态类型化的。
Testing is basically scripting, and many of the best scripting languages are dynamically typed.
动态UI编程模型与属性代理模型密切相关。
The dynamic UI programming model is closely aligned with the property broker model.
内联风格可以最大化编程速度和开发灵活性,并支持动态执行。
Inline methods maximize coding speed and development flexibility, and supports dynamic execution.
应用推荐