⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cpbin.bat

📁 本光盘包含了《精通Visual C++图像处理编程(第3版)》一书中全部的源代码、示例程序的可执行文件以及一些供图像处理测试用的图像文件。
💻 BAT
字号:
Rem copy all binary files to folder \bin

copy /Y ColorProcess\Release\ColorProcess.exe ..\bin\ColorProcess.exe
copy /Y ImageLib\diblib\Release\diblib.lib ..\bin\diblib.lib
copy /Y EffectShow\Release\EffectShow.exe ..\bin\EffectShow.exe
copy /Y Huffman\Release\Huffman.exe ..\bin\Huffman.exe
copy /Y ImageBoard\Release\ImageBoard.exe ..\bin\ImageBoard.exe
copy /Y ImageLib\Release\ImageLib.dll ..\bin\ImageLib.dll
copy /Y ImageLib\Release\ImageLib.lib ..\bin\ImageLib.lib
copy /Y ImageProcess\Release\ImageProcess.exe ..\bin\ImageProcess.exe
copy /Y lzw\Release\lzw.exe ..\bin\lzw.exe
copy /Y RLE\Release\RLE.exe ..\bin\RLE.exe
copy /Y ShowDIB\Release\ShowDIB.exe ..\bin\ShowDIB.exe
copy /Y TransformShow\Release\TransformShow.exe ..\bin\TransformShow.exe
copy /Y ViewDIB\Release\ViewDIB.exe ..\bin\ViewDIB.exe
copy /Y ViewImage\Release\ViewImage.exe ..\bin\ViewImage.exe

⌨️ 快捷键说明

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