网站首页  词典首页

请输入您要查询的英文单词:

 

单词 cyclomatic complexity
释义

cyclomatic complexity

  • 网络圈复杂度;循环复杂度;圈复杂性
1.
圈复杂度
圈复杂度(Cyclomatic Complexity)是一种代码复杂度的衡量标准。它可以用来衡量一个模块判定结构的复杂程度,数量上表现为 …
blog.csdn.net
2.
循环复杂度
SoftWare Testing... ... criticality analysis 关键性分析 cyclomatic complexity 循环复杂度 data corruption 数据污染 ...
www.cnblogs.com
3.
圈复杂性
软件最... ... Weighted methods per class( 每个类重量方法) Cyclomatic Complexity圈复杂性) Response for Class( 类 …
www.jdon.com
4.
环路复杂度
JDeveloper 提供代码度量功能来分析继承树的深度、生命的数量以及代码的环路复杂度cyclomatic complexity)。 Oracle JD…
www.docin.com
5.
圈庞杂度
什么鸣圈庞杂度cyclomatic complexity)?为什么它很主要?
blog.sina.com.cn
6.
圈错杂度
软件测试... ... Customer-focused mindset: 客户为中间的理念体系 Cyclomatic complexity: 圈错杂度 data corruption: 数据污染 ...
www.mysjtu.com

例句

