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

📄 includes

📁 A C++ class library for scientific computing
💻
字号:
#!/bin/bashif test -z $1; then echo Use: includes [usual g++ command line] echo e.g. includes foo.cpp -I /usr/src/Blitz++ echo This shows bytes included from all header files. exit 1fiwc -c `g++ -E -c $* | grep "^#" | grep -v pragma | awk '{ print $3 }' | sort | uniq | tr -s "\"" " "` | sort -nr | more

⌨️ 快捷键说明

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