• 给出xml随后提供每个分别列出程序的注释

    The XML is given first, followed by the annotations for each individually listed line of code.

    youdao

  • 来源视窗中一下设定中断点可执程序

    In a source window, click a line of executable code where you want to set a breakpoint.

    youdao

  • 呼叫其他式的原始程序旁边包含所呼叫函式之效能标准值灰色资料

    Next to the source code lines that call other functions, a shaded column contains the performance metric values for the called function.

    youdao

  • 书签项目清单包含加入书签程序项目,而这些项目是位于使用中的文件内

    The list of bookmark entries includes an entry for the newly bookmarked line in the active document.

    youdao

  • 清单8添加一些注释一个专门描述返回的注释块,这样可以显著降低理解难度

    Adding a few comments to the lines in Listing 8 and adding a section on which return codes are used and their descriptions cuts down on confusion immensely.

    youdao

  • 每当选取一个书签项目时,就会编辑开启指定档案然后卷动加入书签的程序码行

    As each bookmark entry is selected, the file indicated opens in the Editor and scrolls to the bookmarked line.

    youdao

  • 汇入xml资料如果XML档案汇入程序涵盖范围资料,看到程序涵盖范围的统计资料,而非程序区块涵盖范围的统计资料。

    Importing XML data - If you import Code coverage data from an XML file, you can only see statistics for line coverage, not block coverage.

    youdao

  • 不过如果重新汇入这个xml其他程序涵盖范围资料合并,则会保留程序涵盖范围统计资料,而不会保留程序区块涵盖范围的统计资料。

    However, if you re-import this XML file and then merge it with additional code coverage data, only the statistics on line coverage are retained, not the statistics on block coverage.

    youdao

  • 创建同步产生16字节创建同步方法产生了5

    Creating the synchronized block yielded 16 lines of bytecode, whereas synchronizing the method returned just 5.

    youdao

  • 决定功能测试成功还是失败一种方法计算失败命令数量,返回不是0

    One way to determine the success or failure of the function testing is by counting the line commands that have failed, that is, that have a return code different than 0.

    youdao

  • 每个脚本内,捕获每个命令返回

    Inside each script, capture the return code of each line command.

    youdao

  • Loop使用一个生成随机重复这个循环直到扫描不再生成匹配值

    Loop repeats the cycle with a newly generated random code until a scan of the rows does not produce a match.

    youdao

  • Cobertura通过额外的语句记录测试包时,哪些测试、哪些没有被测试到,通过这种方式来度量字节,以便对测试监视

    Cobertura monitors tests by instrumenting the bytecode with extra statements to log which lines are and are not being reached as the test suite executes.

    youdao

  • 自己成为一名商业航空公司真正驾驶飞机越云天完全事。

    It's one thing to say you want to become a commercial airline pilot and another to actually do it. Here are some of the things I learned as I made the move from Talker do doer.

    youdao

  • 微软最近公布了一个把950000VB6移植为.NET成功案例

    Microsoft recently published a case study highlighting the success of the migration of 950,000 lines of VB6 code to .NET.

    youdao

  • 例如如上一清单示,In操作符选择bigdog .products表中QuietBeachIndustries生产所有

    For example, this was shown in the previous code listing, where the in operator selected all rows from the bigdog.products table that were produced by Quiet Beach Industries.

    youdao

  • 分析工具资料比较基准可以程式中的函式、应用程式中的模组、程式、指定指标IP以及型别

    Comparisons of profiler data can be based on the functions in the code, modules in the application, lines, instruction pointers (IPs), and types.

    youdao

  • 如下报表会提供堆叠区域显示小组最近四周加入删除修改过多少程序

    As the following illustration shows, the report provides a stacked area graph of the lines of code that the team added, deleted, or modified in the most recent four weeks.

    youdao

  • 可以比较程式剖析资料包括资料显示资讯

    Profiling data that is available for comparison includes the information that is displayed in the columns.

    youdao

  • 本文首先介绍单片机相关知识,对单片机相应的研究,并将与CD4094、CD4511BCD显示电路配合使用

    The score This paper first introduces the related knowledge of single-chip microcontroller, and carries on the corresponding with the CD4511BCD yards CD4094 serial, cooperate to use show circuit.

    youdao

  • 编译器可能会正确辨识原来撰写程序存在错误而不是正确辨识作者程序中发生错误号。

    Instead of correctly identifying the line of the author's code where an error occurred, the compiler may incorrectly identify an error line that doesn't even exist in the original authored code.

    youdao

  • 范例程序中的第二类别定义事件成员,该成员负责处理带任何资料的事件。

    The second line of code in the example defines the event member in your class for an event that has no data.

    youdao

  • 如果有两以上包含相同程序而且其中一个重复设定中断点,则中断点对应演算法可能会用户端档案中选取错误的重复

    If two or more lines contain the same code, and you set a breakpoint on one of those duplicate lines, the breakpoint mapping algorithm might select the wrong duplicate in the client-side file.

    youdao

  • 这些条件式编译指示词可以隐藏程序,方法为关闭侦错符号发出并重位置

    These conditional compilation directives can "hide" code by turning off the emission of debug symbols and resetting the line position.

    youdao

  • 演算法会假设每一程序都是唯一的

    The algorithm assumes that each line is unique.

    youdao

  • 例如假设正确地撰写了一开启档案程序

    For example, you might correctly write a line of code to open a file.

    youdao

  • 如果正在录制中,再加入另程序

    If it is, it adds an extra line of code to it.

    youdao

  • 部分信任表示只有要求之程式存取安全性权限动作

    Partial Trust means that only the actions that are permitted under the requested code access security permissions will run.

    youdao

  • 值传递到底是什么意思回答这个疑问,须要一下以下命令后的JVM的字节

    So what does pass-by-value actually mean? To answer this, it's instructive to look at some JVM1 bytecodes that result from the following two commands.

    youdao

  • 值传递到底是什么意思回答这个疑问,须要一下以下命令后的JVM的字节

    So what does pass-by-value actually mean? To answer this, it's instructive to look at some JVM1 bytecodes that result from the following two commands.

    youdao

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

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

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