?? 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 + -