类例英语怎么说
本文为您带来类例的英文翻译,包括类例用英语怎么说,类例用英语怎么说,类例的英语造句,类例的英文原声例
本文为您带来类例的英文翻译,包括类例用英语怎么说,类例用英语怎么说,类例的英语造句,类例的英文原声例句,类例的相关英语短语等内容。
类例的英文翻译,类例的英语怎么说?
类例
Such cases
以上为机器翻译结果,长、整句建议使用 人工翻译 。
类例的英语网络释义
类例的汉英大词典
类例的英语短语
地址分类例程address sort routine
珍稀鸟类例如褐马鸡Crossopilon mantchuricum
基数互换分类例程radix exchange sorting routine
诸如此类。例如and what not
类实例class instance;Class;channel factory;public class test time
复数方程问题分类例析Research of Mathematic Teaching-Learning
单实例类GoF;singleton
类的实例instance;instance of a class
单例类Singleton class
案例分类Cases Catalogue;Case classification;CASE
类例的英文例句
uml模型(顺序图、用例、类图)。
UML models (sequence diagrams, use cases, class diagrams).
每一类均以文学作品为例进行了阐述。
Each category is illustrated with an example from literature.
从用例到设计类的转化过程是缓慢的,需要进行多次的迭代。
The migration from use cases to design classes was slow, requiring a number of iterations.
接下来的一步涉及到了从以上描述的各种模型(用例、类模型及显示信息流的交流图)中进行的计算。
The next steps involve computing from the different models described above - Use Case, Class model and Interaction diagram showing the flow of messages.
列表5显示了为扩展类而产生结果的模板样例。
Listing 5 shows a sample template that generates results for extending classes.
选择我们的样例类。
Select our example class.
这个类将通过用例情节串连板(看下一点)中的主屏幕被典型地反映出来。
This class will typically be mirrored by a main screen in the use case storyboard (see next point).
从用例和分析类到设计和设计类的转化是不可避免的模糊的。
The transition from use cases and analysis classes to design and design classes was unavoidably blurry.
2008年举行活动这天确诊的病例中,3000多例为基底细胞癌(非黑色素瘤类),354例为恶性黑色素瘤,这是最致命的皮肤癌类型。
Of the cases identified on the campaign day in 2008, more than 3000 were basal cell carcinomas (non-melanomas) and 354 were malignant melanomas, the most deadly type of skin cancer.
您通常通过扩展这个类来编写定制代码,并且本文的样例项目就是从这个类扩展而来的。
It is this class that you typically extend to write custom components, and this article's sample project extends only from this class.
如果我们回首看进化早期的生物,以海蛞蝓类的海兔为例,你会发现脑的基本构成没有改变。
If you look back in evolution to say, the sea slug Aplysia, you see that the building blocks of this brain have not changed.
下面是我们的简单示例所生成的测试用例类。
Here is the generated test case class for our simple example.
下面的类图展示该例中使用的不同异常类。
The next class diagram shows the different exceptions classes used in this example.
从用例和类表出发,我们从类里选择需要交互的对象,然后构造一张序列图表示这种交互。
Starting with our use case and list of classes, we choose objects from those classes to interact, and we construct a SQD to show that interaction.
软件结构师、开发人员及测试人员都熟知统一建模语言(uml),该语言适用于文档化用例、类图、序列图和其他图表。
The Unified Modeling Language (UML) is well-known by all software architects, developers, and testers. It is used for documenting use cases, class diagrams, sequence diagrams, and the other diagrams.
由于子类的实例也是单例类的实例,所以可能出现多个单例实例并存的情况。
Since an instance of a subclass is an instance of your superclass, you could find multiple instances of the singleton.
最后,在单例模式的一些实现方式中,单例类的子类能够动态地重载方法,这是静态方法所不能办到的。
With some implementations of the singleton, you allow writers of subclasses to override methods polymorphically, something not possible with static methods.
当单例类的副本运行于多个虚拟机中时,每个虚拟机都会为其创建一个实例对象。
When copies of the singleton class run in multiple VMs, an instance is created for each machine.
在面向对象的编程用例中,这些模型清楚地展示了连接到用例地类和方法。
In the case of object-oriented programming, these models clearly lay out the classes and methods linked to a use case.
系统中原来有一个邪恶的单例类,是系统代码中的核心角色。我们现在正在清除这个类,这样可以改善更多的代码设计。
There has been a pernicious Singleton that has played a central role in our code and is now being killed off, because that will open up our code for many more design improvements.
有关更多细节,参考本文附带的样例代码中的类。
For further details, refer to that class in the sample code included with this article.
他们会发现每次他们要创建一个不同的单例类的时候,都不得不写同样得代码。
Those who use it will find that they often have to write the same code each time they want to create a different Singleton class.
让我们用一个普通样例类(如清单3所示)来建模用户。
Let's take a sample trivial class for modeling users, as shown in Listing 3.
这样分离出单例结构的代码,将有利于保持按单例模式使用类或不按单例模式使用类的灵活性。
This has the added benefit of separating singleton code from the class code leaving the flexibility to use several instances of the class or using the class as a singleton.
用例既不是类规范,也不是数据规范。
A use case is neither a class specification nor a data specification.
这是一个可用来创建单例类实例确不需要为每个特定的类重写单例模式代码的可重用的类。
This is a class that can be used repeatedly to instantiate a class as a singleton without having to re-write the singleton pattern code for that specific class.
相反,我编写根据类中的方法运行所有单元测试用例的类。
Instead, I would write the class that runs all the unit test cases against the methods in the class.
要运行测试用例类,需要启动服务器。
To run the test case classes, we need to start the server.
这些是包含用例扩展功能集合的类。
These are the classes that contain the extended set of functions for the use case.
但是迄今为止,我们还没有任何对象和类,因此我们需要从用例中去发现这些对象和类。
But so far we don't have any classes or objects yet, so we have to discover the classes that we will need to carry out the process in our use cases.
类例的原声例句
For example, Facebook -- but in China there are a number of Facebook-like services, some of them very popular. One of them is called Xiao Nei.
以Facebook为例,在中国,有许多类Facebook的网站,做得十分成功,其中一个叫做“校内“
类例的网络释义
类例 类例,读音lèi lì,汉语词语,指类别与体例。
以上关于类例的英语翻译来自英汉大词典,希望对您学习类例的英语有帮助。