TSORT.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- TSORT(1) Minix Programmer's Manual TSORT(1)
- NAME
- tsort - topological sort [IBM]
- SYNOPSIS
- tsort file
- EXAMPLES
- lorder *.s | tsort # Give library ordering
- ar cr libc.a `lorder *.s | tsort`
- # Build library
- DESCRIPTION
- Tsort accepts a file of lines containing ordered pairs and builds a total
- ordering from the partial orderings.
- 1