单词 | test code |
释义 | 例句释义: 试验规则,试验码,试验规范,测试代码,测试码,试验规程 1. Creating the test code using the Selenium IDE may be easy to use initially, but it is difficult to generalize and refactor. 使用SeleniumIDE生成测试代码,这可能在一开始比较容易,但归纳和重构起来就很困难了。 www.infoq.com 2. You may also be able to generate test code directly from the design models. 你还可以直接从设计模型中产生测试代码。 www-128.ibm.com 3. As a useful side-effect of this approach, future library versions can then be dropped into the exploration test code, compiled, and tested. 该方法具有一个有用的副作用,未来的库版本可以放到探察测试代码中,编译并且测试。 www.ibm.com 4. The test code would like it to produce a different type (a mock). 测试代码希望它产生另一种类型的对象(模仿对象)。 www.ibm.com 5. The test code at the bottom starts by deleting all the entries from the database. 底部的测试代码先删除数据库中的所有条目。 www.ibm.com 6. Analysis can be performed from time to time whenever source code or test code changes, to see what it might uncover. 只要源代码发生变化,分析可以一直进行,以看看有什么发现。 www.ibm.com 7. Note: I used Apache Directory Studio to change the user's password to a value that I could put into the test code to make sure it worked. 注意:我使用ApacheDirectoryStudio来将用户的密码更改为一个能放入测试代码以确保它工作的值。 www.ibm.com 8. Supports refactoring-safe Mock Objects: test code will not break at runtime when renaming methods or reordering method parameters. 支持重构安全的模拟对象:当重命名方法或者对方法的参数重新排序时,测试代码不会在运行时中断程序。 wenku.baidu.com 9. The only weirdness you might notice in the test code has to do with operator invocation, in this case, the method on the Rational class. 您惟一可能觉得古怪的地方是操作符调用,在本例中就是Rational类中的 方法。 www.ibm.com 10. To test code that accesses hardware, you must write a piece of code that responds in a way similar to the hardware. 为了测试访问硬件的代码,必须编写一段按照与硬件相似的方式做出响应的代码。 www.ibm.com 1. Footwear, leather and imitation leather goods manufacturing machines - Noise test code - Common requirements. 鞋.皮革和人造革产品加工机器.噪音试验编码.共同要求 www.mapeng.net 2. Listing 6 shows the main parts of the test code I'll use to check out the performance. 清单6显示用于检查性能的测试代码的主要部分。 www.ibm.com 3. MOBILE WASTE CONTAINERS. TEST CODE FOR THE MEASUREMENT OF AIRBORNE ACOUSTICAL NOISE EMITTED BY MOBILE WASTE CONTAINERS. 移动式废物箱.测定移动式废物箱产生的空气传播噪音的测试规范 www.mapeng.net 4. The output of each section of match test code is sorted, then added to the overall suggestion link list. 首先,对匹配测试各部分的输出进行排序,然后将其添加到总建议链接列表。 www.ibm.com 5. Household and similar electrical appliances - Test code for the determination of airborne acoustical noise - Part 1 : general requirements. 家用及类似用途电器.空气噪声测量的试验规程.第1部分:一般要求 www.mapeng.net 6. Finally, the test code printed the result of the get_name call. 最后,测试代码输出get_name调用的结果。 www.ibm.com 7. This is probably a bug, either with the build of Chrome used for this test or with the test code. 这可能是一个bug,问题或是出在用于此次测试的Chrome的构建,或是出在检测代码。 www.ibm.com 8. A set of command line tools that do the dirty work of setting up directory structures and creating initial production and test code. 一组命令行工具,用于进行设置目录结构和创建初始生产及测试代码的修改工作。 www.ibm.com 9. Returns a hit test code indicating whether a point is contained in the background of the current visual style element. 返回一个命中测试代码,指示某个点是否包含在当前视觉样式元素的背景中。 msdn2.microsoft.com 10. The self-test code (the command-line usage) provides a straightforward template for any importing module to follow. 自测代码(命令行用法)为任一导入模块提供了一个可遵循的简单模板。 www.ibm.com 1. When you are testing ASP. NET code, the test code runs in either the IIS process or in an ASP. NET Development Server process. 测试ASP.NET代码时,测试代码要么运行在IIS进程中,要么运行在ASP.NETDevelopmentServer进程中。 msdn2.microsoft.com 2. Our test code, specifically the mock objects, give us total control over the database results. 我们的测试代码,特别是模拟对象,使我们能完全控制数据库结果。 www.ibm.com 3. Typical tasks in his cycles are writing a test, code to pass the test, refactor the code, commit the changes. 每个周期内的典型任务包括写测试、让代码通过测试、重构代码、提交修改。 www.infoq.com 4. Refactoring is a more tedious procedure than generating new test code from scratch. 重构会是一个比从头生成新测试代码更乏味的过程。 www.infoq.com 5. The TODO statements indicate statements in the test code that must be completed manually before the test is run. TODO语句指示测试代码中必须在运行测试之前手动完成的语句。 msdn2.microsoft.com 6. By default, private, internal, and friend elements in your code under test are not visible to your test code, but you can still test them. 默认情况下,测试代码中的私有、内部和友好元素对测试代码不可见,但您仍然可以测试它们。 msdn2.microsoft.com 7. Since this doesn't side-step patents, though, any issues relating to the test code that infringe on patents may still be a problem. 但这么做却无法回避专利问题,因此与这些侵犯了专利的测试代码相关的内容依然是个问题。 www.infoq.com 8. Acoustics. Test code for the measurement of noise emitted by bar guide tubes (screw cutting industry). 声学.导管发出噪音测量试验规范(车削工艺) www.mapeng.net 9. To manufacturing business, advanced test command simplified to test code is developed and be safeguarded. 对于出产商来说,高级测试呐喊简化了测试代码开辟和保护。 www.testoo.cn 10. Before looking at the test code, you need a better understanding of the Rails user interface layer. 在查看测试代码之前,需要对Rails的用户界面层有更好的理解。 www.ibm.com 1. The generated private accessor contains code that enables your test code to access the private types in the assembly. 生成的专用访问器包含允许您的测试代码访问程序集中的私有类型的代码。 msdn2.microsoft.com 2. Test code for machines tools - Part 6 : determination of positioning accuracy on body and face diagonals (Digital displacement tests). 机床检验通则.第6部分:体和面对角线的定位准确度的测定(数字位移试验) www.mapeng.net 3. Acoustics - Noise test code for fastener driving tools - Engineering method. 声学.紧固件传动工具用噪声试验规范.工程法 www.mapeng.net 4. The performance comparisons use the same test code as earlier articles, a seismic data retrieval service. 性能比较采用与之前文章一样的测试代码,地震数据检索服务。 www.ibm.com 5. This is a great application even in early stages of learning about aspects, especially when used in test code. 即使在学习方面的早期,这也是个非常好的应用程序,尤其是在测试代码中使用时。 www-128.ibm.com 6. Pneumatic fluid power. Directional control valve air exhaust. Test code for silencers. 气压传动.排气分配器.消声器试验规程 www.mapeng.net 7. For unit tests, this is the assembly that contains test code, not the assembly that contains the code of the application you are testing. 对于单元测试,测试容器是包含测试代码的程序集,而不是包含所测试的应用程序代码的程序集。 msdn2.microsoft.com 8. It runs all build steps including execution of test code, updates work items, and calculates build metrics. 此过程将运行所有生成步骤,其中包括执行测试代码,更新工作项以及计算生成度量数据等。 msdn2.microsoft.com 9. Test code for machine tools. Part 2 : determination of accuracy and repeatability of positioning of numerically controlled axes. 实验规则和机械工具.第2部分:数控轴位置的精度和重复性的测定 www.mapeng.net 10. Specifies the hit-test code. A hit test is a test that determines the location of the cursor. 指定了击中测试代码。击中测试用于确定光标的位置。 topic.csdn.net 1. It allows me to separate test code from product code. 它可以让我将测试代码与产品代码分开。 www-128.ibm.com 2. For instance, run the test code in the server context itself, where the component will be running. 例如,在这个服务器自身中运行这个测试代码,并且这个组件将在这里运行。 www.ibm.com 3. Writing application test code in a scripting language. 在脚本语言中编写应用程序测试代码。 www.ibm.com 4. Textile machinery - Noise test code - Part 4 : yarn processing, cordage and rope manufacturing machinery. 纺织机械.噪声试验规程.第4部分:纱的加工、缆索和绳制造用机械 www.mapeng.net 5. In your test code, create a mock object implementing the same interface as the collaborator. 在测试代码中,创建模仿对象且实现与合作者相同的接口。 www-128.ibm.com 6. Separating the test code from the main code provides several features. 将测试代码与主要代码分离提供了几点特性。 www-128.ibm.com 7. Unit-test the component by running the test code in the same context as the component. 通过在与这个组件相同的环境中运行这个测试代码来进行单元测试。 www.ibm.com 8. The attack, posted online here, first displays a warning message and then posts Secure Science's test code "@XSSExploits I just got owned! " 发布在网上的这个攻击,首先会显示一条警告然后将SecureScience的测试代码“@XSSExploitsIjustgotowned!” www.bing.com 9. I wrote all test code in the Java language, using standard Java components wherever possible. 所有的测试代码都使用Java语言编写,只要可能就使用标准Java组件。 www-128.ibm.com 10. Heating boilers . Test code for heating boilers for atomizing oil burners . 供暖锅炉。雾化油燃烧器式供暖锅炉试验规程。 www.bing.com 1. Textile machinery - Noise test code - Part 2 : spinning preparatory and spinning machinery. 纺织机械.噪声试验规程.第2部分:纺纱准备和纺纱机械 www.mapeng.net 2. Textile machinery - Noise test code - Part 5 : weaving and knitting preparatory machinery. 纺织机械.噪声试验规程.第5部分:织造和针织准备机械 www.mapeng.net 3. HYDRAULIC FLUID POWER. TEST CODE FOR DETERMINATION OF AIRBONE NOISE LEVELS. PART 3 : PUMPS. METHOD USING A PARALLELEPIPED MICROPHONE ARRAY. 气压液力传动.气载噪声级测定试验规程.第3部分:泵.平行六面传声器阵列方法 www.mapeng.net 4. Textile machinery - Noise test code - Part 6 : fabric manufacturing machinery. 纺织机械.噪声试验规程.第6部分:制布机械 www.mapeng.net 5. In your test code, create a specialization object that extends (specializes) the target. 在测试代码中,创建扩展(专用于)目标对象的特殊化对象。 www.ibm.com 6. The test code changes only a little (see Listing 8). 测试代码只需要稍加修改即可(请参看清单8)。 www.ibm.com 7. Maintaining the code can be difficult because the test code is not structured. 因为测试代码没有结构化,维护代码就变得异常困难。 www.infoq.com 8. hydraulic fluid power . test code for determination of airborne noise levels . part 2 : motors. 液压传动。气载噪声级测定试验规程。第2部分:电动机。 www.ichacha.net 9. Resource allocation for continued test development and test code maintenance became a difficult issue. 继续自动化测试开发和测试代码维护的资源分配成为一个棘手的问题。 wiki.erdandan.com 10. Combustion steam generators. Test code. 蒸汽发生器.燃烧式.试验规程 www.mapeng.net 1. hydraulic fluid power . test code for determination of airborne noise levels . part 1 : pumps. 液压传动。气载噪声级测定试验规程。第1部分:泵。 www.ichacha.net 2. This example has two sections, Generated Test Code and Edited Test Code. 本示例有两个部分,即“生成的测试代码”和“编辑的测试代码”。 msdn2.microsoft.com 3. You are a developer who authors both production code and test code. 您是一位开发人员,负责撰写成品代码和测试代码。 msdn2.microsoft.com 4. The updated test code is shown in Listing 6. 更新后的测试代码如清单6所示。 www.ibm.com 5. Now the test code clearly represents the intent of the test. 现在,测试代码清楚地表示出了该测试的意图。 www.ibm.com 6. Test code for machine tools - Part 5 : determination of the noise emission. 机床试验规范.第5部分:噪声发射测量 www.mapeng.net 7. Textile machinery - Noise test code - Part 7 : dyeing and finishing machinery. 纺织机械.噪声试验规程.第7部分:染色和精整机械 www.mapeng.net 8. Textile machinery - Noise test code - Part 1 : common requirements. 纺织机械.噪声试验规程.第1部分:通用要求 www.mapeng.net 9. Students who are just learning how to test code often protest that TFP does not necessarily result in good tests. 刚刚学习如何测试代码的学生经常认为TFP不一定会生成好的测试。 www.ibm.com 10. Textile machinery - Noise test code - Part 3 : nonwoven machinery. 纺织机械.噪声试验规程.第3部分:非纺织机械 www.mapeng.net 1. Noise test code for foundry machines and equipment. 铸造机器和设备的噪音试验规程 www.mapeng.net 2. Did you notice that you wrote more test code than production code? 您是否注意到编写的测试代码的数量要多于生产代码? www.ibm.com 3. It is nose that really shines when it comes to supporting common test code. nose在支持共同测试代码方面是最出色的。 www.ibm.com 4. It shows how to edit the raw test code that is generated from a generic method into a useful test method. 此示例演示如何将通过泛型方法生成的原始测试代码编辑为有用的测试方法。 msdn2.microsoft.com 5. In Tellurium's test code, locators are not used directly. 在Tellurium的测试代码中,并没有直接使用定位器(locator)。 www.infoq.com 6. Test code for machine tools - Part 3 : determination of thermal effects. 机床试验规程.第3部分:热效应的测定 www.mapeng.net 7. please write down your submitted sample name , quantity and the test code ( s ) in the table below. 请于本页底部填写要测试的样本名称、数量及测试项目的编号。 www.ichacha.net 8. To keep the code simple, I put the class and the test code in one file. 为了保持代码简单,我把类和测试代码放在一个文件中。 www.ibm.com 9. Acceptance code for gear units - Part 1 : test code for airborne sound. 齿轮装置的验收标准.第1部分:空气声的测试标准 www.mapeng.net 10. Therefore, you need a staffing and development strategy that doesn't require everyone to write test code. 因此,你需要一个不要求每个人都编写测试代码的岗位安排和开发策略。 www.ltesting.net 1. At the same time, recording all test scenarios can create duplicate test code when you're testing similar scenarios. 同时,在测试与以前类似的场景时,记录所有测试场景会创建重复的测试代码。 www.ibm.com 2. MOPEDS. ENGINE TEST CODE. NET POWER. 摩托自行车.发动机试验规则.发动机加率 www.mapeng.net 3. As soon as the unit test code fails to compile, or fails an assertion, you must stop and write production code. 只要一出现该unittest代码不能编译通过,或者断言失败,就必须停下来开始编写产品代码。 blog.csdn.net 4. Testing the form validation can also be done in the unit test (Listing 19 shows the form validation test code). 表单验证的测试也可以在单元测试中完成(清单19展示了表单验证的测试代码)。 www.infoq.com 5. hands-on writing test cases and test code. 设计测试用例及测试代码。 www.yjbys.com 6. However, it requires a lot of effort to create robust test code. 然而,它需要投入更多的努力才能创建出智能的测试代码。 www.infoq.com 7. This means that vendors can test code that has not yet been shipped. 这意味着供应商可以测试尚未发布的代码。 www.ibm.com 8. Result list, double-click a test to go to that test method in your unit test code. “结果”列表中,双击测试以转到单元测试代码中的该测试方法。 technet.microsoft.com 9. Add test code to the test method. 为测试方法添加测试代码。 msdn2.microsoft.com 10. Statements and demonstrates how to use them to test code blocks. 语句并演示如何使用它们测试代码块。 msdn2.microsoft.com 1. What if there are tens or hundreds of locators in the test code? 万一这段测试代码里面有几十上百个定位器怎么办? www.infoq.com 2. Liquid pumps and pump units - Noise test code - Grade 2 and grade 3 of accuracy. 液体泵和泵部件.噪音试验规程.2级或3级精度 www.mapeng.net 3. To add a new batch item, I use the following test code. 使用以下测试代码添加新的批处理条目。 www.ibm.com 4. Classes with about 100 lines of Java code and 70 lines of test code. 我用了大约100行Java代码和70行测试代码实现了。 www-128.ibm.com 5. The engineering dimension deals with building the system and focuses on issues such as how to design, test, code, and so on. 软件工厂方面涉及到系统的建立,并重点关注如何设计,测试,编码等问题。 hi.baidu.com 6. I like saying that you should have at least two pounds of test code for every pound of production code. 我想说的是,对于每一段生产代码,您应当编写至少两倍数量的测试代码。 www.ibm.com 7. This can make test writing simpler and less error-prone, and also result in test code that is shorter and more readable. 这会简化测试的编写并减少错误,还会使测试更简短、可读性更好。 www.ibm.com 8. Acoustics - Noise emitted by machinery and equipment - Rules for the drafting and presentation of a noise test code 声学。机械设备产生的噪声。噪声试验规程的介绍和起草规则 www.std168.com 9. Allows test code to call methods and properties on the code under test that would be inaccessible because they are not 允许测试代码调用被测代码的方法和属性,这些方法和属性由于不是 msdn2.microsoft.com 10. Test code for the determination of airborne acoustical noise emitted by household and similar electrical appliances - General requirements 测定家用和类似用途电气设备发出的气载噪声的试验规程.一般要求 www.mapeng.net 1. test code for performance and accuracy of wire electrical discharge machines and numerically controlled electrical discharge machines 金属丝放电器及数控放电器的试验方法及测试 blog.sina.com.cn 2. Each test case is an individual class that extends TestClass and contains my test code, that is, the code that used to be in my 每个测试案例都是一个单独的类,它扩展了TestClass类并包含了我的测试代码,即那些曾在 www-128.ibm.com 3. Test code for performance and accuracy of numerically controlled external cylindrical and universal grinding machines 数控外圆磨床和万能磨床性能和加工精度试验规程 www.bzw.com.cn 4. Concentration of Particulate Matter in a Gas Stream, Determining - Performance Test Code 性能测试规范。气流中散粒物质浓度的测定 www.isres.com 5. Test code for performance and accuracy of numerically controlled turret and single spindle drilling machines with vertical spindle 数控转塔和立式单轴钻床性能和加工精度试验规程 www.bzw.com.cn 6. Test code for performance and accuracy of surface grinding machines with horizontal grinding wheel spindle and reciprocating table 台式水平砂轮主轴型磨床试验方法及精确度测试 www.ybqi.gov.cn 7. Performance Test Code - Reciprocating Internal-Combustion Engines 性能试验规范。往复式内燃机 www.isres.com 8. Performance Test Code - Steam Turbines, Guidance for Evaluation of Measurement Uncertainty 性能试验规范。汽轮机中不确定性测量的评定指南 www.isres.com 9. Acoustics - Test code for the measurement of airborne noise emitted by rotating electrical machinery 声学.旋转电机发出的气载噪声的测量试验规范 www.mapeng.net 10. Acoustics - Test code for the measurement of airborne noise emitted by rotating electrical machines 声学.测定旋转式电动机械发出的空中传播的噪音的试验规程。 www.mapeng.net 1. Textile machinery - Noise test code - Yarn processing, cordage and rope manufacturing machines 纺织机械.噪声试验规程.纱的加工、缆索和绳制造用机械 www.mapeng.net 2. Industrial thermoprocessing equipment - Noise test code for industrial thermoprocessing equipment including its ancillary handling equipment 工业热加工设备.工业热加工设备包括附属设备的噪声试验规程 www.mapeng.net 3. Acoustics-Household and similar electrical appliances--Test code for determination of airborne acoustical noise Part 1: General requirements 声学家用电器及类似用途器具噪声测试方法第1部分:通用要 www.zftrans.com 4. Test code for performance and accuracy of numerically controlled horizontal boring machines (Table Type) 数控卧式镗床(台式)的性能和精确度的试验方法 www.bzw.com.cn 5. follow by the design water and soil requirement & soil test pollution test code 根据相关规范及设计要求进水质及土壤污染测行地质勘查工作试 wenku.baidu.com 6. Trial-use standard general requirements and test code for dry-type and oil-immersed smoothing reactors for DC power transmission DC动力传输的干型和油浸滑式电容器的试验标准的一般要求和试验规程 www.mapeng.net 7. Standard Test Code for Liquid-Immersed Distribution, Power, and Regulating Transformers 油浸式配电、电力和调压变压器标准测试规范 china.ihs.com 8. Window under multi-thread read-write lock test code Window the multi-thread read-write lock test code has demonstrated multi-thread Window下多线程读写锁测试代码Window下多线程读写锁测试代码演示了多线程下锁的各种操作,适合初学者 www.88pl.com 9. performance test code - steam turbines , simplified procedures for routine tests 性能测试规程.汽轮机例行试验的简化程序 www.ichacha.net 10. Performance Test Code - Displacement Compressors, Vacuum Pumps and Blowers 性能试验规范。容积式压缩机、真空泵和鼓风机 www.21jxhg.com 1. test code for performance and accuracy of computerized numerical control engraving machines 数控雕刻机试验及检测方法 blog.sina.com.cn 2. Test code for performance and accuracy of numerically controlled knee type vertical milling machines 数控膝形立式铣床性能和加工精度试验规程 www.bzw.com.cn 3. Textile machinery - Noise test code - Fabric manufacturing machines 纺织机械.噪声试验规程.制布机械 www.mapeng.net 4. Test code for machine tools - Geometric accuracy of machines operating under no-load or finishing conditions 机床验收规则.在空载或精加工状态下工作的机床几何精度 www.mapeng.net 5. Test code for performance and accuracy of computerized numerically floor type gun drilling machines 地台式数控枪孔钻试验及测试方法 www.ybqi.gov.cn 6. Hydraulic fluid power; test code for determination of airborne noise levels; part 3: pumps; method using a parallelepiped microphone array 液压传动空气噪声级测定的试验规范第3部分:泵采用平行六面体传声器阵列的方法 www.mapeng.net 7. Test code for liquid-immersed distribution, power, and regulating transformers 油浸式配电、电力和调压变压器的试验规程 www.mapeng.net 8. Trial-use standard general requirements and test code for oil-immersed HVDC converter transformers 油浸HVDC转向变压器试验用标准一般要求和试验规程 www.mapeng.net 9. Test code for performance and accuracy of single spindle automatic lathes (sliding headstock type) 单轴自动车床性能和精确度的试验规程(滑动主轴箱) www.bzw.com.cn 10. Performance Test Code - Determining the Properties of Fine Particulate Matter 性能测试规范。细微散粒物质的特性测定 www.isres.com 1. Standard Requirements, Terminology and Test Code for Dry-Type Air-Core Series Connected Reactors 干式空心串连电感器的标准要求、术语和试验规范 www.mapeng.net 2. Standard Requirements, Terminology and Test Code for Bushings for DC Applications 直流电流用套管的标准要求、术语和试验规范 www.isres.com 3. An Extended Macro Block Preprocessing Technology in TMN Interface Test Code Generation 网管接口测试代码生成中的一种扩展宏模块预处理技术 service.ilib.cn 4. Test code for performance and accuracy of single spindle automatic lathes(fixed headstock type) 单轴自动车床的试验及测试方法(固定主轴箱) www.ybqi.gov.cn 5. Test code for machine tools - Part 2: Determination of accuracy and repeatability of positioning numerically controlled axes 机床测验规则.第2部分:定位用数字控制轴的精度和重复性的测定 www.mapeng.net 6. Test code for machine tools - Circular tests for numerically controlled machine tools 机床验收规则.数控机床的循环测试 www.mapeng.net 7. Test code for performance and accuracy of internal cylindrical grinding machines 内圆磨床的试验方法及精确度测试 www.ybqi.gov.cn 8. This refactoring enables the unit test code shown in Listing 1 该重构启用清单1中所示的单元测试代码 www.ibm.com 9. test code for performance and accuracy of numerically controlled horizontalboring machines (table type) 数控卧式镗床(台式)试验及测试方法 blog.sina.com.cn 10. Test code for performance and accuracy of knee type horizontal and universal milling machines 膝杆型卧式铣床及万能铣床的试验方法及精确度测试 www.ybqi.gov.cn 1. machine tool-test code for circular movement of numerically controlled machine tools 机床–数控机床圆形运动精确度测试基本规 blog.sina.com.cn 2. Requirements, terminology, and test code for dry-type air-core series-connected reactors 干式空心系列连接电抗器的要求、术语和试验规范 www.mapeng.net 3. Requirements, terminology, and test code for step-voltage regulators 阶跃电压调压器的要求、术语和试验规程 www.isres.com 4. Condensate Removal Devices for Steam Systems - Performance Test Code 性能测试规范。蒸汽系统中消除凝结物装置 www.isres.com 5. test code for performance and accuracy of numerically controlled machine tools 数控机床试验方法通则 blog.sina.com.cn 6. performance test code of air conditioner for construction machinery 建筑机械用空调机性能和试验方法 blog.sina.com.cn 7. Performance Test Code - Gas Producers and Continuous Gas Generators 性能测试规范。气体发生器和连续气体发生器 www.isres.com 8. Model Underwater Resistance and Self-Propulsion Test Code for Submarines 潜艇船模水下阻力、自航试验规程 bz.qs100.com 9. Requirements, terminology and test code for bushings for DC applications 直流电流用套管的术语,要求和试验规程 www.mapeng.net 10. Test code for machine tools - Determination of the noise emission 机床试验规范.噪声排放的测定 www.mapeng.net 1. A new test-code generation model, intended to better support the customisation of generated code 一个新的测试代码生成模型,以便更好地提供对生成代码进行定制的支持 www.infoq.com 2. Construction and acceptance test code for electronic computer room 电子计算机机房施工及验收规范 vip.chinalawinfo.com 3. test code for performance and accuracy of wire electrical discharge machines 金属丝放电器试验及测试方法 blog.sina.com.cn 4. Test code for performance and accuracy of externalcylindrical and universal grinding machines 圆筒磨床及万能磨床的试验方法及精确度测试 www.ybqi.gov.cn 5. Test code for performance and accuracy of numerically controlled lathes 数控车床性能和加工精度试验规程 www.bzw.com.cn 6. test code for performance and accuracy of horizontal boring machines(floor type) 水平镗床(地台式)的试验方法及测试 blog.sina.com.cn 7. Test code for performance and accuracy of horizontal boring machines(table type) 卧式镗床试验及测试方法(台式) www.ybqi.gov.cn 8. Test code for performance and accuracy of planing machines (double housing type) 刨床(双托架型)的试验及测试方法 www.ybqi.gov.cn 9. Test code of centralized lubricating systems for automobiles 汽车集中润滑系统性能试验方法 www.ybqi.gov.cn 10. test code for performance and accuracy of machining centers (vertical type) 机械加工中心部(垂直型)试验及监测方法 blog.sina.com.cn 1. test code for performance and accuracy of single spindleautomatic lathes(sliding headstock type) 单轴自动车床的试验及测试方法(移动主轴箱) blog.sina.com.cn 2. Test code of oxidation catalytic converters for automobiles 汽车氧化催化式排气净化装置试验方法 www.ybqi.gov.cn 3. test code for performance and accuracy of bed type horizontal milling machines 床身式铣床试验及测试方法 blog.sina.com.cn 4. Test code for machine tools - Part 1: Geometric accuracy of machines operating under no-load or finishing conditions 机床验收规则.第1部分:在空载或精加工状态下工作的机床几何精度 www.mapeng.net 5. Test code for performance and accuracy of knee type vertical milling machines 膝式铣床的试验方法及精确度测试 www.ybqi.gov.cn 6. performance test code - pressure relief devices 压力释放装置性能试验规范 www.ichacha.net 7. Test code exhaust emission control devices for automobiles 汽车排气净化装置试验方法通则 www.ybqi.gov.cn 8. Thermal performance test code for industrial boilers 工业锅炉热工性能试验规程 bz.qs100.com 9. Test code for performance and accuracy of upright drilling machines 立式钻孔机的试验及测试方法 www.ybqi.gov.cn 10. Test code for machine tools - Determination of thermal effects 机床试验规程.热效果的测定 www.mapeng.net 1. Shop test code for marine AC electric overhead travelling cranes in engine room 船舶机舱内交流电动桥式起重机的工厂试验规程 www.bzw.com.cn 2. Test code for performance and accuracy of band saw machines and feed carriages 带锯和进料轮的试验及测试方法 www.ybqi.gov.cn 3. Test code for truck crane and mobile crane--Determination of stability 汽车起重机和轮胎起重机试验规范稳定性的确定 www.bing.com 4. test code of high and medium frequency induction furnace for steel melting 钢材溶解用高、中频感应炉性能和试验方法 blog.sina.com.cn 5. Test code for performance and accuracy of verticalmulti-spindle drilling machines 立式多轴钻孔的试验及测试方法 www.ybqi.gov.cn 6. test code for performance and accuracy of shell moulding machines 铸造用壳型造型机试验及测试方法 blog.sina.com.cn 7. Test code for machine tools - Part 6: Determinaton of positioning, accuracy on body and face diagonals (Diagonal displacement tests) 机床检验通则.第6部分:体和面对角线的位置和精度的测定(对角线位移试验) www.mapeng.net 8. test code for accuracy of coordinate measuring machines 坐标测量机的精确度试验方法 blog.sina.com.cn 9. performance test code for steam - operated air ejectors 射汽抽气器性能试验规程 www.ichacha.net 10. Test code for performance and accuracy of wood working machinery 木材加工机械的性能和加工精度试验规程 www.bzw.com.cn 1. Test code for truck crane and mobile crane--General requirements 汽车起重机和轮胎起重机试验规范一般要求 www.15english.net 2. test code for performance and accuracy of machining centers 加工中心运行精确度测试方法 blog.sina.com.cn 3. Metal-cutting machine tools - Test code for static rigidity 金属切削机床静刚度检验通则 www.zftrans.com 4. Test code for machine tools - Part 4: Circular tests for numerically controlled machine tools 机床试验规程.第4部分:数控机床的循环测试 www.mapeng.net 5. Construction winch--Test code and procedures 建筑卷扬机试验规范和方法 www.15english.net 6. test code for performance and accuracy of jig grinding machines 座标磨床试验及测试方法 blog.sina.com.cn 7. Test code for performance and accuracy of circular saw machines 圆锯试验及测试方法 www.ybqi.gov.cn 8. Brake System Road Test Code-truck, Bus, and Combination of Vehicles 制动系统实地测试编码——卡车、公共汽车和汽车的联合 www.ajqcw.com 9. Test code for dry-type distribution and power transformers 干式配电和电力变压器试验规程 www.mapeng.net 10. test code for performance and accuracy of jig boring machines 座标镗床试验及测试方法 blog.sina.com.cn 1. Acceptance code for gear units - Test code for airborne sound 齿轮装置验收规程.空气噪声试验规程 www.mapeng.net 2. adaptability test code of spark plug for automobiles 汽车火花塞适用性试验规程 www.ichacha.net 3. Test code for the determination of airborne noise level of hydraulic pumps 液压泵空气传声噪声级测定规范 www.bz01.com 4. Test Code for Resistance Measurements 电阻测量试验规范 www.isres.com 5. Test code for performance and accuracy of multispindle automatic lathes 多轴自动车床的试验及测试方法 www.ybqi.gov.cn 6. Performance Test Code - Diesel and Burner Fuels 性能测试规范。柴油机和燃烧器的燃料 www.isres.com 7. start - up test code for reversible pump - storage units 可逆式抽水蓄能机组起动试验规程 www.ichacha.net 8. Start-up Test Code for Hydraulic-turbine and Generator Units 水轮机组启动试验规程 blog.sina.com.cn 9. test code for performance and accuracy ofbed type vertical milling machines 床身式立式铣床试验及测试方法 blog.sina.com.cn 10. Test code for performance of sand moulding machines 铸造用沙模制作机试验方法 www.ybqi.gov.cn 1. To try out the new release, we ll use the test code from 为了测试新的版本,我们将使用 www-128.ibm.com 2. Test code for performance and accuracy of turret lathes 六角车床的运转及精确度测试 www.ybqi.gov.cn 3. test code for performance and accuracy of veneer lathes 胶合板车床试验及测试方法 blog.sina.com.cn 4. Test code for truck crane and mobile crane--Conformity test 汽车起重机和轮胎起重机试验规范合格试验 www.15english.net 5. Performance test code for road vehicle engines 汽车发动机性能试验方法 blog.globalimporter.net 6. Test code of carburettors for automobiles 汽车汽化器性能试验方法 www.ybqi.gov.cn 7. test code for performance and accuracy ofbench drilling machines 台式钻孔机试验及测试方法 blog.sina.com.cn 8. Requirements, terminology, and test code for shunt reactors rated over 500 kVA 额定值大于500kVA分路扼流圈的技术要求,术语和试验指南 www.mapeng.net 9. Test code of padding material for automobile seats 汽车座位填料性能试验方法 www.ybqi.gov.cn 10. Test code for truck crane and mobile crane--Structure test 汽车起重机和轮胎起重机试验规范结构试验 www.15english.net 1. Test code of exhaust mufflers for automobiles 汽车排气消声器性能试验方法 www.ybqi.gov.cn 2. Performance test code for utility boiler 电站锅炉性能试验规程 blog.globalimporter.net 3. Test code of seating comfort for automobile seats 汽车座位舒适性试验方法 www.ybqi.gov.cn 4. test code of performance for flame arresters 阻火器阻火性能和试验方法 blog.sina.com.cn 5. Test code for performance and accuracy of lathes 车床的试验及测试方法 www.ybqi.gov.cn 6. Performance Test Code on Compressors and Exhausters 压缩机和排气机的性能试验规则 wenku.baidu.com 7. Test code of steam cleaners for automobiles 汽车蒸汽清洁器性能试验方法 www.ybqi.gov.cn 8. Test code of side door hinge system for automobiles 侧门铰链系统试验方法 www.ybqi.gov.cn 9. Test code of side door lock systems for automobiles 门锁系统试验方法 www.ybqi.gov.cn 10. Test code of propelling machinery at sea trials 海上试航用动力装置的试验规程 www.ichacha.net 1. Developed the test code according to the project specification using the Suggested steps and the JUnit framework 根据工程规范,使用建议步骤和JUnit框架开发测试代码 www.ibm.com 2. test code for performance of worm reducers 蜗轮减速器性能试验及测试方法 blog.sina.com.cn 3. test code of vacuum heat treatment furnace 真空加热炉性能和试验方法 blog.sina.com.cn 4. Performance Test Code - Steam Generating Units (includes ASME 1968 and 1969 addenda) 性能测试规范.蒸气发生器(包括ASME1968及1969的补充件) www.mapeng.net 5. Performance Test Code on Gas Turbines 燃气轮机的性能试验规则 www.mapeng.net 6. Test code of water analysis for hydraulic concrete 水泥混凝土水质分析试验规程 www.chinastandard.com.cn 7. Test code for machine tools - Part 5: Determination of the noise emisssion 机床试验规则.第5部分:噪声排放的测定 www.mapeng.net 8. Interim Test Code on Compressors and Exhausters 压缩机和排气器的临时试验标准 www.mapeng.net 9. Test code for high-voltage air switches 高压空气开关的试验规程 www.mapeng.net 10. Test code for seed and sapling of mulberry 桑树种子和苗木检验规程 www.ichacha.net 1. Listing 7: Test code for Weather Web service 清单7:天气Web服务的测试代码 www.ibm.com 2. How to: Test Code with a Try. . . Catch Block in Visual Basic 如何:在VisualBasic中使用Try.Catch块测试代码 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。