中英互译
information hiding
基本释义
- [计] 信息隐藏;[计] 信息隐蔽
双语例句
- Encryption: Deals with information hiding.加密:处理信息的隐蔽。
- Information hiding is a key aspect of this pattern.信息隐藏是这个模式的关键特征。
- Information hiding modularity is a key to design for change.信息隐藏模块化是为变化进行设计的关键。
网络短语
- Information Hiding Technology信息隐藏技术
- Information hiding and digital watermarking信息隐藏与数字水印
- Image information hiding图象信息隐藏
- Digital Image Information Hiding数字图象信息隐藏;数字图象隐藏;数字图像的信息隐藏
- Information Hiding and Watermarking信息隐藏与数字水印
英英释义
- In computer science, information hiding is the principle of segregation of the design decisions in a computer program that are most likely to change, thus protecting other parts of the program from extensive modification if the design decision is changed. The protection involves providing a stable interface which protects the remainder of the program from the implementation (the details that are most likely to change).