Setting calculation method of line differential protection and calculation examples are given as well.
最后结合实例总结了相关保护定值的整定计算方法。
The principle and method of line intersect sampling for estimating logging wastes are introduced in this paper.
研究了采伐剩余物调查的线截抽样原理和方法。
This paper presents the integrated evaluating method of line error in a plane by two endpoint and least square method.
给出了用两端点法、最小二乘法对平面内的直线度进行综合评定的方法。
Based on seismic periodic spectrum and probability analyse of seismic interval periodic, we have built up the prediction method of line synthesis probability.
在地震周期谱分析和地震间隔周期出现概率分析的基础上,建立了线性合成概率预测方法。
The principle and method of line intersect sampling for surveying stand volume were introduced in this paper. and tested in coniferous forests and broad-leaved forests.
系统地论述了林分蓄积量调查的线截抽样原理和方法、并在针叶林和阔叶林中进行了验证。
The vegetation in Shenzhou peninsula of Wanning was studied with the method of line and sampling research, and the species composition and vegetation types were analyzed.
以海南省万宁市神州半岛区域现有植被作为调查对象,采用路线调查和样方调查相结合的野外植被调查方法,研究该地区植被类型的情况。
The application of the middle line method of dam construction and the tailing transportation using water isolation pumps are an effective way.
采用大坝中线法施工,采用隔水泵输送尾矿是一种行之有效的方法。
On-line liquid chromatography-mass spectrometry is a high throughput method for the analysis of small molecules in biofluids.
在线液相色谱-质谱联用法是一种高通量的方法,用于分析生物流体中的小分子。
Once you find the line of code in question, determine the value of the variables in that method, how the method was called, and specifically why the error occurred.
一旦您发现了代码中出错的行,请确定该方法中变量的值、方法被调用的方式以及关于错误如何发生的详细情况。
You can fix this error by changing the first line of the method to the following.
你可以通过把方法第一行改成如下样子来修正这个错误。
The last line represents the normal processing of the method result. The five previous lines are output from the logging code.
最后一行表示方法结果的常规处理,前面的五行是日志代码的输出结果。
One way would be to create an array of booleans, one for each line of the original method, and add code that sets the appropriate flag as each line is executed.
可以使用的一种方法是创建一个布尔值数组,初始方法中的每一行代码对应一个布尔值,然后添加代码,每执行一行代码就设置相应的标志。
It would not be out of line to find multiple iterator implementations in one method, the specific one returned being determined at runtime.
它也不需要在一个方法中去查找多个迭代器的实现,特定的迭代器都是在运行时才确定的。
This method assumes that some percentage of planets will pass between our line of sight and the stars they orbit around, causing those stars to dim just a fraction from our perspective.
这个方法设想行星的一部分从其环绕的恒星和我们的视线之间越过,这会造成在我们看来恒星稍稍变暗了一些。
You need to examine the lines of code within the method and check to make sure that there is only one line.
您需要检查方法内部的代码行,并且确保其中只有一行代码。
If a method is 10 lines long and 8 lines of the method were exercised in a test run, then the method has a line coverage of 80%.
如果一个方法有10行代码,其中的8行在测试中被执行,那么这个方法的行覆盖率是80%。
The last line of the method is the method's return value, which is the list of factors in this case.
此方法的最后一行是方法的返回值,它是本例子中的因子列表。
You tend to assume that each line of code in the method must be operating properly in order for the method to produce the expected result, given a certain input.
您可能认为,针对特定输入,只有方法中的每一行都操作正确,方法才会生成预期结果。
The readline method, however, reads the specified number of characters and continues reading until the end of that line.
但是readline方法在读入指定数量的字符后,还会继续读取,直到行尾。
At the end of the header cells, you call the Ln method to move down to the start of the next line.
在标题单元格的最后,您要调用Ln方法以便向下移动到下一行的开始。
The effect of the println method is to display the entire argument string on the console and then to return to the beginning of the next line.
println方法的作用就是在控制台中显示整个参数字符串然后返回到下一行的开头。
Line 33 - Uses the 'fnmatch' method of 'file' class to check if the file found matches the pattern given.
第33行-使用“File”类中的“fnmatch”方法检查发现的文件是否符合给定的模式。
Line 24 - Uses the 'fnmatch' method of 'file' class to check if the file found matches the pattern given.
第24行-使用“File”类中的“fnmatch”方法检查发现的文件是否符合给定的模式。
This steps over the highlighted line of code and continues execution at the next line in the same method (or it will continue in the method from which the current method was called).
该操作会越过高亮显示的那行代码,继续执行同一方法中的下一行代码(或者继续执行调用当前方法的那个方法的下一行代码)。
In the course of refactoring a 100-line method, you find that some bad design decisions were made about responsibility allocation.
在重构这个长达100行的方法时,你可能会发现一些诸如责任分配(responsibility allocation)不合理这样的设计问题。
Here is a sample of method trace output (using the second command line from the previous section).
这里是方法跟踪输出的一个示例(用前面一段的第二个命令行)。
I'd love to show the example of the 2,200-line method I found on a project I had to maintain.
我可以给您展示一个2200行的方法,这个方法是我在需要维护的一个项目上发现的。
It then calls the Ln method, which is the equivalent of a carriage return to start a new line.
然后调用Ln方法(该方法与回车键等效)启用一个新行。
Then we input the country name and dataType as parameters to the other method: FBUtils.getDisplayRoleSet(country, dataType) (line 15 of Listing 3).
然后我们输入国家名称和dataType 值作为另一个方法 FBUtils.getDisplayRoleSet(country, dataType)的参数(清单3 的第 15行)。
Listing 5 shows an excerpt from its load_uri method, starting at line 189 of aggregate.py.
清单5摘自这个类的load_uri方法,它从aggregate . py的第189行开始。
应用推荐