readme

来自「机器学习作者tom mitchell的书上代码」· 代码 · 共 12 行

TXT
12
字号
This is Andrew McCallum's <mccallum@jprc.com> modification of MilesBader's `argp' functions.`argp' is a collection of functions in GNU libc 2.x that providespowerful command-line argument processing and automated usage messageprinting.Andrew McCallum modified it by pulling it out into a separate library,and removing its dependancies on GNU libc.  The result doesn't produceusage messages that are nearly as pretty, but at least it compiles onSunOS and other OS's with inferior libc's.

⌨️ 快捷键说明

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