figure3.pic

来自「早期freebsd实现」· PIC 代码 · 共 33 行

PIC
33
字号
.PS 5.9i## figure 3C1:	ellipse "\UA/"B1:	box "\MTA/" with .n at (C1.s.x, C1.s.y-3*lineht)B8:	box "\MTA/" with .w at (B1.e.x+linewid, B1.e.y)B2:	box invis "$\ldots$" with .w at (B8.e.x+linewid, B1.e.y)B9:	box invis "$\ldots$" with .w at (B2.e.x+linewid, B1.e.y)B3:	box "\MTA/" with .w at (B9.e.x+linewid, B1.e.y)C2:	ellipse "\UA/" with .s at (B3.n.x, C1.s.y)##	arrow from C1.s to B1.n	arrow from B1.e to B8.w	arrow from B8.e to B2.w	arrow from B2.e to B9.w	arrow from B9.e to B3.w	arrow from B3.n to C2.s##B4:	box width B3.e.x+linewid/3-(B1.w.x-linewid/3) \	    height 3*boxht \	    with .c at B2.c	move to (B4.n.x, B4.n.y-lineht/2); "\MTS/"##B5:	box "\TMA/" with .w at (C1.e.x+linewid, C1.e.y)B6:	box "\TMA/" with .e at (C2.w.x-linewid, C2.w.y)B7:	box "\KDS/" with .c at ((B5.c.x+B6.c.x)/2, B5.c.y)##	line <- -> from C1.e to B5.w	arrow from B5.e to B7.w	arrow from B6.w to B7.e	line <- -> from C2.w to B6.e##.PE

⌨️ 快捷键说明

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