首页 翻译 背单词 英文校对 词霸下载 用户反馈 专栏平台 登录 翻译 简明 duplication code 英[ˈdju:plikeiʃn kəud] 美[ˌduplɪˈkeʃən kod] 释义 重复码 释义
duplication n. 1.复制,重复 de duplication 删除重复 code n. 1.[C]法典,法规 2.[C]规则,规范;礼教习俗 3.[C,U]代号,代码;电码;密码 4.【电脑】(不严格地说,是指)以特定编程语言所撰写出来的一段程序 v. [T] 1. self duplication 自体复制,自我复制 The Code of Hammurabi 汉莫拉比法典 ...
2) how much extra overhead the presence of the duplication incurs, and 3) how much “traffic” that area receives, i.e. how frequently that area of code needs to be changed or understood. Let’s look at each of these factors more closely...
duplication code 英文duplication code 中文【计】 重复码
A duplication code selection scheme for inputting Chinese characters to computer features that when the number of duplicated codes is more than 3, only 3 duplicated codes are displayed and chosen respectively by space key, left shift key and right shift key, or quickly chosen by inputting the ...
分享到: 【计】 重复码 分类: 通用词汇|查看相关文献(pubmed)|免费全文文献 详细解释: 以下为句子列表: 分享到:
分享到: 重复码 分类: 科技词汇|查看相关文献(pubmed)|免费全文文献 详细解释: 以下为句子列表: 分享到: 热门分类
hosting open-source codeplex code-duplication lan*_*nce 2017 05-23 4推荐指数 2解决办法 682查看次数 如何减少此示例中的代码重复 我需要遍历一个数字(xx).xx始终从零开始.我的问题是,如果moveDirection变量是+1,则xx会增加,直到达到正值range.如果moveDirection为-1,则xx减小直到达到负数range. 在下面的...
我正在制作一个C#应用程序。该应用程序有两个类和多个方法。在编写代码时,我遇到了一个问题。我在两个类中使用相同的两个变量(XList和YList)和一个方法。而且我可能需要更多的类来使用这段代码。所以...How to avoid duplication?
Hi, How could I prevent sonarqube to find duplicated code inside the unit tests? I currently have a project with a lot of duplication in my unit tests, but since, it's not my priority to solve them, I was searching for an option to hide them. Thanks in advance....