模型只需一个加载函数。
当每个函数被调用时,它的PLT中的条目就会被简化为一个到那个已加载函数的直接跳转。
As each function is called, its entry in the PLT is simplified into a direct jump to the loaded function.
提出了在有限元计算中通过给定加载函数初始值的方法来描述坝料由碾压过程所致的初始超固结状态。
A method to describe the over-consolidated condition resulted from the in-situ roller compaction test is proposed by setting the initial value of loading function in the finite element analysis.
这种方法很容易使用,只需将清单8所示的模块修改为清单9的格式,然后使用AutoSplit来创建需要的加载函数即可。
It's easy to use by just changing your modules from the format shown in Listing 8 to that shown in Listing 9, and then making sure to use AutoSplit to create the loading functions you need.
所以必须将其加载回来,因为它在函数调用中被截断过了。
Therefore, you have to load it back in because it was clobbered in the function call.
这个版本对数据进行缓存而不是重新加载,很大程度上改善了函数的有效性,但这会需要更多的维护费用。
This version greatly improved the efficiency of the function, by caching data rather than reloading it, but it did so at the expense of maintainability.
这是加载模块的主要函数,它利用许多其他函数完成困难的工作。
This is the main function for module loading, making use of numerous other functions to do the difficult work.
这使得很难在需要反复加载的脚本中创建函数,比如自定义的语法突出显示脚本。
This makes it difficult to create functions in scripts that are designed to be loaded repeatedly, such as custom syntax-highlighting scripts.
获悉标记何时加载的最好的方法是让标记返回的脚本调用函数而不是简单地加载数据。
The best way to know when a tag is loaded is to have the script that the tag returns call a function instead of simply loading data.
现在,我们看看加载模块时的内部函数(参见图4)。
Let's now look at the internal functions for module loading (see Figure 4).
不过,问题是加载证书的函数并没有请求使用加密证书的密码。
The trouble, though, is that the functions that load the certificates do not ask for a password for encrypted certificates.
第一行在页面加载时调用清单4 中的函数。
The first line calls the function in Listing 4 when the page loads.
让我们在页面初次加载时调用该函数,如清单5所示。
Let's call this function when the page first loads, as shown in Listing 5.
此函数允许加载在基础dojo . js内尚未提供的dojo工具箱的某些部分。
This function allows loading parts of the dojo toolkit not already provided in the base dojo.js.
dojo是一个包系统,可用来在文件内构造应用程序类并通过dojo . require函数加载它们。
Dojo has a package system for structuring the application classes in files and loading them through the dojo.require function.
正如你期望的那样,testrunner加载测试页面,调用每个测试函数。
As you might expect the test runner loads the test page, and calls each test function.
通过函数调用加载数据。
发送方利用率似乎与数据包大小的函数加载关系不大,接收方的 "hi"% 利用率 (硬件中断)也是如此。
The sender utilization seems to be poorly correlated with its load as a function of packet size; so does the "hi"% utilization (hardware interrupt) of the receiver.
告诉Dojo一旦其他东西加载(所有Dojo组件)就执行init函数。
You tell Dojo to execute the init function once everything else (all of the Dojo components) are loaded.
在上述代码内,先是获得文件的文本内容并通过调用SimpleXMLElement函数将其加载到一个XML对象。
In this code, you get the text contents of the file and load it into an XML object with a call to the SimpleXMLElement function.
将在init函数中动态加载此数据。
接受单个参数,该参数是在Gadget加载以后调用的函数。
Takes a single argument, which is a function that is called after the gadget loads.
现在沙箱已经创建,使用loadhtml函数将该沙箱加载到沙箱中。
Now that the sandbox is created, load HTML snippets into the sandbox using the loadHTML function.
如果某个脚本调用其他Jython模块的函数或类方法,则使用execfile函数加载来自其他jython脚本文件的jython脚本。
If a script invokes the functions or class methods of other Jython modules, use the execfile function to load a Jython script from another Jython script file. Listing 3 shows an example.
下一行在初始页面加载时运行init函数。
The following line runs the init function on the initial page load.
要加载私钥,请使用下面函数之一。
To load the private key, use one of the following functions.
如果您的操作系统支持动态加载,那么Lua可以根据需要来动态加载并调用函数。
If your operating system supports dynamic loading, Lua can load and call functions on demand.
一旦文档主体加载,就调用initialize函数。
Once the body of the document loads, the initialize function is called.
随后创建并加载DomDocument()函数。
清单12中的函数需要在加载Flex应用程序的页面上可用。
The function in Listing 12 just needs to be available on the page where your Flex application is loaded.
应用推荐