📄 movetofront.h
字号:
/*****************************************************************************
MoveToFront
-----------
data transformation algorithm
by yoda
WWW: y0da.cjb.net
E-mail: LordPE@gmx.net
You are allowed to use this class in your own projects if you keep this
trademark.
*****************************************************************************/
#pragma once
#include <windows.h>
//
// MoveToFront class
//
class MoveToFront
{
public:
static void Encode( PBYTE buffer, DWORD cb );
static void Decode( PBYTE buffer, DWORD cb );
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -