test-pattern



释义
[医]试验模型;
英英释义
Test Pattern
Test Pattern is an album by Sonia Dada released in 2004 on Razor & Tie Records. The album was released in a gatefold CD/DVD packaging featuring a half-hour short film by Jeth Weinrich, as well as an accompanying montage for the entire album.
以上来源于:Wikipedia
权威例句
The Weighted Random Test-Pattern GeneratorTest-pattern generation system, test-pattern analysis system, test-pattern generation method, test-pattern analysis method, and comp...
Test-Pattern Grading and Pattern Selection for Small-Delay Defects
Test-Pattern Grading and Pattern Selection for Small-Delay Defects
Test-Pattern Grading and Pattern Selection for Small-Delay Defects 1,2
Test-Pattern Selection for Screening Small-Delay Defects in Very-Deep Submicrometer Integrated Circuits
Interconnect-Aware and Layout-Oriented Test-Pattern Selection for Small-Delay Defects
EST: the new frontier in automatic test-pattern generation
Test-Pattern Selection for Screening Small-Delay Defects in Very-Deep Submicrometer Integrated Circuits
Test-pattern forming method, computer readable medium for forming a test-pattern, and printer
1. You have to be careful not to replace every text node that matches the pattern, so test whether it's the first text node in that parent.
您需要注意的是,不要通过替换每个与模式相匹配的文本节点来测试它是否是该父元素中的第一个文本节点。
youdao
2. Many implementations of the data cleansing pattern provide sophisticated tools to develop, test, and deploy the cleansing rules.
很多数据清理模式的实现都提供了成熟的工具来开发、测试和部署清理规则。
youdao
3. I built a test tool to measure the spiral pattern of different species of trees.
我制作了一个测试工具来测量不同种类的树木的螺旋布局模式。
youdao
4. I designed and built my own test model, copying the Fibonacci pattern of an oak tree.
模仿橡树的斐波那契布局模式,我设计并制作了自己的测试模型。
youdao
5. As I proceed with the examples, I'll highlight whether a given test pattern verifies the crosscutting functionality, the specification, or both.
在完成这个例子的过程中,我将强调给定的测试模式是验证横切功能、规范,还是两者同时验证。
youdao
6. The pattern in this statement is a simple test for a US Social Security Number.
此语句中的模式是用来测试美国社会安全号码的简单测试。
youdao
7. Using a regular expression engine, it is easy to test if a string matches the pattern.
通过使用正则表达式引擎,很容易测试出字符串是否与模式匹配。
youdao
8. The company already has collected test pattern images that demonstrate telescope image quality and focal plane functionality.
公司已经收集了试验模式图像用于望远镜成像质量和焦平面功能。
youdao
9. If that logic embodies true business value, however, then you'll want to test it, in which case you'll get to see the Extract Method pattern at work.
但是,如果逻辑中包含真实的业务值,就会想到测试它,这个时候就可以看到提取方法模式的作用了。
youdao
10. The pattern contains the basic nodes you want in your deployment, and it includes the test application.
这个模式包含想要的基本节点,还包含测试应用程序。
youdao
11. For example, if you are creating a pattern to be used in testing, you might want to make sure that all test deployments use the same amount of virtual memory.
例如,如果创建一个用于测试的模式,您可能需要确保所有测试部署使用了相同数量的虚拟内存。
youdao
12. Thoughtful reasoning, divergent production, pattern detection, learning are all part of the creative process, and are measured in an IQ test.
深思熟虑的推理、发散性思维、模式检测和学习能力都是创意性的组成部分,在智商测试中也会加以考量。
youdao
13. To see how generic our pattern is, we need to test it by generating something else.
要了解我们的模式的通用性,那么需要通过生成其他的一些内容来对其进行测试。
youdao
14. This pattern is very simple: write a test against your system as you would if the behavior were not implemented with aspects.
这个模式非常简单:就像行为没有实现方面那样为系统编写一个测试。
youdao
15. The Test::Unit assertion follows a basic pattern, whereby the first parameter is the result expected and the second parameter is the actual result.
Unit断言采用一种基本模式:第一个参数是预期的结果,第二个参数是实际结果。
youdao
16. JUnit has a bit of this pattern language approach, because it can help you write a test case.
JUNIT使用了一点模式语言的方法,因为它能帮你写一个测试用例。
youdao
17. You will deploy an instance of this pattern to the broker and exercise the pattern instance using the Message broker Test Client.
您还将把该模式的一个实例部署到代理中,并使用MessageBrokerTest Client测试该模式实例。
youdao
18. One of the benefits surrounding test-driven-developed code mentioned in Part 1 is composability, based on the composed method pattern by Kent Beck (see Resources).
第 1部分中提到的测试驱动开发的好处之一是可组合性,也就是采用KentBeck 提出的组合方法模式(见参考资料)。
youdao
19. This article presents a version of method three in which the test design pattern, Combinational Function test (Object-Oriented Systems Models, Patterns, and Tools) is implemented.
本文介绍了一个方法三的版本,其中实现了设计模式CombinationalFunctionTest。
youdao
20. In fact, if the customer is not technical, using test assertions alone can quickly turn into an anti-pattern where test case green lights have little meaning to the end user.
事实上,如果客户没有掌握技术,仅使用测试断言可能很快变成反模式,在这种情况下,可行的测试用例对最终用户几乎毫无意义。
youdao
21. And they discovered that this pattern was also true for the Cognitive Reflection Test, another analytical exam.
同时,他们还发现这一规律对认知反应测验(另一分析型测验)同样适用。
youdao
22. It lets you decouple the invocation pattern used by the interaction between client and service provider from the sync-only invocation pattern used by component test.
它允许您将客户端和服务提供程序之间的交互所使用的调用模式与组件测试所使用的仅同步调用模式分离开。
youdao
23. You learned about the basic Boost checks, pattern matching, floating point comparison, custom checks, test suite organization-both manual and automatic-and fixtures.
讨论了基本的Boost检查、模式匹配、浮点比较、定制检查、测试套件的组织(包括手工和自动)和装备。
youdao
24. The PROVIDER message is the Web service request sent from the Test Client (this behavior is unchanged from the previous one-way pattern).
PROVIDER消息是从TestClient发送来的Web服务请求(该行为与前面的 one-way模式一样)。
youdao
25. This function is not smart enough to identify the character values in the final example of use and thus be able to warn the user. You could use a string pattern matching test such as.
这个函数还不够灵巧,不能区分最后使用的示例中的字符值,所以不能警告用户。
youdao
26. If you're writing a transport layer, then this is a very relevant test pattern.
如果你正在写的传输层,那么这是一个非常相关的测试模式。
youdao
27. The essay introduce driving license training, test pattern, discuss the feasibility of this pattern, meanwhile, produce the way that this pattern is implemented concretely.
文章介绍了驾照的培训、考试模式,探讨了这种模式在大学英语教学评估中的可借鉴性和可行性。
youdao
28. Viewable test pattern signal provides an intuitionistic and convenient evaluating method, therefore, HDTV test pattern signal generating system become a hot research of world today.
可视化的测试图案信号提供了直观、快捷的评测方法,因此,高清晰度电视测试图案信号发生系统成为当今世界的热门研究课题。
youdao
29. Some figure of control construction and test pattern is given also.
文中还给出了部分控制结构图和试验曲线。
youdao
30. How to generate CPU test pattern efficiently is a big problem to people who write test programs.
如何科学有效地生成CPU测试图形,是困扰测试程序开发人员的一个难题。
youdao
test-pattern




