📄 mqlencaltypespec.cpp
字号:
}
// From now on there can never be a carry bit on cLow, since we
// always output bLow.
// Loop testing for the condition and doing byte output if they
// are not met.
while(true){
// If decoder's codestream is within interval stop
// If preceding byte is 0xFF only values [0,127] are valid
if(bDelFF){ // If delayed 0xFF
if (bLow <= 127 && bUp > 127) break;
// We will write more bytes so output delayed 0xFF now
m_pOut->Write(0xFF);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -