📄 dijkstra.icc
字号:
target "Dijkstra.exe"
{
option macros('global', 'yes')
{
source type('cpp') 'stdio.h'
source type('cpp') 'string.h'
source type('cpp') 'wchar.h'
source type('cpp') 'cstddef'
source type('cpp') 'stdlib.h'
source type('cpp') 'new'
source type('cpp') 'assert.h'
source type('cpp') 'iostream'
source type('cpp') 'math.h'
}
source type('cpp') 'iterator'
source type('cpp') 'memory'
source type('cpp') 'algorithm'
source type('cpp') 'cassert'
source type('cpp') 'cmath'
source type('cpp') 'ctime'
source type('cpp') 'string'
source type('cpp') 'bitset'
source type('cpp') 'float.h'
option macros('global', 'yes')
{
source type('cpp') 'Graph.h'
}
source "Dijkstra.cpp"
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -