当您学习使用JQM实现这个解决方案时,我们将逐一检查源文件中的函数。
The source files are examined, function by function, as you learn to implement the solution using JQM.
链接步骤解决了文件间的依赖,如将一个文件中的函数调用链接到另一个文件中的函数定义。
The link step resolves interfile dependencies, such as linking a function call in one file to a function definition contained in a second file.
有了WPO,编译器就可以从程序中的所有源文件内联函数。
With WPO, the compiler can inline functions from any source file in the program.
作为练习,您可以对代码进行重构以将数据访问函数分离到单独的文件中。
You can refactor the code to isolate the data access functions into a separate file as homework.
清单2中的PHP文件包含核心银行出纳员函数所需的业务逻辑。
The PHP file in Listing 2 includes the business logic required for the core bank teller functions.
在获取文件名后,下一步是获取该文件中包含的所有函数。
After the file name is obtained, the next step should be to get all the functions that are present in this file.
在该文件中要创建少量的函数,以支持微博客应用程序上下文中的动作。
You're going to create a handful of functions in this file that allow actions within the context of your microblogging application.
每个用户出口应该实现BipCpi.h头文件中定义的两个必备函数。
Every user exits should implement two mandatory functions defined in BipCpi.h header file.
该目录中的各个.dem文件演示了各个函数,all . dem将它们一次全部加载。
Individual.dem files in this directory demonstrate individual functions, and all.dem loads them all one at a time.
这个结构定义一组用来管理这个文件系统中的inode的函数。
This structure defines the set of functions for managing inodes within the file system.
如果Outline面板没有显示您正在编辑的PHP文件中的任何函数,那么迁移项目可以纠正这个问题。
If the Outline pane is not displaying any of the functions in a PHP file you're editing, migrating your project will fix that.
该函数可以是标准的PHP函数,在WordPress核心中定义的函数或者你自己在插件文件中定义的函数。
This can be a standard PHP function, a function present in the WordPress core, or a function defined by you in the plugin file.
名称空间netmon包含实现站点所需的大量逻辑,通过index.html文件中的helper函数进行了增强。
The namespace netmon contains much of the logic we need to implement the site, augmented by some helper functions in the index.html file.
可以通过查看Flex Wrapper . js文件中的onview函数,了解这个标记是如何构造的。
Take a look at the function onview inside the file FlexWrapper.js to see how the tag is constructed.
那么将针对范围内的每一行调用一次函数(在本例中,指的是文件中的每一行)。
then the function would be called once for each line in the range (in this case, for every line in the file).
每当引用源代码文件中还不包含的类时,调用 __autoload函数。
The PHP magic method __autoload function is called whenever a class is referenced that has not yet been included in the source file.
清单6的前半部分是提取这些文件到weather _ badge函数中的代码。
The first half of Listing 6 shows the code needed to bring these new files into the weather_badge function.
不过,为了简单起见,我将自己的新函数添加到现有的源文件中。
However, for the sake of simplicity, I add my new functions to an existing source file.
在对内存中的XML文档完成了相应的修改之后,只需使用一个函数调用就可以将其写回到对应的配置文件中。
Once you have made the changes to the XML document in memory, a single function call writes it back out to the configuration file.
提要源输入组件的逻辑只是简单地从文件中读取,而文件的名字则以函数输入参数的形式传递。
The logic in the feed sources input component simply reads from a file, whose name is passed as a function input argument.
绝大部分情况下,没有理由去测试是否有权使用自 1989版本标准出现以后的ANSI/ISOC 中的函数或者标准的 C 头文件是否可用。
In most cases, there is no reason to test for access to functions that have been part of ANSI/ISO C since the 1989 version of the standard came out, or for availability of the standard C headers.
例如,如果要检查一个文件I/O函数,可以把正在写的文件的名称添加到函数的探测中。
For example, if you were instrumenting a file I/O function, you might add the name of the file being written to the probe for that function.
在头文件中为该虚函数所生成的代码如列表2中所示。
The code generated for the virtual function in a header file is shown in Listing 2.
清单8中的头文件包含要探查的函数和类的原型。
The header file in Listing 8 contains the prototype of the functions and classes you are probing.
头文件中包含函数的声明,如列表3中所示,而实体文件中包含函数的定义,如列表4中所示。
The header file contains the declaration of the function as shown in Listing 3, and the body file contains the definition of the function as shown in Listing 4.
事件处理函数名必须与定义文件中的名称匹配,而此名称由用户定义。
The name of the event handler must match the name declared in the definition file in which the name is user definable during definition time.
使用Sajax永远只需要一个文件,在该文件中只需定义我们使用的函数即可。
With Sajax, we never need more than one file, which only needs to define the functions we are using.
正如前面所解释的,可以使用主题目录中的template . php文件覆盖主题函数。
As explained earlier, we can use the template.php file in the theme directory to override theme functions.
为了开发一个精确的方式来表示金融文件,LexiFi开创了在金融软件系统中函数式编程的运用。
LexiFi has pioneered the use of functional programming in finance in order to develop a rigorous formalism for representing financial instruments.
为了开发一个精确的方式来表示金融文件,LexiFi开创了在金融软件系统中函数式编程的运用。
LexiFi has pioneered the use of functional programming in finance in order to develop a rigorous formalism for representing financial instruments.
应用推荐