累计查询 0.00 亿次

information hiding

  • [计] 信息隐藏;[计] 信息隐蔽

双语例句

  1. Encryption: Deals with information hiding.
    加密:处理信息的隐蔽。
  2. Information hiding is a key aspect of this pattern.
    信息隐藏是这个模式的关键特征。
  3. 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).