为便于系统开发、维护,在类设计时将界面类与算法类分开实现。
The class of operation interface is separated from calculation class, so the interface is easy to design and the calculation class can be conveniently protected and expanded.
介绍了一个基于面向对象技术通用性很强的优化算法类库的基本思想和方法。
The basic methods and technologies of an all-purpose optimization algorithm class library based on Object-Oriented method are introduced in this paper.
本文对线性选择算法在比较算法类中给出了基于中值序列而设计的任何改进算法的复杂度下界;
The lower bound of worst complexity is presented for any improved BFPET selecting algorithm based on median sequence.
这些项意味着引擎类将按上面提到的顺序搜索任何算法实现。
These entries mean that the engine class will search for any algorithm implementation in the above mentioned order.
模式不包含算法,相反地,它关注于类之间的关系。
Patterns do not include algorithms; rather, they focus on the relationships between classes.
编码团队设计了一种算法,把耳机采集到的脑电图信号分为沉思和关注两类。
An algorithm was designed to sort the headset EEG signals into either meditation or attention inputs, each with their own distinct pattern.
学会如何将一个问题,映射到一类,提升效率的算法中去,这就是我们的目标。
And we want to help you learn how to map a problem into a class of algorithms of some efficiency That's our goal.
这是非常常见的一类的算法,并且也非常的实用。
It's a very common class of algorithms, and it's very useful one to have.
对于这两个事实的原因是相同的:reverse,就像STL其他的算法,都是从STL容器类分离出来的。
The reason for both of these facts is the same: reverse, like other STL algorithms, is decoupled from the STL container classes.
但是另一些则非常简单,只需编写一个定制算法,或者已有collection类的简单的扩展。
But others will be as simple as writing a custom algorithm or a simple extension to an existing Collection class.
但是幸亏有Joda,我可以执行任何必要的日期算法,然后再转换回JD k类。
But thanks to Joda, I can do any necessary date arithmetic and then convert back to JDK classes.
Metaphone算法使用了16个辅音类,由下列字符代表。
The Metaphone algorithm USES 16 consonant classes represented by the following characters.
VTMemory类表示的内存域则是这样的,其内存分配机制可以使用任何算法,因此时间也是千差万别的。
The VTMemory class represents an area of memory where the allocation mechanism can use any algorithm and hence can vary in time.
KerberosKey类实现了这种算法。
我们将定义一个抽象类dynamicprogramming,它包含所有算法的公共代码。
You'll define an abstract DynamicProgramming class that contains code common to all the algorithms.
对二进制类文件运行md5算法。
Metaphone算法整体上是一套规则集,可以把字母组合映射成辅音类。
The bulk of the Metaphone algorithm is a set of rules that map letter combinations into the consonant classes.
到目前为止,我讨论了ASN1DataTypes类的底层方法并实现了利用用户的密码生成密钥的算法。
So far, I have discussed the low-level methods of the ASN1DataTypes class and implemented the algorithm for generating a secret key from the user's password.
这种算法通常就称为递归二分和倍增(recur sive halving and doubling)法,它就是在mpi中reduce函数调用的类背后所采用的机制,稍后我们就要讨论。
This algorithm is commonly referred to as recursive halving and doubling and is the underlying mechanism behind the class of reduce function calls in MPI, which we discuss next.
我首先实例化了DESEngine类,这个类实现了DES加密算法。
I first instantiate the DESEngine class, which implements the DES cryptographic algorithm.
MasterClassName是引擎类将为特定算法实现调用的主类的名称。
MasterClassName is the name of master class to which the engine classes will call for a specific algorithm implementation. The provider's documentation will specify its master class name.
我在本月的“使用XML”专栏中专门分析了HC系统,并研究了算法和设计了主要的类和包。
I devoted this month's Working XML to analyzing the HC system, researching algorithms, and designing the main classes and packages.
该算法使用了可序列化的名称、类实现的所有接口的名称、可序列化类的所有数据成员,等等。
The algorithm USES the name of the serializable class, names of all the interfaces it implements, all the data members of the serializable class, etc.
每一类算法的个数都有限,而且新算法出现的很慢。
The number of algorithms in each category is limited and new ones emerge at very slow rate.
然而,在真正实现算法之前,我首先必须实现一些用于消息显示的实用类(utilityclass)。
Before the actual algorithm, however, I first had to implement a few utility classes for message display. Most of them will be familiar to you if you are a regular reader of this column.
这只有在使用简单的算法时才有可能实现;在支持DES类的算法上,WMLScript不够强大。
This is possible only if you use simple algorithms; WMLScript is not powerful enough to support algorithms of the DES category.
表示所有DES实现都必须从中派生的数据加密标准(DES)算法的基类。
Represents the base class for the Data Encryption Standard (DES) algorithm from which all DES implementations must derive.
TemplateMethod模式定义了基类算法的骨架,使用了抽象方法和覆盖将具体细节放到子类中。
The Template Method pattern defines the skeleton of an algorithm in a base class, using abstract methods and overriding to defer individual details to child classes.
TemplateMethod模式定义了基类算法的骨架,使用了抽象方法和覆盖将具体细节放到子类中。
The Template Method pattern defines the skeleton of an algorithm in a base class, using abstract methods and overriding to defer individual details to child classes.
应用推荐