函数开始是声明所需变量和结构。
The function begins with the declaration of a variety of needed variables and structures.
这个初等逼近是从常值函数开始的,并且是可行的和有效的。
This elementary approximation starts off with constant function, and is feasible and efficient.
当合并字符串的长度和数量增加之后,有些函数开始显示出自己的威力。
As the length and number of strings that must be merged increases, however, some methods start to show their strength.
让我们从处理程序类的构造函数开始(参见清单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.
输入'listmain '将打印从main函数开始的源码清单,再次按回车将显示第21行上的wib函数调用。
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.
当schedule函数开始确定下一个要调度的任务时,它会调用 pick_next_task 函数。
When the schedule function comes to identifying the next task to schedule, it calls the pick_next_task function.
当函数开始时,它实际上会将链接寄存器保存到调用函数的堆栈帧中,而不是自己的堆栈帧中,然后只有在需要时才会保存它。
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.
为了对节点构建序列进行解释,我们从菜单系统调用 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.
你可以查看每一个函数。每次,看看是否存在任何一种跳转指令,它把控制转移到了该函数开始和结束地址以外的内存区域。
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.
从您的角度来看,程序执行是从一个名为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.
函数在函数开始过程中(称为函数序言(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).
这个调用从./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.
所匹配的函数类似于我们之前的访问者函数,但在开始时会获取一个要搜索的节点类型。
The matched function is like our prior visitor functions but takes a node type to search for at the beginning.
开始的头部函数调用也很有趣,因为它们告诉浏览器对文件做些什么。
The header function calls at the beginning are also interesting because they tell the browser what to do with the file.
这些句柄的生存时间由句柄范围决定,句柄范围经常在一个函数的开始的时候被创建。
These handles' lifetime is determined by a handle scope, which is often created at the beginning of a function call.
此后,如果返回n_lbrac符号,该符号表示一个左括号和函数的开始部分。
After this, when an N_LBRAC symbol is returned, it represents a left brace and the start of the function.
该函数接受三个参数,然后对这些值进行一些简单的测试,以确保函数不会开始一个无限循环。
The function accepts three arguments, and performs some simple tests on the values to ensure that the function will not start an infinite loop.
然后该函数从中断的地方开始处理下一个被请求返回的值。
The function then picks up from where it left off the next time a value is requested.
在新查询中设置断点,然后开始单步调试函数。
Set a breakpoint on the new query and then start debugging to step through the function.
随后,设置负责处理XML元素开始和结束的回调函数。
Then, set callback functions, which are responsible for handling the start and end of XML elements.
我不是一开始就要介绍函数式编程的所有相关主题,而是关注几个关键概念,以及这些概念所产生的有趣的影响。
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.
您可以使用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.
所以A等于1,B等于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.
现在,您可以开始编写更多的函数来指定其他X FormsXHTML标记的内容。
You may now begin writing more functions that specify the contents of other XForms XHTML tags.
对于非类函数的参数,编号从__arg1开始。
For a non-class function argument, numbering starts from __arg1.
既然已经创建了addentrytosearchindex函数,就可以开始将要搜索的条目添加到索引中了。
Now that you've created the addEntryToSearchIndex function, you can begin adding items to search to your index.
在compiling. log文件中查找一个函数的开始地址和结束地址,它是十六进制的形式,其间就包含着错误地址。
Search through the compiling.log file for a function with a starting and ending hexadecimal address that surround the failing address.
应用程序开始时,调用OnInit函数——实际上是main方法。
The OnInit function is called when your application starts — effectively, it's your main method.
第51行是描述PageHook函数的注释块的开始。
Line 51 is the start of a block comment that describes the PageHook function.
第51行是描述PageHook函数的注释块的开始。
Line 51 is the start of a block comment that describes the PageHook function.
应用推荐