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

📄 debug.def

📁 不错的国外的有限元程序代码,附带详细的manual,可以节省很多的底层工作.
💻 DEF
字号:
/*
  file DEBUG.DEF
 
  This file defines the variable DEBUG, which causes the safer (and slower)
  version of the code to be compiled and executed.
  Warning : - if you use function 'main' as defined in file 'main.c', you MUST
            use the DEBUG compiling option ; otherwise you end up with very
            serious execution errors (in methods 'assemble' of classes Skyline
            and FloatArray) ;
            - if you use function 'main' as defined in file 'main2.c', you
            may, or may not, use option DEBUG.
*/

#ifndef DEBUG
#define DEBUG                     // activate or de-activate this line
#endif








⌨️ 快捷键说明

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