In this paper, the diaphragms and strips with finite conductivity are studied by the method of lines.
本文应用直线法分析非理想导体所构成的薄感性膜片,其等效电抗和等效电阻能同时计算获得。
In this paper the method of lines is quoted. The partly filled with electric anisotropic dielectric waveguides are analyzed.
文本引用直线法,分析了一般的部分填充电各向异性介质的波导的色散特性。
The 2-d em boundary value problems with curved boundaries are first treated by the method of lines based on the matrix Theory.
本文首次将基于矩阵理论的直线法推广到曲线边界的二维电磁场问题。
A general - purpose software for the full-wave analysis of microwave and millimeter-wave planar transmission lines by the method of lines has been developed.
本文用直线法研制了微波毫米波平面传输线全波分析通用软件。
A set of formulas for analyzing high order modes of coaxial lines with arbitrary section in polar coordinate by the method of lines are rigorously derived in this paper.
本文应用直线法理论严格推导了在极坐标系统中分析任意截面形状同轴线高次模的公式。
The enhanced update method requires just a few additional lines of code.
这个增强型的更新方法需要一点额外的代码行。
The oldest method for calculating code complexity is counting the number of lines in a given function or method.
计算代码复杂度的老方法,一般是统计一个给定的函数或方法中的代码行数目。
To accomplish this, you can wrap the three lines of code produced by the recorder into a separate method in your test script.
要完成这项操作,可以将记录器生成的三行代码封装到测试脚本的某个单独方法中。
The last line represents the normal processing of the method result. The five previous lines are output from the logging code.
最后一行表示方法结果的常规处理,前面的五行是日志代码的输出结果。
The second code block (lines 6-7) just passes the root element of the document off to the recursive modification method I'll get to in a moment.
第二个代码块(第6 -7行)只是将文档的根元素传递给我马上要谈到的递归修改方法。
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%。
Creating the synchronized block yielded 16 lines of bytecode, whereas synchronizing the method returned just 5.
创建同步代码块产生了16行的字节码,而创建同步方法仅产生了5行。
You need to examine the lines of code within the method and check to make sure that there is only one line.
您需要检查方法内部的代码行,并且确保其中只有一行代码。
The first two lines of this method do something you would expect to happen at the start of a GUI program: they create and show a main window.
该方法的前两行的用途在GUI程序的开头部分很常见:它们创建和显示主窗口。
The method signature ends with a colon, which indicates that the body of the function follows on subsequent lines.
方法签名以冒号结尾,表示下面的代码行是函数体。
The new element creation technique (lines 15-16) differs both by the use of a QName object to represent the element name and by calling a method of the saved factory to build the element.
通过使用QName对象来表示元素名称和通过调用已保存的工厂的方法来构建元素可以区别新元素的创建技术(第 15-16 行)。
The csv.writer method produces a CSV file from an iterable object; cursor.fetchall() is a bit of a beast, and four lines are enough to produce the CSV output.
writer方法从一个可迭代的对象生成一个CSV文件;cursor.fetchall() 功能强大,4 个代码行就足以生成 CSV 输出。
The first example USES the PropertyPageProvider method to show the number of lines and characters when you right-click a file (or files) and then click Properties.
第一个例子使用PropertyPageProvider方法在文件(或多个文件)上单击右键显示行数和参数,然后单击properties。
To avoid lines of arbitrary argument parsing code, this main method USES the Apache Commons CLI project to parse the arguments sent to it from the command line.
为了避免随意的实参解析代码,main方法使用了ApacheCommonsCLI项目来解析从命令行发送给它的这些实参。
You need to add two lines of code in the init method of the controller servlets.GoogleSearchServlet.
您需要在控制器servlets . GoogleSearchServlet的init方法中添加两行代码。
I'm left with some ugly boilerplate code because of the anonymous inner class wrapping this method's real purpose - the two lines of code that appear in the body of the addOrderFrom method.
考虑到包装这个方法的匿名内部类的真正用途,我留下了几行难看的样板代码—addorderfrom方法体中的两行代码。
That's not so bad in and of itself, but when I find I do need to print the method information, I first need to print the entering lines for each enclosing method call.
这本身并不困难,但是我发现真的需要打印方法信息时,首 先需要打印每一个包围方法调用的进入线。
Along the bottom of Figure 1 are the three types of submission methods, with the vertical dashed lines indicating the point in the lifecycle at which that particular method will return.
沿着图1的底部,有三种提交方法,从上到下的点线表示具体的方法返回的生命周期中的时间点。
To modern time measure, people divide the surface of the earth into 24 time zones according to longitude lines. This method was established by the International longitude Conference in 1884.
到了近代,将地球表面按经线等分为24个时区,这是由1884年国际经度会议制定的。
To modify the getCalulator()method, add two lines of code shown in bold in Listing 8.
要修改getCalulator()方法,可以添加清单8中用粗体显示的两行代码。
In the last two lines, it associates these widgets with specific elements of the HTML page by using the RootPanel.get method.
在最后两行中,它使用RootPanel. get方法,将这些小部件与特定的html页面元素相关联。
To set the arrow that shows the direction in which the column is sorted, the setSortDirection(int direction) method of the Tree class is called (lines 36 to 37).
要设置显示列的排序方向的箭头,可以调用Tree类的setSortDirection(intdirection)方法(第 36、37行)。
To set the arrow that shows the direction in which the column is sorted, the setSortDirection(int direction) method of the Tree class is called (lines 36 to 37).
要设置显示列的排序方向的箭头,可以调用Tree类的setSortDirection(intdirection)方法(第 36、37行)。
应用推荐