Glossary of terms used on this site
Glossaries
Term | Main definition |
---|---|
counterpoint |
对位4
|
Coupling count |
耦合数:当一个方法被调用时传给它以及从它传出来的值的数目。如果该方法没有返回值 则耦合数就是它的参数数目。否则就是参数数目加 1。如果你想要在没有测试的情况下提取出一个消防法的话,计算一下它的耦合数是很有意义的。
|
covariance |
协变
|
CPU |
中央处理器(Central Processing Unit)
|
CQRS |
命令查询职责分离(Command-Query Responsibility Segregation)
|
crash |
(程序)崩溃
|
crash dump |
故障转储
|
CRC |
类-职责-交互(class-responsibility-collaboration)4
|
credential |
凭证4
|
cririque |
评估
|
CRM |
客户关系管理(Customer Relationship Management)
|
Cross Domain |
跨域
|
Cross-browser |
跨浏览器
|
Cross-Functuinal Requirement |
跨功能需求(CFR)4
|
Cross-platform |
跨平台
|
CRT |
cathode ray tube 阴极射线管
|
cruft |
残留
|
crytography |
密码术
|
CTS |
公共类型系统(Common Type System)
|
cursor |
光标
|