the number of lines
线路条数
2025-09-09 13:46 浏览次数 9
线路条数
the e number of lines线路条数
the number of pipe lines趟数
the number of ridge lines穿越的脊线数
the number of shipping lines航线数量
if you run this program, it reads itself and prints the number of lines in the file, which is 7. you can also import it like this.
如果运行这个程序,程序就会读取自己本身,然后输出文件中的行数,也就是7行了。你还可以导入这个模块,如下所示。
you can change the number of lines that these commands send to their standard output with the -n option (of course, your results will vary depending on the contents of your xf86config file)
您可以通过使用-n选项改变这些命令发送至其标準输出的行数(当然,输出结果将随xf86config文件的内容而不同)
by simply counting the number of lines this utility outputs, you can quickly see if the number of handles is significant or -- worse still -- growing.
只要数一数该工具输出的行数,就可以判定句柄是不是太多,或者是否还在增长。
these counting methods only give counts of the number of lines containing matched patterns -- and if that is what you are looking for, that is great.
这些计数方法仅提供包含匹配模式的行数——如果那就是您要查找的结果,这没什么问题。
i compared the number of lines of xml required by acegi (175) with the number that cma required in web.xml (20) and quickly dismissed acegi as too complicated.
我对acegi所需要的xml的行数(175)与web.xml中所需要的cma的行数(20)进行了比较,很快就决定丢弃acegi 了,因为它太过复杂了。
if it does, the first and last line, and the number of lines can be stored for the subprogram.
如果等于该值的话,则存储子程序的第一行和最后一行代码,以及行号。
answer: we want to minimize the number of lines occuring with identical timestamps.
答:我们想将时间戳完全相同的行数降到最少。
the graph in figure 1, which plots defect density against the number of lines of code under review, supports this rule.
图1中的图,描述了缺陷密度与评审代码行数量之间的关系,支持该规则。
as the number of lines of code under review grows beyond 200, defect density drops off considerably.
评审代码行的数量超过200 时,缺陷密度就会急剧地下降。
because of the number of lines generated during this wsadmin session, it has been divided here into listings 2a through 2e.
因为行号是在这个wsadmin会话期间生成的,所以这里的清单划分为清单2a到清单2e。
after setting up variables for the total number of packets to be recorded between reads and recording the number of lines read from the vmstat program, we move on to header definitions.
为各次读取之间记录的信息包总数设置一个变量并记录从vmstat程序中读取到的行数,接下来定义标题。
change the number of lines per page from 66 to 50
将每个页面的行数从66修改为50
the number of calls to the objects and the number of lines of code that must be execute to achieve the desired result gives us an idea of the serious processing required to achieve the desired result.
对于这些对象的调用数目,以及为取得期望结果必须执行的代码行数,让我们了解要取得期望结果需要进行多么重大的处理。
i measure my effort by the number of commands i had to enter on my terminal, the number of lines of ruby code that i had to write, and the amount of html and embedded ruby (erb) lines i had to write.
我通过在终端输入的命令的数量、我必须输入的ruby代码的行数,以及我必须要写的html和内嵌的ruby(erb)代码行的总量来度量我的工作。
a few lines of python code do the main work of counting the number of lines and characters.
python 中的一些行完成了对行及参数计数的主要工作。
the first is to reduce the number of lines that appear in the dropdown.
第一,出现在下拉栏中的行数。
that number actually refers to the number of lines inserted.
这个数字实际上指的是插入的行的数量。
for example, you can use this tab to see a summary of the number of lines for each language or file type in the inventory database.
例如,您可以使用该项来查看编目清单数据库中每一项语言或者文件类型行数目的总结。
if the number of lines of code for the sql, xml-rpc listener, and client are counted, this middleware system was weighs in under 600 lines of code.
如果把sql、xml-rpc监听器和客户端的代码行数都计算在内,估计这个中间件系统的代码会低于600行。
the basic idea behind this extension is to count the number of lines and characters in a file and report the results on a new tab of the file properties page.
这一扩展背后的基本思想是计算文件中的行数和参数个数,并在文件属性页的新选项卡中报告结果。
cobertura calculates coverage both by the number of lines tested and by the number of branches tested.
cobertura通过被测试的行数和被测试的分支数来计算覆盖率。
example: show the number of lines in a file
示例:列出了文件中的行数
the number of lines remains the same.
而行数保持不变。
for example, it「s very hard to get much value from knowing the number of lines of code.
例如,知道代码行数几乎不能带来任何价值。
if you cut down the number of lines needed for an application by 20%, you」re only saving 200 lines in a 1kloc application, but 4,000 lines in a 20kloc application.
如果你你将一个应用所需的代码量减少20%,那么对于一千行代码规模的项目可以减少200行,而2万行代码规模的项目则可以减少4000行。
actually, there is no specific limitation on the number of lines that can be displayed as long as the maximum deck size limit (which varies from device to device) is not exceeded.
事实上,对显示多少行没有特别限制,只要不超过面板的最大尺寸就行(随设备的不同而不同)。
the oldest method for calculating code complexity is counting the number of lines in a given function or method.
计算代码复杂度的老方法,一般是统计一个给定的函数或方法中的代码行数目。