• The return value of any function is the result of the last expression in that clause (in our examples there is only one line).

    任何函数返回都是子句(我们示例中只有)最后一个表达式结果

    youdao

  • In addition, the template adds simple logging to each function by printing out to the command line the name of the function called.

    此外,所调用函数名称输出命令通过这种方式,模板即可函数添加简单日志

    youdao

  • For example, in our applications, the standard error message will be displayed in the message line, just above the function key line in the lower part of screen.

    例如我们应用程序中,标准错误信息显示消息中,正好屏幕下部功能显示区之上

    youdao

  • That is, if a function has a certain set or range of valid values for its arguments, an assertion to this effect can be placed as the first line of code in the function.

    就是说如果函数确定有效值集合范围可作为参数可以检验参数是否有效断言放在该函数代码的第一

    youdao

  • Get in the habit of remembering to add that extra character whenever you use the line limit on this function.

    应养成以下习惯只要对此函数使用限制,就添加额外字符

    youdao

  • For each line in the line buffer for a CU, check for the low address match to find the first line number for the function.

    获得CU缓冲每一行,则需要检查低位地址匹配找到函数的第一行的行

    youdao

  • It has been omitted in Listing 2, so the last line of the function will be returned.

    清单2忽略这个关键字,因此函数最后返回。

    youdao

  • If the current line matches the resulting regex, then the function has found the correct completion (the text of which is already in completion) and can return it immediately.

    如果当前匹配生成的正则表达式那么函数找到正确全(文本已经补全中)并且能够立即返回

    youdao

  • In the default Settings or Application Settings,.net has choices for line and function modes.

    默认设置Application设置中,. NET拥有函数模式的选择

    youdao

  • To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached.

    为了查看main()发生什么情况,可以程序代码中的一特定函数设置断点这样gdb在遇到断点时中断执行

    youdao

  • In the case of the call command, specifying a range causes the requested function to be called repeatedly: once for each line in the range.

    对于call命令指定范围将致使请求函数反复调用:对范围中的每一调用一次

    youdao

  • An iso-quanta is a line in space formed by points with the same objective function value.

    iso - quanta具有相同目标函数值的构成空间中的条线

    youdao

  • The last line of the script block uses the dojo.addOnLoad function to invoke a function (in this case the init function) when the web page finishes loading.

    web页面完成加载脚本最后一使用dojo.addOnLoad函数调用函数(例中init 函数)。

    youdao

  • The line xdebug.show_local_vars = 1 prints all local variables in the outermost scope of each function call, including variables not yet initialized.

    代码 xdebug.show_local_vars =1将打印每个函数调用外围中的所有局部变量包括尚未初始化的变量。

    youdao

  • After the data structures, state variables, and function definitions are in place, add the load_shadow_dynamics function at line 3163.

    数据结构状态变量函数定义就绪后,请第3163行中添加load_shadow_dynamics函数。

    youdao

  • The only difference is that the DeAmperfy() function would be called repeatedly: once for each line the Vip highlighted in Visual mode.

    惟一不同之处在于 DeAmperfy()函数反复调用:针对Visual模式下Vip突出显示每一调用一次

    youdao

  • So we hit the curly brace so the very bottom of the function and as soon as you hit that, the next line in the story is well, then we return to main and where are we executing in main?

    我们抵达花括号了,这是函数末尾了,一旦到了那个地方在下然后返回main函数,在main中哪里开始执行

    youdao

  • The last parameter is the variable that you declared in line 1 of the function that defines the options for your LiveGrid, in Listing 5.

    最后一个参数清单5函数第1定义变量,该变量定义用于LiveGrid选项

    youdao

  • The first thing that we do is determine which of the columns is selected by calling the widget function of the SelectionEvent (line 24 in listing 3).

    我们第一调用SelectionEventwidget函数确定选定了哪一(清单3中的第24)。

    youdao

  • then the function would be called once for each line in the range (in this case, for every line in the file).

    那么针对范围内调用一次函数例中,指的是文件中的一行)。

    youdao

  • The first line in the loadGrid function specifies the options for the LiveGrid.

    loadGrid函数中的第一指定LiveGrid选项

    youdao

  • The initialize_vertices function needs to be called in the main program, so add the function call in the main subroutine at line 597.

    需要程序中调用initialize_vertices函数因此把函数调用添加到位于第597行的main子程序

    youdao

  • Finally, if the range covers more than a single line (in other words, if a:lastline > a:firstline), the function reports how many lines were updated.

    最后如果范围涵盖了多个(即a:lastline > a:firstline),函数报告更新的行的数量。

    youdao

  • The first line specifies that customer names and output from the XMLQuery function will be included in the result set.

    第一指定结果集中包括客户姓名XMLQuery函数输出

    youdao

  • To add sorting to the output, you just need to add a line to the for, let, where, order by, and return (FLOWR) expression within the rss-summary function to order the output, as in Listing 7.

    添加输出排序只需一个代码行添加rss -summary函数中的forletwhereorder byreturn (FLOWR)表达式,对输出进行排序即可,清单7中所示。

    youdao

  • In the previous example we set a breakpoint at line 21 because we were interested in when "value" equaled "div" before the wib function was called.

    由于我们想要知道调用wib函数之前value ”什么时候等于div ”,因此上一示例中我们在第21设置断点

    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

  • The function also needs to know the text on the current line, which can be retrieved using getline , and is stored in curr_line.

    函数需要知道当前文本可以使用getline来获取存储curr_line中的当前行。

    youdao

  • Since all the logic is now in the text_line PostScript function, the line template itself is trivial-each element translates directly into a call to the text_line PostScript function.

    由于所有逻辑现在text_linePostScript函数中,因此line模板本身变得微不足道—每个元素直接转换text_line PostScript函数的调用

    youdao

  • This shows that the function wib was called from main at line 21 (a quick 'list 21' will confirm this), that wib is in frame 0 and main in frame 1.

    结果显示main的第21行中调用函数wib(只要使用'list21 '就能证实一点),而且wib0号中,main1号帧中。

    youdao

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

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

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