网页
图片
视频
学术
词典
地图
更多
航班
笔记本
cyclomatic
网络
圈;环形量度之和
网络释义
1.
圈
"
圈
(
Cyclomatic
)复杂度"是很久之前就已经出现的度量。但直到最近,由于度量工具的涌入,它才在业务领域被广泛作为代码度 …
book.51cto.com
|
基于12个网页
2.
环形量度之和
2、 结构性指标:继承深度:继承树的高度方法加权和:每个方法的
环形量度之和
(
cyclomatic
)。软件量度可以衡量重构的效 …
www.360doc.com
|
基于7个网页
例句
释义:
全部
全部
,
圈
圈
,
环形量度之和
环形量度之和
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
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
2
3
4
5