释义:
1.
I've explained in previous articles in this series that cyclomatic complexity tends to be one of the harbingers of sticky code.
我在本系列前面的文章中已经解释了圈复杂性,它是令人讨厌的代码的一种先兆。
www.ibm.com
2.
The bottom of the figure indicates the CheckStyle cyclomatic-complexity violation for a method.
该图下面的部分指示出了一个方法的CheckStyle圈复杂度违规。
www.ibm.com
3.
What's more, this tool also gathers the cyclomatic complexity of every method in a code base.
此外,此工具还收集代码库中每个方法的圈复杂度。
www.ibm.com
4.
Testing methods with high cyclomatic complexity values is almost always like stepping into a maze -- no easy exit in sight.
具有高圈复杂度值的测试方法几乎总是把事情弄得一团糟,无法轻易收场。
www.ibm.com
5.
Measuring cyclomatic complexity is, therefore, particularly valuable in situations where you're working with a legacy code base.
所以,在使用遗留代码库的情况下,测量圈复杂度特别有价值。
www.ibm.com
6.
Programs with lower cyclomatic complexity are easier to understand and less risky to modify.
循环复杂性低的程序更容易理解,编辑起来风险也更小。
www.ibm.com
7.
Cyclomatic complexity isn't the only complexity measurement for spotting high risk code, however.
不过,圈复杂性并不是确定高风险代码的惟一复杂性度量。
www.ibm.com
8.
A good rule of thumb is to create a number of test cases equal to the cyclomatic complexity value of the code being tested.
一个好的经验法则是创建数量与将被测试代码的圈复杂度值相等的测试用例。
www.ibm.com
9.
This installment of the series covers the cyclomatic-complexity metric in a discussion about testing.
本系列的这一期在讨论测试时介绍了圈复杂度度量。
www.ibm.com
10.
The total number of noncommenting lines of code and the cyclomatic complexity per each method in the code base.
代码库中每个方法的非注释代码行的总数和圈复杂度。
www.ibm.com
1.
Cyclomatic complexity, pioneered during those studies I previously mentioned, precisely measures path complexity.
圈复杂度是在我前面提到的那些研究期间开创的,它可以精确地测量路径复杂度。
www.ibm.com
2.
CheckStyle is another open source project with a similar cyclomatic complexity rule.
CheckStyle是另一个具有类似的圈复杂度规则的开放源码项目。
www.ibm.com
3.
Cyclomatic complexity is a measurement to determine the stability and level of confidence in a COBOL program.
Cyclomatic复杂性是决定COBOL程序中稳定性及实效性程度的评价手段。
www.ibm.com
4.
The maintainability index is a synthesis of three metrics: cyclomatic complexity, lines of code, and computational complexity.
可维护性指数由三个度量合成:圈复杂度、代码行数和计算复杂性。
technet.microsoft.com
5.
To determine the conditional-complexity code smell, you determine a method's cyclomatic complexity.
要确定条件复杂度代码味道,需要确定方法的圈复杂度。
www.ibm.com
6.
A few open source tools available to Java developers can report on cyclomatic complexity.
Java开发人员可使用一些开放源码工具来报告圈复杂度。
www.ibm.com
7.
What's interesting here is that we were able to spot this defect using cyclomatic complexity rather than code coverage.
在这里,有趣的是我们可以使用圈复杂度而不是使用代码覆盖率来找出这个缺陷。
www.ibm.com
8.
The approximate size of a covering set as a lower limit (n 1, equivalent to cyclomatic complexity of a graph).
而覆盖集的近似大小则被作为下限(n 1,等价于某个图的环复杂性)。
www.loveunix.net
9.
At the code level, Maurice Halstead's software metrics and Tom McCabe's cyclomatic complexity model were widely accepted.
在代码层次,MauriceHalstead的软件规格和TomMcCabe的秩复杂度模型被广泛接受。
www.ibm.com
10.
Complexity indicators are mainly the cyclomatic complexity number V(g) and the number of statements in the code.
复杂度指示器主要是圈复杂数V和代码中的声明语句数。
www.ibm.com
1.
The cyclomatic complexity formula, first developed by Thomas McCabe, is based on the number of branches in a function.
圈复杂性公式(cyclomaticcomplexityformula),被ThomasMcCabe首先提出,它是基于一个函数的分支数量来确定复杂度的。
www.infoq.com
2.
PMD, another open source project that analyzes Java source files, has a series of rules, one of which reports cyclomatic complexity.
PMD是另一个分析Java源文件的开源项目,它有一系列的规则,其中之一就是报告圈复杂度。
www.ibm.com
3.
Cyclomatic complexity is purely a measure of the relative complexity of one method versus another.
圈复杂度是衡量一个方法相对于另一个方法的相对复杂度的指标。
www.ibm.com
4.
Cyclomatic complexity is a measure of the relative complexity of one method versus another.
圈复杂度度量方法的相对复杂度。
www.ibm.com
5.
Cyclomatic complexity is a measure of the structural complexity of the type or method.
圈复杂度用于衡量类型或方法在结构上的复杂度。
technet.microsoft.com
6.
A nice open source tool that measures cyclomatic complexity for the Java language is the open source JavaNCSS tool (see Resources).
一种可以度量Java语言圈复杂度的非常不错的开源工具就是JavaNCSS工具(见参考资料)。
www.ibm.com
7.
This graph shows three key metrics over time: code coverage, cyclomatic complexity, and cyclomatic complexity per method.
该图显示了过去的3个关键度量:代码覆盖、圈复杂度和每个方法的圈复杂度。
www.ibm.com
8.
The two metrics I focus on in this article are cyclomatic complexity and afferent coupling.
本文主要讨论两个指标,圈复杂度(cyclomaticcomplexity)和传入耦合(afferentcoupling)。
www.ibm.com
9.
The cyclomatic complexity number ckjm reports represents the sum of the complexity of all the methods in the class.
ckjm报告的圈复杂度数字表示这个类中所有方法的复杂度之和。
www.ibm.com
10.
I covered cyclomatic complexity in " Test-driven design, Part 2, " but it has some nuances I didn't discuss there.
我在“测试驱动设计,第2部分”中讨论过圈复杂度,但是有一些细节没有讨论。
www.ibm.com
1.
Thus, it makes sense only when compared to other cyclomatic-complexity measures.
因此,该指标只有与其他圈复杂度指标相比较才有用。
www.ibm.com
2.
JavaNCSS: JavaNCSS is an open source metrics tool that provides method-level values for cyclomatic complexity.
JavaNCSS:JavaNCSS是一个开源的度量工具,提供圈复杂度的方法级的值。
www.ibm.com
3.
More technical definitions come from such measures as cyclomatic complexity developed by McCabe 4 and others.
更学术的定义来自McCabe4和其他人开发出的度量秩数复杂度的方法。
www.ibm.com
4.
The most effective way to reduce cyclomatic complexity is to pull out portions of code and place them into new methods.
减少圈复杂度的最有效方式是隔离代码部分,将它们放入新的方法中。
www.ibm.com
5.
CheckStyle, JavaNCSS, and PMD are open source tools that measure cyclomatic complexity.
以及PMD都是度量圈复杂度的开源工具。
www.ibm.com
6.
Cyclomatic complexity is a measure that dates back to 1975 as defined by Thomas McCabe.
圈复杂度是一种度量方法,由ThomasMcCabe于1975年定义。
www.ibm.com
7.
The maintainability index is calculated by using the following metrics: lines of code, program volume, and cyclomatic complexity.
可维护性索引的计算依据为:代码行数、程序量和圈复杂度。
technet.microsoft.com
8.
Cyclomatic complexity is a way to measure how tangled the paths are in the state space.
秩数复杂度是度量状态空间中路径有多紊乱的方式。
www.ibm.com
9.
The original method had a cyclomatic complexity of 43.
原始的方法的圈复杂度是43。
www.ibm.com
10.
Each of the former if blocks took 3 lines of code (and contributed 1 cyclomatic complexity point).
之前每个if块占用3行代码(并贡献了1个点的圈复杂度)。
www.ibm.com
1.
In this case, I am viewing the cyclomatic complexity of an individual method.
在此例中,我正在查看一个单独方法的圈复杂度。
www.ibm.com
2.
Because of this unit-of-work mismatch, it makes sense to look at both sum and average measures of cyclomatic complexity.
由于工作单元不匹配,所以同时观察圈复杂度的总值和平均值是有意义的。
www.ibm.com
3.
My prime candidate for investigation is the UIBean class, which has a cyclomatic complexity of 53 and afferent coupling of 22.
我首先选择的用于研究的类是UIBean类,它的圈复杂度是53,传入耦合是22。
www.ibm.com
4.
Cyclomatic complexity is a method-level measurement, but the unit of work in Java programming is the class.
圈复杂度是方法级度量,但是Java编程中的工作单元是类。
www.ibm.com
5.
What is cyclomatic complexity and why is it important?
什么叫圈复杂度(cyclomaticcomplexity)?为什么它很重要?
www.bing.com
6.
This method has a cyclomatic complexity of 3 (8 - 7 2).
这个方法的圈复杂度是3(8-7 2)。
www.ibm.com
7.
Following this version of cyclomatic complexity, the CC for the above sample code will be counted as
那么使用圈复杂性的这个版本,上面例子代码的CC值应该计算为
bbs.cntesting.com
8.
Code modules having high cyclomatic complexity
具有高度圈复杂性的代码模块
www.360doc.com
9.
Thus, in another version of cyclomatic complexity
因此,圈复杂性的另一个版本
bbs.cntesting.com
10.
A Software Cyclomatic Complexity Metrics Method Based on Procedure Blueprint
基于过程蓝图的程序环路复杂性度量方法
service.ilib.cn
1.
JavaNCSS: JavaNCSS is a popular metrics tool for Java that reports (among other things) cyclomatic complexity
JavaNCSS:JavaNCSS是一个流行的Java度量工具,报告(其中)圈复杂度。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 23:49:07