Dynamic programming is maybe the most important use of computer science in biology, but certainly not the only one.
动态编程可能是计算机科学在生物学上最重要的应用,但肯定不是唯一的应用。
The explanation and comparison of both programming models discussed those features which you can easily use in both environments.
对两种编程模型的说明和比较讨论了您可以在两种环境中轻松使用的那些功能。
This site is also a place to share ideas and advice on how to use APIs in your programming.
这个站点也是一个分享想法和建议如何把这些API应用到你的编程中的地方。
In a programming language, you would use an array to represent the files associated with a user.
在编程语言中,应该使用数组来表示与一个用户相关联的文件。
An attachment is usually a large file so a good programming practice is to not use it in your application until it is needed; instead, use a token to represent it.
附件通常是一个很大的文件,因此好的编程实践是直到必要时才使用它;作为替代选择,使用令牌来表示它。
In some other programming languages, you can attach a debugger to this file and then use it to view the contents and possibly gain some insight as to the problem's cause.
在其他一些编程语言中,您可以将一个调度器附加到这个文件,然后使用它查看内容并初步了解出现问题的原因。
You can use GTK + in multiple programming languages.
可以在多个编程语言中使用GTK +。
EJB 3.0 also adds the ability to use Aspect Oriented Programming techniques in your application.
EJB 3.0还增加了在您的应用程序中使用面向方面的编程技术这一能力。
The company is not able to easily recruit new developers to work on COBOL, the main programming language in use.
公司不能容易地招募新的开发人员来从事COBOL方面的工作,COBOL是目前使用的主要编程语言。
Unfortunately, it was not until this idiom was in fairly wide use that it became apparent that it is not a safe programming construct due to the current memory model.
不幸的是,鉴于当前的内存模型的原因,该习语尚未得到广泛使用,就明显成为了一种不安全的编程结构。
In the remainder of this article, we use the new terms in the REST programming model.
在下文中,我们在REST编程模型中使用这些新的术语。
XML has become such an important part of technology that it is only natural to use a programming language that has XML support built in to its syntax.
XML已经成为一种重要的技术,编程语言只有在其语法中内置了XML支持,才能自然地应用XML技术。
Mediations in the bus use the SDO programming model to manipulate the data in the message.
总线中的中介使用SDO程序设计模型操纵消息中的数据。
Because the application programming interface (API) varies according to the programming language in use, this article does not review each of these extensions here.
因为应用程序编程接口(API)与使用的编程语言相关,我们无法在这里一一讨论这些扩展。
A lot can be said for making XML into just another data object in whatever programming language you use.
把xml放到所用程序语言的完全不同的数据对象中有很多东西值得论述。
In this article, you will first learn about application programming interfaces (APIs) in Purify and how to use them from the debugger.
在这篇文章中,那您将首先学习Purify中的应用程序编程接口(API)以及如何在调试器中使用它们。
In traditional programming languages such as c, you would use STDIN, STDOUT, and STDERR to accomplish this.
在诸如c之类的传统编程语言中,您将使用STDIN、STDOUT和STDERR完成此操作。
LexiFi has pioneered the use of functional programming in finance in order to develop a rigorous formalism for representing financial instruments.
为了开发一个精确的方式来表示金融文件,LexiFi开创了在金融软件系统中函数式编程的运用。
In this article, I demonstrate how you can use the SVG format with the PHP programming language to create pretty and interactive graphics.
本文将通过例子说明如何使用Adobe svg格式和PHP编程语言创建漂亮的交互式图形。
Scheme may be one of the oldest programming languages still in use, but it also remains one of the most powerful.
Scheme也许是至今仍在使用的最古老的编程语言之一,但它也是最强大的编程语言之一。
Here is one arbitrary example: the use of _doc_ strings is a fairly important convention in Python programming.
这里有一个任意的示例:_doc _字符串的使用是Python编程相当重要的一个约定。
We use the Scheme programming language in this course, because Scheme is very simple to learn, has minimal syntax, and is very flexible.
我们在该课中使用eScheme程序设计语言,因为Scheme学起来非常简单,有最少的语法,并且诶非常灵活。
In an object oriented programming language these rules would most likely be modeled by a list of instances; in Erlang we use functions.
在面向对象编程语言里,我们大概会用一组对象实例来给这些规则建模;而在Erlang里,我们用函数。
Although functional, this code has a major drawback: you can't use the ASP.NET programming model to retrieve posted data in the action page of the client form. When writing search.aspx.
然而从功能上来讲此代码有一个大的缺陷:不能使用ASP.NET编程模型来检索客户端表单action页面上的提交数据。
A free and open source programming language that appeared in 1995, you can use PHP with databases via a connector to generate XHTML and HTML for rendering in a web browser.
PHP是一个免费的开放源码编程语言,出现于1995年,您可以通过连接器对数据库使用PHP,以生成XHTML和HTML,然后在Web浏览器中呈现内容。
Their use would drastically reduce bugs in code and improve your skill in using proven methods to test programming logic.
使用jMock和RMock将极大地减少代码中的bug,提高使用经过证明的方法测试编程逻辑的技巧。
The preferred programming model to achieve this is to use the DOM wrapper methods in org.apache.soap.utils.xml.DOMUtils in conjunction with the type mapping registry.
实现这个目的的更好的编程模型是协同类型映射注册表,使用or g . apache . soap . utils . xml . DOMUtils中的DOM包装器方法。
The Eclipse Platform is robust in such a way that other programming languages can use the debug facilities for their respective language runtimes.
Eclipse平台很健壮,因为其他编程语言可以将该平台提供的调试工具用于各自的语言运行时。
In addition, you must use the correct programming idiom to check if the collector has reclaimed the object before using it, and if it has, you must re-create the object first.
另外,您必须使用正确的编程风格以检查收集器在使用对象之前是否已经回收了它,如果已经回收了,您首先必须重新创建该对象。
Other programming languages use special characters to distinguish blocks of code, like the curly brace characters ({and}) in C-based languages.
其他编程语言使用特殊的字符来区分代码块,比如基于C的语言中的花括号({和})。
应用推荐