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

📄 readme

📁 DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.
💻
字号:
This directory is for compilers that are ISO. Thus
if your compiler is compliant you can do

(in vcl_blah.h)

#ifdef VCL_MY_COMPILER
# include "iso/vcl_blah.h"
#elif ... other compilers
...
#endif

If you try this and it doesn't work, then your 
compiler is not ISO and you are not allowed to
modify the files in this directory to make them
work with your non-ISO compiler.

If you find that vcl/iso/vcl_blah.h is *almost*
right for your compiler, you may #include it and
then fix a few things afterwards (or before).

All of the .h files in this directory should look like this:
  #include <blah>
  #define vcl_generic_blah_STD std
  #include "../generic/vcl_blah.h"

⌨️ 快捷键说明

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