• It introduces that how to watch and measure the hysteresis loop-line, residual magnet and coercive force of ferromagnet through an oscillograph.

    介绍如何利用示波器观察测量铁磁物质的滞回线、剩余磁感应强度和矫顽力

    youdao

  • The Land lies in the central area of Nankai District, on the north side of Changjiang Dao. Close to the inner loop-line, and no. 1 Subway, it is easily accessible.

    地块地处南开区中心,位于长江北侧,交通便利,邻近内环线地铁一号线

    youdao

  • This paper introduces some magnetic parameters of magnetic material, such as magnetic hysteresis loop-line, electrical resistivity and magnetoresistivity, and the methods to measure them.

    本文主要介绍了电磁材料回线及电阻率磁阻几种电磁参数以及它们测量方法

    youdao

  • This loop iterates over the array, ARGV, which is the remaining set of arguments passed to the script on the command line.

    循环数组ARGV迭代命令传递脚本余下参数集合

    youdao

  • Improving the performance of this loop is very simple and doesn't even require an additional line of code (see Listing 9).

    提高循环性能方法简单甚至多加一行代码(清单9)。

    youdao

  • In the example below, imagine that you have a breakpoint at line 22 of the application, within a loop.

    在下面的范例中,假设程序第22一个中断点

    youdao

  • The loop including line 3 of the listing is working through the keys received, getting a corresponding value, and printing it as an array or a string.

    包含清单第3行的循环将遍历接收到的获得相应作为数组字符串输出。

    youdao

  • Next, you have a PHP foreach loop, which loops through each outputted line and renders it nicely into XHTML, ready for the browser to display.

    接下来一个PHPforeach循环循环遍历每个输出很好地呈现XHTML浏览器显示。

    youdao

  • On line 2, we're gonna induce what's called a loop, so do you wanna go ahead and Philip henceforth you get to stare, stare at the awkwardness.

    第二我们介绍什么叫做循环接着往下读吗,飞利浦着你看,略显尴尬

    youdao

  • Obviously, since this is a snapshot in time, the line could be any line inside the while loop, such as line 16, 17, or 18.

    显而易见因为一个即时快照,所以该行可能while 循环中的任意比如1617 18。

    youdao

  • In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.

    除了标题之外,EventTable方法中还有一个foreach循环,它每个比赛上进行迭代。

    youdao

  • The foreach loop is the most important line in the script: foreach (qp($url, 'entry') as $result).

    foreach循环脚本重要一行: foreach (qp($url,'entry')as $result)。

    youdao

  • Call, I added only the line psyco.bind (main), since the main function does loop a number of times (but only makes minimal use of integer arithmetic).

    添加了psyco .bind (main),而不是添加一个总的psyco . jit调用因为main函数确实要循环多次(但是利用最少整数运算)。

    youdao

  • The loop simply iterates through the array and prints each line as it would do on the command line, but enforcing an XHTML break-line element after each print.

    循环迭代这个数组打印命令的无异,只不过每次打印后均强制使用一个xhtml断行元素

    youdao

  • With his left hand, he adjusted the loop of steel that cuffed his right hand to the line of doomed men.

    他用左手调了调右手钢圈,钢圈把列在劫难逃一体。

    youdao

  • While it could have been written as a loop, the one-line solution is much cleaner that way, and does not slow the program down significantly.

    虽然我们本来可以把它写成循环,但是长度只有行的解决方案要清楚得并且不会显著降低程序运行速度

    youdao

  • Definition: A common knot used in many circumstances on sailboats, such as to tie a loop of line around a piling, stanchion, or any other fixed structure.

    帆船使用场景广泛的结,用于将一股绳索围绕套在木桩,支柱任何其他固定结构上。

    youdao

  • Note that the extension is easy to understand and modify, and that it can do the job just as well as the previous, non-parsing example (see the Event loop with command-line switches).

    注意容易理解修改这个扩展而且扩展可以前面解析示例一样出色地完成工作(请参阅命令行开关的事件循环)。

    youdao

  • Line 32 USES the "XSL: for-each" element to define the loop that creates the main part of the table, generating one line for each "emp" element occurrence.

    第32行使xslfor - each元素定义创建主要部分循环,用以每个出现的“emp”元素生成

    youdao

  • For each line of data returned by the data source, the while loop will take in the line as an object, and spit out a Zip tag with all the data in the database (see Listing 1).

    对于数据源返回每行数据while循环将该行做为对象被调用,并且输出所有数据都在数据库中的Zip标记(请参阅清单1)。

    youdao

  • In this example, the special replacement form will be the same printf for every line, so it is pre-stored in the FORMATTER variable before the second for loop begins.

    中,特殊替换形式对于每一来说都相同printf因此在第二for循环开始之前预先存储到FORMATTER变量中。

    youdao

  • The for loop then iterates through each line, matching it against the regular expression in ASSIGN_LINE using the built-in matchlist() function

    然后for 循环遍历每个使用内置的 matchlist() 函数根据 ASSIGN_LINE 中的正则表达式匹配

    youdao

  • Finally, the whole line is concatenated to the existing HTML so you have a complete list when the for loop is completed.

    最后所有连接现在HTMLfor循环完成后,完整列表

    youdao

  • In case you're not up on your STL, recall that for iterators the dereference operator returns the current object, so the line inside the for loop in the preceding snippet is equivalent to.

    如果STL熟悉,去看看有关迭代器反引用操作符的内容,它返回当前指向对象,上面代码段for循环的代码等同于。

    youdao

  • Recall that the format of the /etc/shadow.dynamics file is "username salt password," which the while loop reads each line of the file into the g_user_dynamics data structure.

    回想一下 /etc/shadow.dynamics文件格式usernamesaltpassword”,while 循环将把文件的所有读取到 g_user_dynamics数据结构中。

    youdao

  • Recall that the format of the /etc/shadow.dynamics file is "username salt password," which the while loop reads each line of the file into the g_user_dynamics data structure.

    回想一下 /etc/shadow.dynamics文件格式usernamesaltpassword”,while 循环将把文件的所有读取到 g_user_dynamics数据结构中。

    youdao

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

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

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