📄 scramblingtypes.java
字号:
package security;public interface ScramblingTypes { /** No scrambling */ public static final int NO_SCRAMBLING = 0; /** Scrambling in the wavelet domain (i.e. code-block's sign bit-plane) */ public static final int WAV_DOMAIN_SCRAMBLING = 1; /** Scrambling in the compressed domain (i.e. code-block's codewords) */ public static final int COMP_DOMAIN_SCRAMBLING = 2;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -