readme.embedding
来自「一个画图软件,可以在WINDOWS下运行,和LIBSVM,PYTHON一起用,做」· EMBEDDING 代码 · 共 15 行
EMBEDDING
15 行
=====================Embedded PNG icons=====================To have nice icons in its toolbar, the wxWidgets terminal needs bitmaps with atrue alpha channel (i.e. each pixel has four characteristics : red, green,blue, transparency, each one is coded in 8 bits).This is easily provided by the use of PNG images. However, finding those filesat run-time in a portable and reliable way is difficult. That is why they areembedded directly in the source code at compile time. The necessary preliminarystep is to convert these binary files to C array. This is done with a utilitycalled 'bin2c' whose source code can be found in the wxWidgets wiki (search for"Embedding PNG Images").
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?