• Conclusion: The FS can be used as a biochemical index for estimating gestational weeks and evaluate feto-placental unit function.

    结论FS作为估计判定胎儿-胎盘单位功能的一项生化指标

    youdao

  • Surgery is the main treatment for ureteral polyps and a correct choice of the surgical approach should be decided by the lesion size, Numbers, position and loss degree of renal unit function.

    输尿管息肉治疗手术为主根据息肉大小数量部位肾脏受累程度选择单纯切除术、输尿管部分切除术肾盂成形术等。

    youdao

  • This methodology requires that I write unit tests for every function I add, and that I maintain those tests.

    这种方法要求添加每个函数编写单元测试并且要维护这些测试。

    youdao

  • A unit of work may be an entire process, a function supporting a process, or a step of a business process.

    工作单元可以整体流程支持流程功能或是一个业务流程的一个步骤

    youdao

  • An optional string length unit can be specified to indicate in what units the start and result of the function are expressed.

    可以指定一个可选字符串长度单元指明哪些单元中表示函数起始位置结果

    youdao

  • What is really cool, though, is that the unit tests function as a test suite for vendors.

    但是真正“炫”的地方在于这些单元测试作用是作为面向供应商的一个测试套件

    youdao

  • OK, so if I give you a unit vector, you can ask yourself, if I move in the direction, how quickly will my function change?

    也就是如果一个单位向量试问,我沿着这个方向移动函数值变化呢?

    youdao

  • Analogously, if we could relax the sugar constraint by one unit, the objective function would improve by 0.075.

    类似地如果我们约束放松一个单位那么目标函数就会改进0.075。

    youdao

  • You are expected to use the new SYSIBM function path, even when you are not using the string unit argument.

    希望使用新的SYSIBM函数路径,既便您没有使用字符串单元参数也是如此。

    youdao

  • Along with the input string, the SUBSTRING function has three other arguments, which are start position, length, and code unit specification.

    除了输入字符串之外,SUBSTRING函数还有其他三个参数它们分别起始位置长度代码单元指定

    youdao

  • The objective function on line 20 minimizes the total food cost as the total of each decision variable (amount of food) multiplied by that food's cost per unit.

    第20行的目标函数要对食物总体成本实现最小化值是每个决策变量(食物数量)乘以单位食物成本的结果。

    youdao

  • The innermost level consisted of lower level practices such as pair programming; coding standards; unit and function testing; refactoring; simple design; and the 40-hour week.

    内层的级别包括比较底层的实践比如结对编程编码标准单元测试功能测试重构简单设计,以及每周工作40小时。

    youdao

  • Tests can be categorized according to the amount of code they exercise: a unit test verifies the functionality of a single software component, such as a function or a class.

    可以测试按照测试代码多少分类:“单元测试检验单一组件功能比如函数或者一个类。

    youdao

  • Based on function, process or organizational unit, the maturity level may vary.

    成熟度级别可能会随着功能流程组织单位不同而不同。

    youdao

  • This function is similar to the LENGTH function in DB2 and has an optional string length unit, in which the result can be expressed.

    函数DB2中的LENGTH 函数类似拥有一个可选字符串长度单元可以用来表示结果

    youdao

  • When you write code, you build it with the idea that each function will be tested as a stand-alone unit in a controlled way.

    编写代码时,就要考虑可控制方式作为单独单元测试每个函数

    youdao

  • If the developer has access to automated code level unit tests, the developer can easily run them to make sure the changes don't break existing function.

    如果开发人员具有自动代码单元测试工具,开发人员就能够容易运行这些工具确保所做的更改不会破坏已经存在功能

    youdao

  • Software also lacks a well defined atomic unit of work — even though we can apply various measures, such as lines-of-code, number of classes, number of function points, number of bugs, etc.

    即便我们可以采用不同测量方式,例如代码行数、数量函数指针的数量、系统漏洞的数量,等等,软件还是缺乏一种定义良好原子结构

    youdao

  • The unit tests that are created using the BOOST_TEST_CASE macros accept function pointers as their input arguments.

    使用 BOOST_TEST_CASE创建单元测试函数指针作为输入参数

    youdao

  • Each callback function takes no arguments and returns Unit.

    每一个回调函数接受参数并且返回unit

    youdao

  • Eclipse features represent an abstract unit of function that appears to the user.

    Eclipse功能部件代表呈现用户抽象功能单元

    youdao

  • That is, we no longer check that the final balance of the test account is correct; we would check that function in the unit test for the Transaction object, not the AtmGui object.

    也就是说,我们不再检查测试帐户最终余额是否正确;我们Transaction对象单元测试中检查函数而不是在对atmgui对象的单元测试中。

    youdao

  • Part 8: strategies for unit testing; function tests; GUI test scripts.

    第8部分单元测试策略功能测试GUI测试脚本

    youdao

  • Psyco replaces the eval_frame() function with a compound evaluation unit.

    Psyco复合求值单元替代 eval_frame()函数

    youdao

  • It occurs to many developers after authoring a few standard unit test functions that it would be better to move the call to verify from the test functions to the tearDown function.

    许多开发者遇到过这样的事情,写一些标准单元测试函数之后认为verify方法测试函数tearDown函数更好

    youdao

  • Once that is done the ObserveOnTest function attaches the unit test framework to the call chain via a specialized scheduler called the WorkItemTestScheduler.

    一旦完成ObserveOnTest函数就会通过一个叫做WorkItemTestScheduler的特殊计划程序把单元测试框架关联调用上。

    youdao

  • The function f is type as a function that takes a single input parameter of type View (another class from Android) and returns Unit, which is the Scala equivalent of void.

    这个函数f类型View 类型(Android中的另一个)的输入参数的函数,返回UnitvoidScala 中的对等物

    youdao

  • So, I now have this unit test program unit test stock I originally did not make it a function, I had it in-line, and I realized that was really stupid, because I wanted to do it a lot of times.

    现在个叫做单元测试股票,的测试程序,called,unit,test,stock。,我一开始当成函数,我写了几行小代码。后来我发现笨了,因为我会用上很多段语句。

    youdao

  • So, I now have this unit test program unit test stock I originally did not make it a function, I had it in-line, and I realized that was really stupid, because I wanted to do it a lot of times.

    现在个叫做单元测试股票,的测试程序,called,unit,test,stock。,我一开始当成函数,我写了几行小代码。后来我发现笨了,因为我会用上很多段语句。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定