• 函数开始声明所需变量结构

    The function begins with the declaration of a variety of needed variables and structures.

    youdao

  • 这个初等逼近是从常值函数开始的,并且可行的有效的

    This elementary approximation starts off with constant function, and is feasible and efficient.

    youdao

  • 合并字符串长度数量增加之后,有些函数开始显示出自己威力

    As the length and number of strings that must be merged increases, however, some methods start to show their strength.

    youdao

  • 我们从处理程序构造函数开始(参见清单3)看看如何本地化翻新页面

    Let's start with the constructor for the handler class (see Listing 3) to see the how the page has been retrofitted for localization.

    youdao

  • 输入'listmain '打印main函数开始源码清单再次回车将显示第21wib函数调用

    Typing 'list main' will print the source listing starting around the main function and pressing return again will reveal the wib function call is on line 21.

    youdao

  • schedule函数开始确定一个调度任务时,会调用 pick_next_task 函数

    When the schedule function comes to identifying the next task to schedule, it calls the pick_next_task function.

    youdao

  • 函数开始实际上会将链接寄存器保存调用函数堆栈而不是自己的堆栈帧中,然后只有需要才会保存它。

    When a function begins, it actually saves the link register in the calling function's stack frame, not its own, and then only if it needs to save it.

    youdao

  • 为了对节点构建序列进行解释我们菜单系统调用 node.module 中的 node_page()函数开始讨论。

    We will start this explanation of the node building sequence at the point where the menu system calls the node_page() function in the node.module.

    youdao

  • 可以查看一个函数。每次,看看是否存在任何一种跳转指令它把控制转移到了函数开始结束地址以外内存区域

    You could look through each function, one at a time, to see if any jump instructions pass control to a region of memory outside the function's start and end addresses.

    youdao

  • 角度来看程序执行是从一个名为main函数开始的;有些启动代码会获得PPE传递过来参数然后使用这些参数来调用main函数

    From your perspective, execution begins at a function called main ; some library startup code obtains the arguments passed in from the PPE and then calls your main function with those arguments.

    youdao

  • 函数函数开始过程中(称为函数序言(function prologue))创建堆栈函数结束时(称为函数尾声(functionepilogue))销毁

    Functions create the stack frame during the beginning of the function (called the function prologue) and tear it down at the end of a function (called the function epilogue).

    youdao

  • 这个调用./linux/kernel/printk.c 中的printk函数开始使用 va_start解析可变长度参数之后调用vprintk(在同一个文件)。

    The call begins in ./linux/kernel/printk.c in the printk function, which calls vprintk (in the same source file) after resolving the variable-length arguments using va_start.

    youdao

  • 匹配的函数类似我们之前访问者函数开始时会获取一个搜索节点类型

    The matched function is like our prior visitor functions but takes a node type to search for at the beginning.

    youdao

  • 开始头部函数调用很有趣因为它们告诉浏览器文件些什么

    The header function calls at the beginning are also interesting because they tell the browser what to do with the file.

    youdao

  • 这些生存时间范围决定,句柄范围经常一个函数开始时候被创建

    These handles' lifetime is determined by a handle scope, which is often created at the beginning of a function call.

    youdao

  • 此后如果返回n_lbrac符号,该符号表示一个括号函数开始部分。

    After this, when an N_LBRAC symbol is returned, it represents a left brace and the start of the function.

    youdao

  • 函数接受三个参数然后这些进行一些简单测试确保函数不会开始一个无限循环

    The function accepts three arguments, and performs some simple tests on the values to ensure that the function will not start an infinite loop.

    youdao

  • 然后函数中断地方开始处理一个请求返回的

    The function then picks up from where it left off the next time a value is requested.

    youdao

  • 查询中设置断点然后开始单步调试函数

    Set a breakpoint on the new query and then start debugging to step through the function.

    youdao

  • 随后设置负责处理XML元素开始结束回调函数

    Then, set callback functions, which are responsible for handling the start and end of XML elements.

    youdao

  • 不是开始就要介绍函数编程所有相关主题,而是关注几个关键概念以及这些概念所产生的有趣影响

    Rather than try to tackle the entire subject of functional programming out of the gate, I'll focus on several key concepts and follow some interesting implications derived from those concepts.

    youdao

  • 可以使用function关键开始函数声明使用var关键字声明局部变量(这全局变量不同),但是不用包括正在声明变量类型

    You use the function keyword to denote the start of a function and the var keyword to declare local (as opposed to global) variables, but you do not include the type of the variable being declared.

    youdao

  • 所以A等于1B等于2现在swap函数自己开始,一行地执行,所以我声明了,叫做temp内存

    So A gets 1, B gets 2, now the swap function itself starts executing line by line; so I declare a chunk of memory called temp.

    youdao

  • 现在可以开始编写更多函数指定其他X FormsXHTML标记内容

    You may now begin writing more functions that specify the contents of other XForms XHTML tags.

    youdao

  • 对于函数参数编号__arg1开始

    For a non-class function argument, numbering starts from __arg1.

    youdao

  • 既然已经创建addentrytosearchindex函数可以开始将要搜索条目添加索引中了。

    Now that you've created the addEntryToSearchIndex function, you can begin adding items to search to your index.

    youdao

  • 在compiling. log文件中查找一个函数开始地址结束地址,它是十六进制的形式,其间就包含错误地址。

    Search through the compiling.log file for a function with a starting and ending hexadecimal address that surround the failing address.

    youdao

  • 应用程序开始调用OnInit函数——实际上main方法

    The OnInit function is called when your application startseffectively, it's your main method.

    youdao

  • 第51描述PageHook函数注释开始

    Line 51 is the start of a block comment that describes the PageHook function.

    youdao

  • 第51描述PageHook函数注释开始

    Line 51 is the start of a block comment that describes the PageHook function.

    youdao

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

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

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