TSORT.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. TSORT(1)                  Minix Programmer's Manual                   TSORT(1)
  2. NAME
  3.      tsort - topological sort [IBM]
  4. SYNOPSIS
  5.      tsort file
  6. EXAMPLES
  7.      lorder *.s | tsort  # Give library ordering
  8.      ar cr libc.a `lorder *.s | tsort`
  9.                          # Build library
  10. DESCRIPTION
  11.      Tsort accepts a file of lines containing ordered pairs and builds a total
  12.      ordering from the partial orderings.
  13.                                                                              1