代码克隆检测工具 CCCD
- 授权协议: Apache-2.0
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://www.se.rit.edu/~dkrutz/CCCD/
- 软件文档: http://www.se.rit.edu/~dkrutz/CCCD/index.html?page=results
软件介绍
Concolic Code Clone Detection (CCCD) 是一个代码克隆检测工具。
代码克隆是指非常相似的独立代码片段,在提供相同的输入时会产生类似的结果。在已开发一段时间的应用程序中,常会出现这种现象。代码克隆增加了更改应用程序的难度和维护成本,因为你必须找到并更新多个片段。
CCCD 使用 concoic 分析来检测代码克隆,这种方法的优点是它可以根据软件的功能而非语法特性发现克隆。这意味着困扰先前克隆检测技术的许多语义问题对 CCCD 没有任何不利影响。
Introduction to Linear Optimization
Dimitris Bertsimas、John N. Tsitsiklis / Athena Scientific / 1997-02-01 / USD 89.00
"The true merit of this book, however, lies in its pedagogical qualities which are so impressive..." "Throughout the book, the authors make serious efforts to give geometric and intuitive explanations......一起来看看 《Introduction to Linear Optimization》 这本书的介绍吧!
