readme.txt

来自「斯坦福Energy211/CME211课《c++编程——地球科学科学家和工程师》」· 文本 代码 · 共 9 行

TXT
9
字号
This folder contains source files for all of the examples given in Lecture 12, Fri Oct 19.eval_expr.cpp, scan_expr.cpp, parse_expr.cpp - reads arithmetic 	expressions from standard input, one per line, and 	evaluates them.  Demonstrates stacks, lexical analysis 	of text (scanning), and syntactic analysis (parsing)

⌨️ 快捷键说明

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