b2-tools, b3sum, babeld, bandwhich, basenc, bash-it, bastet, bats, bazel, bcomps: add Korean translation (#13727)
This commit is contained in:
21
pages.ko/common/bcomps.md
Normal file
21
pages.ko/common/bcomps.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# bcomps
|
||||
|
||||
> 그래프를 이중 연결 구성 요소로 분해.
|
||||
> 그래프비즈 필터: `acyclic`, `bcomps`, `comps`, `edgepaint`, `gvcolor`, `gvpack`, `mingle`, `nop`, `sccmap`, `tred`, & `unflatten`.
|
||||
> 더 많은 정보: <https://graphviz.org/pdf/bcomps.1.pdf>.
|
||||
|
||||
- 하나 이상의 그래프를 이중 연결 구성요소로 분해:
|
||||
|
||||
`bcomps {{경로/대상/input1.gv}} {{경로/대상/input2.gv ...}} > {{경로/대상/output.gv}}`
|
||||
|
||||
- 하나 이상의 그래프에서 블록 및 절단되는 정점 수를 인쇄:
|
||||
|
||||
`bcomps -v -s {{경로/대상/input1.gv}} {{경로/대상/input2.gv ...}}`
|
||||
|
||||
- `output.gv`를 기반으로 각 블록과 블록-절단정점 트리를 여러 번호의 파일 이름에 쓰기:
|
||||
|
||||
`bcomps -x -o {{경로/대상/output.gv}} {{경로/대상/input1.gv 경로/대상/input2.gv ...}}`
|
||||
|
||||
- 도움말 표시:
|
||||
|
||||
`bcomps -?`
|
Reference in New Issue
Block a user