file_dependencies.expected

来自「Boost provides free peer-reviewed portab」· EXPECTED 代码 · 共 29 行

EXPECTED
29
字号
make ordering: zow.h boz.h zig.cpp zig.o dax.h yow.h zag.cpp zag.o bar.cpp bar.o foo.cpp foo.o libfoobar.a libzigzag.a killerapp parallel make ordering, vertices with same group number can be made in paralleltime_slot[dax.h] = 0time_slot[yow.h] = 1time_slot[boz.h] = 0time_slot[zow.h] = 0time_slot[foo.cpp] = 1time_slot[foo.o] = 2time_slot[bar.cpp] = 2time_slot[bar.o] = 3time_slot[libfoobar.a] = 4time_slot[zig.cpp] = 1time_slot[zig.o] = 2time_slot[zag.cpp] = 2time_slot[zag.o] = 3time_slot[libzigzag.a] = 5time_slot[killerapp] = 6A change to yow.h will cause what to be re-made?yow.h bar.cpp zag.cpp bar.o zag.o libfoobar.a libzigzag.a killerapp The graph has a cycle? 0adding edge bar_cpp -> dax_hThe graph has a cycle now? 1

⌨️ 快捷键说明

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