Then all were given regular function exercises.
并结合有计划的规则功能锻炼。
The concepts of random regular function and random potential function are introduced.
引入随机正则函数和随机位势函数的概念。
You can also override regular functions in a subclass and call the overridden parent function from within the subclass.
您也可以在子类中重写规则函数,从子类中调用重写的父类函数。
As you can see, a screen is called similarly to a regular function, in fact, screens, like functions, can return values.
正如你所看到的,对屏幕的调用和对一般函数的调用类似,事实上,和函数一样,屏幕也能够返回值。
The performance of pattern draw of the spherical pits on the roll of the form-machine has direct influence on the regular function and the efficiency of the production line.
精铁粉冷压球团成形机是生铁冶炼炉料生产线的关键设备,其轧辊球坑的脱模性能直接影响生产线的正常工作及效率。
Regular physical activity may improve brain function, both by increasing blood flow to the brain and stimulating the production of hormones and nerve growth factors involved in neurogenesis.
有规律的体育活动有助于改善脑功能,它不仅可以增加流入大脑的血液,还可以刺激与神经发育有关的激素及神经生长因子的产生。
By inserting electrodes into one or more of the Chambers of the heart, via a large vein, it is possible to mimic its function by applying small electrical shocks at regular intervals.
把电极通入一个或多个心房或心室,并使导入一条大静脉,就可以通过有规律的小幅电击模拟窦房结发挥作用。
Regular performance data collection and the use of the performance data investigator function in IBM I can be used to determine those characteristics before and after the implementation of SSDs.
IBMi中的常规性能数据收集和性能数据调查器功能可用于确定实现SSD前后的那些特征。
This particular store is clearly making an effort to function as a regular grocery by keeping certain staples - such as milk, cheese, a cross-section of produce - always available.
显然,这个特别的小店正试图保留一些特定的主题,以保持自己作为常规杂货店的功能—比如牛奶、芝士、各种各样的农产品—这些商品一直都有。
This function compiles the given regular expression into a pattern with the given mode and attempts to match the given input against it.
此函数将给定正则表达式编译到具有给定模式的模式中并尝试匹配针对它的给定输入。
That function USES a regular expression to change a single quotation mark into backslashed single quotation mark.
该函数使用一个正则表达式将一个单引号标记更改为带有反斜杠的单引号标记。
This function attempts to match and return a specific occurrence of a pattern that is defined by the regular expression against the source string.
此函数试图匹配并返回正则表达式针对源字符串定义的模式的特定发生项。
This function attempts to match a specific occurrence of the pattern that is defined by the regular expression against the source string.
此函数试图匹配正则表达式针对源字符串的模式的特定发生项。
The AddOne method is not a very practical example because you would normally just receive a regular integer as a parameter and write the method as a function that returns a modified integer.
方法addone并不是一个很实际的示例,因为通常只需接收常规整数作为参数,并且作为能返回修改的整数的函数编写此方法。
It is not hard to create a decorator that "enhances" a regular numerical function.
创建一个可以“增强”普通数值函数的decorator并不困难。
Because the regular keys iteration of FIRSTKEY and NEXTKEY is only over the primary keys, the secondary_keys function is provided for the secondary mapping.
由于FIRSTKEY和NEXTKEY的常规keys迭代只是对主键进行,因此secondary_keys函数是为第二个映射提供的。
You'll easily notice that it is very similar to a regular select query, the only difference being the rec2xml() and a few extra parameters for the function. This call returns the following
这与常规的选择查询非常相似,惟一的差异是使用了 rec2xml() 函数和几个额外参数。
The for loop then iterates through each line, matching it against the regular expression in ASSIGN_LINE using the built-in matchlist() function
然后,for 循环遍历每个行,使用内置的 matchlist() 函数根据 ASSIGN_LINE 中的正则表达式匹配它
At first, I tried to write Algorithm: : InversionList using regular expressions and the index function.
开始时我尝试使用正则表达式和index函数来编写Algorithm:InversionList。
The find function then searches the episode list to find matches using a simple regular expression match on the title and the summary.
然后,find函数搜索剧集列表以便使用与标题和摘要匹配的简单正则表达式来查找匹配项。
The regmatch(re, text) function compares the regular expression to the text, yielding either Null for no matches or an array of pairs of integers (a two-element array).
regmatch(re,text)函数将比较正则表达式和文本,如果没有匹配的话就生成Null 值,否则生成一个由成对整数组成的数组(双元素数组)。
This is a glob pattern (a shell-style regular expression) of function names to ignore.
这是一个要忽略的函数名的glob模式(shell样式的正则表达式)。
The AlignAssignments function first sets up two regular expressions (see: help pattern for the necessary details of Vim's regex syntax).
AlignAssignments函数首先创建两个正则表达式(参见:helppattern获得有关Vim正则表达式语法的必要细节)。
The handler function is called when the request type and the regular expression match.
当请求类型与正规表达式匹配时,就会调用处理器函数。
When the machine is rebooted, the touchscreen will now function just like a regular mouse.
当机器重新启动时,触摸屏就可以像普通的鼠标一样正常工作了。
Internet auctions function in much the same way as regular auctions, though with a longer time limit.
网络上的拍卖运作方式大体与一般的拍卖无异,但有更长的拍卖期限。
Among your New Year's resolutions include a savings goal that is a function of your regular income, even if it's not a large amount of money.
在你的新年决心中,制定一个攒钱的目标,与你的固定收入挂钩,即使攒下的每笔钱并不很多。
The replace function USES three arguments: the first is the text to modify, the second is the regular expression that matches the part to be replaced, and the third is the replacement string.
replace函数采用了三个参数:第一个参数是要修改的文本,第二个参数是与将要替换的部分匹配的正则表达式,第三个参数是替换字符串。
The filter_var() function greatly reduces the amount of coding compared to if you were to try to do this manually with a regular expression and string functions.
与尝试用正则表达式和字符串函数手动完成此工作相比,使用 filter_var()函数将极大地减少编码量。
The filter_var() function greatly reduces the amount of coding compared to if you were to try to do this manually with a regular expression and string functions.
与尝试用正则表达式和字符串函数手动完成此工作相比,使用 filter_var()函数将极大地减少编码量。
应用推荐