repeating method信息详情
复测法
repeating───adj.(图案)重复出现的;(武器)可连发的;v.重复,重说;重做;重复发生(repeat的现在分词)
method───n.方法;条理;类函数
negating repeating───否定重复
repeating decimal───[数]循环小数;n.循环小数
repeating pattern───[医]重复构型
repeating group───[计]重复组
gasometric method───气体容量法,气体定量分析法
teaching method───教学方法;教学方式
setter method───塞特法
Repeating the experiment, it showed microwave-adjusting method had good repeatability.───进行重复实验,证明微波修饰法具有较好的重复性。
Repeating your current actions will get you the same end results. If the current method is ineffective, change it.───重复目前的做法,只会得到目前的结果。如果现行方法无效,就要改用其它方法。
All a decorator does is let you avoid repeating the method name, and put the decorator near the first mention of the method in its definition. For example.───decorator所做的一切就是使您避免重复使用方法名,并且将decorator放在方法定义中第一处提及其名称的地方。