代码冗余度英文解释翻译、代码冗余度的近义词、反义词、例句
英语翻译:
【计】 code redundancy
分词翻译:
代码的英语翻译:
word
【计】 code
【经】 code
冗余的英语翻译:
【计】 redundance; redundancy
【化】 redundancy
度的英语翻译:
consideration; tolerance; degree; limit; linear measure; surmise; estimate
extent
【计】 degrees; k.w.h.
【化】 dimension; kilowatt hour
【医】 Deg.; degree
【经】 degree
网络扩展解释
代码冗余度
代码冗余度的中文拼音为 dài mǎ biàn jù dù,其英语解释为 Code Redundancy,读音为 /ˈkəʊd rɪˈdʌndənsi/。
代码冗余度是指在编写程序时,同样的功能可以用多种不同的方法实现,而造成的代码重复的程度。它是程序设计中一个非常重要的指标。
举个例子,如果在一个程序中多次使用同样的函数或是同样的代码块,就可能产生大量的重复代码,而这就是代码冗余度的表现。
英文例句
下面是两个使用 Code Redundancy 的英文例句:
- Code redundancy is a major issue in large software development projects.
- The developer was criticized for his excessive code redundancy, which led to slower application performance.
英文近义词
Code redundancy 的英文近义词有 Duplicate code,Readundant code,Copy-pasting of code 等。
英文反义词
Code redundancy 的英文反义词为 DRY,即 Don't Repeat Yourself。
英文单词常用度
Code redundancy 是程序设计中一个非常常见的问题,因此它的使用频率较高。