package.rel.dot

来自「TI Algorithm Soft Kit 5.10 仅包括实例及其原代码」· DOT 代码 · 共 63 行

DOT
63
字号
digraph dependencies {    label="\nPackage ti.xdais.dm.examples.imgdec1_copy Dependency Graph";    size="7.5,10";    rankdir=LR;    ranksep=".75";    concentrate="true";    node [fixedsize=true, width=1.5, style=filled, color=black];    node [font=Helvetica, fontsize=12, fillcolor=lightgrey];    ti_xdais_dm_examples_imgdec1_copy [shape=record,label="ti.xdais.dm.examples.imgdec1_copy|", URL="package.rel.xml"];    node [fontsize=10, fillcolor=white];    edge [style=solid, color=blue]    edge [style=solid, color=lightgrey]    xdc [shape=record,label="xdc|1, 1, 0, 0", URL="../../../../../../../../../../../toolsrc/library/vendors2005/xdc/xdcdist-d37/Linux/packages/xdc/package/package.rel.svg"];    ti_xdais_dm_examples_imgdec1_copy -> xdc;    xdc_rts [shape=record,label="xdc.rts|1, 0, 0, 0", URL="../../../../../../../../../../../toolsrc/library/vendors2005/xdc/xdcdist-d37/Linux/packages/xdc/rts/package/package.rel.svg"];    ti_xdais_dm_examples_imgdec1_copy -> xdc_rts;    ti_xdais_dm [shape=record,label="ti.xdais.dm|1, 0, 1, 0", URL="../../../package/package.rel.svg"];    ti_xdais_dm_examples_imgdec1_copy -> ti_xdais_dm;    ti_xdais [shape=record,label="ti.xdais|1, 2.0, 0, 0", URL="../../../../package/package.rel.svg"];    ti_xdais_dm_examples_imgdec1_copy -> ti_xdais;    xdc_bld [shape=record,label="xdc.bld|1, 0, 0, 0", URL="../../../../../../../../../../../toolsrc/library/vendors2005/xdc/xdcdist-d37/Linux/packages/xdc/bld/package/package.rel.svg"];    ti_xdais_dm_examples_imgdec1_copy -> xdc_bld;    ti_targets [shape=record,label="ti.targets|1, 0, 0, 0", URL="../../../../../../../../../../../toolsrc/library/vendors2005/xdc/xdcdist-d37/Linux/packages/ti/targets/package/package.rel.svg"];    ti_xdais_dm_examples_imgdec1_copy -> ti_targets;    gnu_targets [shape=record,label="gnu.targets|1, 0, 0, 0", URL="../../../../../../../../../../../toolsrc/library/vendors2005/xdc/xdcdist-d37/Linux/packages/gnu/targets/package/package.rel.svg"];    ti_xdais_dm_examples_imgdec1_copy -> gnu_targets;    edge [style=solid, color=blue]    edge [style=solid, color=lightgrey]    edge [style=solid, color=blue]    edge [style=solid, color=lightgrey]    edge [style=solid, color=blue]    edge [style=solid, color=lightgrey]    xdc_bld -> xdc;    edge [style=solid, color=blue]    edge [style=solid, color=lightgrey]    ti_xdais -> gnu_targets;    ti_xdais -> ti_targets;    edge [style=solid, color=blue]    edge [style=solid, color=lightgrey]    ti_xdais_dm -> gnu_targets;    ti_xdais_dm -> ti_targets;    edge [style=solid, color=blue]    edge [style=solid, color=lightgrey]    edge [style=solid, color=blue]    edge [style=solid, color=lightgrey]}

⌨️ 快捷键说明

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