Welcome![Sign In][Sign Up]
Location:
Search - readline-5.2

Search list

[Internet-Networkreadline-5.2.tar

Description: cli readline lib, help to make cli command line tools
Platform: | Size: 2037705 | Author: qixingdong | Hits:

[Linux-Unixreadline-5.0.tar

Description: 在非GUI环境下,需要用户输入的程序就免不了使用命令行,命令行要写得好可不容易。readline提供了几乎你能想到的所有命令行功能。这个版本是linux/unix通用平台,并可方便的移植到其它平台(实际上它与操作系统关联不大)。-in non- GUI environment, the need for user input on the process will inevitably use the command line, the command line is difficult to write well. Readline provided you can think of almost all the command line functions. This version of linux/unix common platform, convenience may migrate to other platforms (it not associated with the operating system).
Platform: | Size: 1809408 | Author: 马克 | Hits:

[Internet-Networkreadline-5.2.tar

Description: cli readline lib, help to make cli command line tools
Platform: | Size: 2037760 | Author: qixingdong | Hits:

[JSP/JavaJAVAIO

Description: 关于代码的解释(以区为单位): 1区中,当读取文件时,先把文件内容读到缓存中,当调用in.readLine()时,再从缓存中以字符的方式读取数据(以下简称“缓存字节读取方式”)。 1b区中,由于想以缓存字节读取方式从标准IO(键盘)中读取数据,所以要先把标准IO(System.in)转换成字符导向的stream,再进行BufferedReader封装。 2区中,要以字符的形式从一个String对象中读取数据,所以要产生一个StringReader类型的stream。 4区中,对String对象s2读取数据时,先把对象中的数据存入缓存中,再从缓冲中进行读取;对TestIO.out文件进行操作时,先把格式化后的信息输出到缓存中,再把缓存中的信息输出到文件中。 5区中,对Data.txt文件进行输出时,是先把基本类型的数据输出屋缓存中,再把缓存中的数据输出到文件中;对文件进行读取操作时,先把文件中的数据读取到缓存中,再从缓存中以基本类型的形式进行读取。注意in5.readDouble()这一行。因为写入第一个writeDouble(),所以为了正确显示。也要以基本类型的形式进行读取。 6区是通过RandomAccessFile类对文件进行操作。-JAVA的IO系统
Platform: | Size: 2048 | Author: 123 | Hits:

CodeBus www.codebus.net