cyclomatic

常用释义

词性释义

环形量度之和

例句
  • 全部
I covered cyclomatic complexity in " Test-driven design, Part 2, " but it has some nuances I didn't discuss there.
1·SCORT can take different values for graphs with the same cyclomatic number.
对于具有相同圈数的图形,SCORT 可以采用不同的值。
2·I've explained in previous articles in this series that cyclomatic complexity tends to be one of the harbingers of sticky code.
我在 本系列前面的文章 中已经解释了圈复杂性,它是令人讨厌的代码的一种先兆。
3·The original method had a cyclomatic complexity of 43.
原始的方法的圈复杂度是 43。
4·Some of the common questions relating to cyclomatic complexity are "How does my code compare to others?" and "What is a good number for a particular class?"
与圈复杂度相关的常见问题包括 “我的代码与别人的代码相比怎么样?” 和 “对于一个类,多大的数值是合适的?”
5·Each of the former if blocks took 3 lines of code (and contributed 1 cyclomatic complexity point).
之前每个 if 块占用 3 行代码(并贡献了 1 个点的圈复杂度)。
网络释义

"(Cyclomatic)复杂度"是很久之前就已经出现的度量。但直到最近,由于度量工具的涌入,它才在业务领域被广泛作为代码度 …

环形量度之和

2、 结构性指标:继承深度:继承树的高度方法加权和:每个方法的环形量度之和cyclomatic)。软件量度可以衡量重构的效 …
更新时间:2025-04-26 12:57