readme.txt
来自「java 完全探索的随书源码」· 文本 代码 · 共 20 行
TXT
20 行
For easy reference, the source files are named according to the listing numbers in the
corresponding chapter. To compile a source file named ListingXX.java, you must rename it
to match the name of the public class it defines. Note that this chapter presents multiple
versions of some classes as the examples are constructed. You can only work with one of
these versions at a time. Also, several of the listings are partial class definitions that
are used to build up TextDisplayer and TextReader - these listings are not intended to be
compiled on their own.
Listing29.1 and Listing 29.3 contain initial code for the TextDisplayer class.
TextDisplayer.java contains a final version of this class.
Listing29.2, Listing29.4, and Listing 29.5 contain initial code for the TextReader class.
TextReader.java contains a final version of this class.
Listing29.6 is a pseudocode example that is not intended to compile.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?