【實驗名稱】遞歸子程序分析器的設(shè)計與實現(xiàn)
【實驗?zāi)康暮鸵蟆?
設(shè)計、編制,調(diào)試一個典型的語法分析程序,實現(xiàn)對如下的遞歸子程序語法的分析,進一步掌握常用的語法分析方法。
【實驗內(nèi)容】
① 本分析程序所分析的文法如下:
G[E]:
E->eBaA
A->a|bacB
B->dEd|ac
C->e|dC
② 針對上述文法編寫一遞歸子程序分析程序,該程序的輸入是任意符號串,輸出是本次輸入的符號串是否是該文法的句子的結(jié)論。
【環(huán)境】
Windows Pc 機,任何版本的c語言
其中還包括java語言實現(xiàn)的程序
書籍:Teach Yourself Visual C++ 6 in 21 Days 第一章的源碼:
所有的源碼都是我邊讀邊寫的,已經(jīng)通過了VC6得便宜,適合VC6得初學(xué)愛好者,希望大家一起學(xué)習(xí)進步
書的在線地址,第一章:
http://poincare.matf.bg.ac.yu/~filip/nm/Seminarski/VC-21days-short/ch01/ch01.htm
書籍:Teach Yourself Visual C++ 6 in 21 Days 第2章的源碼:所有的源碼都是我邊讀邊寫的,已經(jīng)通過了VC6在WinXP下的編譯,適合VC6得初學(xué)愛好者,希望大家一起學(xué)習(xí)進步
第二章的在線地址:
http://poincare.matf.bg.ac.yu/~filip/nm/Seminarski/VC-21days-short/ch02/ch02.htm
一款用JAVA制作開發(fā)的小型聊天軟件,里面附有安裝程序和JAVA源代碼。
Visual Chat 1.91 Developer Edition
- Customize the Visual Chat code regarding your own requirements
- Use customchatdev.html for developing / testing
- Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools)
- Adapt the customchat.html file
- Upload all the files to your webserver
- Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline
- I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.