搜索资源列表
readline-5.0.tar
- 在非GUI环境下,需要用户输入的程序就免不了使用命令行,命令行要写得好可不容易。readline提供了几乎你能想到的所有命令行功能。这个版本是linux/unix通用平台,并可方便的移植到其它平台(实际上它与操作系统关联不大)。-in non - GUI environment, the need for user input on the process will inevitably use the command line, th
readline-5.2.tar
- cli readline lib, help to make cli command line tools
readline-5.0.tar
- 在非GUI环境下,需要用户输入的程序就免不了使用命令行,命令行要写得好可不容易。readline提供了几乎你能想到的所有命令行功能。这个版本是linux/unix通用平台,并可方便的移植到其它平台(实际上它与操作系统关联不大)。-in non- GUI environment, the need for user input on the process will inevitably use the command line, the
readline-5.2.tar
- cli readline lib, help to make cli command line tools
JAVAIO
- 关于代码的解释(以区为单位): 1区中,当读取文件时,先把文件内容读到缓存中,当调用in.readLine()时,再从缓存中以字符的方式读取数据(以下简称“缓存字节读取方式”)。 1b区中,由于想以缓存字节读取方式从标准IO(键盘)中读取数据,所以要先把标准IO(System.in)转换成字符导向的stream,再进行BufferedReader封装。 2区中,要以字符的形式从一个String对象中读取数据,所以要产生一个S
readline-5.1.tar
- 命令行输入库,配合ZEBRA 等使用,可用于路由器等需要人机对话界面,减少开发量-Command line input library with the use of ZEBRA, etc., can be used for routers, such as the need for man-machine interface dialogue, reduce the development of the volume of
csql.tar
- Replacement for Sybases isql with readline support including history and commandline completion. Requires sybase c-client libs or FreeTDS. Tested with Sybase 12.0, 12.5 on Solaris, Linux, FreeBSD, and MacOS X.