technote.txt

来自「这是一个数字图像处理的matlab仿真程序」· 文本 代码 · 共 12 行

TXT
12
字号
Technical note on TABLES.EXE

This application builds at slightly over 30k using the supplied batch file.

The reason is that it writes 256 check box controls to an in memory dialog
template. As the data in the in memory dialog template is highly
repetitive, it is a good candidate for executable compression which
improves its load time while keeping the disk size down.

WARNING
This application was built using win2000 sp4 but it will not run on win98
or earlier versions of Windows.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?