📄 mqlencaltypespec.h
字号:
{
// We are sure that next byte after current byte buffer has no
// bit stuffing
bitsInN3Bytes = 23; // 8 + 7 + 8
}
if ((11-CT+16) <= bitsInN3Bytes)
{
return m_nrOfWrittenBytes+(bDelFF ? 1 : 0)+1+3;
}
else
{
return m_nrOfWrittenBytes+(bDelFF ? 1 : 0)+1+4;
}
}
break;
case LENGTH_LAZY:
{
// This is the very basic one that appears in the VM text
if ((27-CT) <= 22)
{
return m_nrOfWrittenBytes+(bDelFF ? 1 : 0)+1+3;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -