wfp11.rar
Upload User: sgdz88
Upload Date: 2014-05-31
Package size: 3k
Downloads: 34
Development Platform:

Visual C++ (VC++)

Code Price: 5 Coin Credit Rule     Buy Credits
Detail: File name: test3.c* Document Description: Forecast Analysis parser achieved. Grammar as follows:* E-> E+ T | ET | T* T-> T* F | T/F | F* F-> (E) | i* Input: each line contains an expression of the text file (# its end).* Output: Analysis of the success or otherwise of information.* Created by: Yu Hong Zhou <nick19842000.cublog.cn> 2006-12-16* version number: 1.0* Note: To show the convenience of using the following method as shown:* A = EB = T* non-terminator: 0 = E 1 = E 2 = T 3 = T 4 = F* at the end: 0 = i 1 =+ 2 =- 3 =* 4 =/5 = (6 =) 7 =#