SLOC:源代码行

“Source Lines Of Code”通常缩写为SLOC,这是一种在计算机科学、软件工程及相关电子技术领域中广泛使用的便捷书写形式。该术语主要用于衡量软件项目的规模或开发工作量,其中文含义为“源代码行”,便于开发者和研究人员在学术讨论与技术文档中高效沟通。

Source Lines Of Code具体释义

  • 英文缩写:SLOC
  • 英语全称:Source Lines Of Code
  • 中文意思:源代码行
  • 中文拼音:yuán dài mǎ xíng
  • 相关领域sloc 电子

Source Lines Of Code的英文发音

例句

  1. Measure : Source lines of code ( SLOC )
  2. 度量:源代码行(SLOC)数(SLOC)
  3. Effort per defect, defects per sloc ( source lines of code ), defects per module / component, defects by injection point, defects by age, defects by state.
  4. 每个缺陷的工作、每行源代码的缺陷、每个模块或组件的缺陷、按照注入点的缺陷、按照时间的缺陷、按照状态的缺陷。
  5. Thin large class code smells by counting source lines of code using PMD ( or JavaNCSS ) and providing refactorings such as Extract Method
  6. 使用PMD(或JavaNCSS)计算源代码行(SLOC),并提供诸如ExtractMethod之类的重构,以此来淡化大类代码味道
  7. JavaNCSS is a free tool that provides various code measurements such as the number of non-commenting source statements ( or lines of code ) and the cyclomatic complexity number of all analyzed methods.
  8. JavaNCSS是一个免费工具,提供了不同的代码测量,例如非注释性源代码语句(或代码行)的数量、所有分析过的方法的圈复杂度量值(cyclomaticcomplexitynumber)。
  9. One of my favorite open source libraries ( and indeed platforms ) that almost always yields fewer lines of code to produce working applications is Groovy ( see Resources ).
  10. 我最喜欢的开源库(以及平台)之一就是Groovy,它总是可以生成更少的代码行来创建有效的应用程序(见参考资料)。