資源簡介
LL(1)文法使用的是確定的自頂向下的分析技術。LL(1)的含義是:第一個L表明自頂向下分析是從左向右掃描輸入串,第2個L表明分析過程中將使用最左推導,1表明只需向右看一個符號便可決定如何推導,即選擇哪個產生式(規則)進行推導。 LL(1)文法的判別需要依次計算FIRST集、FOLLOW集和SEL

代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?有關程序集的常規信息是通過下列
//?屬性集控制的。更改這些屬性值可修改與程序集
//?關聯的信息。
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?程序集的版本信息由下列?4?個值組成:
//
//??????主版本
//??????次版本?
//??????內部版本號
//??????修訂號
//
//?您可以指定所有這些值,也可以使用“修訂號”和“內部版本號”的默認值,方法是按
//?如下所示使用?‘*‘:
[assembly:?AssemblyVersion(“1.0.*“)]
//
//?要對程序集進行簽名,必須指定要使用的密鑰。有關程序集簽名的更多信息,請參考?
//?Microsoft?.NET?framework?文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會被簽名。
//???(*)?KeyName?是指已經安裝在計算機上的
//??????加密服務提供程序(CSP)中的密鑰。KeyFile?是指包含
//???????密鑰的文件。
//???(*)?如果?KeyFile?和?KeyName?值都已指定,則?
//???????發生下列處理:
//???????(1)?如果在?CSP?中可以找到?KeyName,則使用該密鑰。
//???????(2)?如果?KeyName?不存在而?KeyFile?存在,則?
//???????????KeyFile?中的密鑰安裝到?CSP?中并且使用該密鑰。
//???(*)?要創建?KeyFile,可以使用?sn.exe(強名稱)實用工具。
//???????在指定?KeyFile?時,KeyFile?的位置應該相對于
//???????項目輸出目錄,即
//???????%Project?Directory%\obj\。例如,如果?KeyFile?位于
//???????該項目目錄,應將?AssemblyKeyFile?
//???????屬性指定為?[assembly:?AssemblyKeyFile(“..\\..\\mykey.snk“)]
//???(*)?“延遲簽名”是一個高級選項?-?有關它的更多信息,請參閱?Microsoft?.NET?framework
//???????文檔。
//
[assembly:?AssemblyDelaySign(false)]
[assembly:?AssemblyKeyFile(““)]
[assembly:?AssemblyKeyName(““)]
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????64??2005-12-16?14:45??2004111087?趙光\LL(1)文法判定\Products1.txt
?????文件?????????73??2005-12-19?12:35??2004111087?趙光\LL(1)文法判定\Products2.txt
?????文件?????????64??2005-12-20?10:33??2004111087?趙光\LL(1)文法判定\Products3.txt
?????文件?????????71??2005-12-20?15:02??2004111087?趙光\LL(1)文法判定\Products4.txt
?????文件???????3006??2007-07-11?22:42??2004111087?趙光\LL(1)文法判定\SimpleLL1\App.ico
?????文件???????1859??2005-12-16?09:37??2004111087?趙光\LL(1)文法判定\SimpleLL1\AssemblyInfo.cs
?????文件??????????1??2007-07-11?23:29??2004111087?趙光\LL(1)文法判定\SimpleLL1\ClassDiagram1.cd
?????文件??????60162??2007-07-12?15:55??2004111087?趙光\LL(1)文法判定\SimpleLL1\frmMain.cs
?????文件??????11860??2007-07-11?23:40??2004111087?趙光\LL(1)文法判定\SimpleLL1\frmMain.resx
?????文件????????500??2007-07-11?23:00??2004111087?趙光\LL(1)文法判定\SimpleLL1\html\about.html
?????文件????????361??2007-07-11?23:59??2004111087?趙光\LL(1)文法判定\SimpleLL1\html\error.html
?????文件?????????74??2005-12-16?13:15??2004111087?趙光\LL(1)文法判定\SimpleLL1\html\images\mm_arrow.gif
?????文件?????????43??2005-12-16?13:15??2004111087?趙光\LL(1)文法判定\SimpleLL1\html\images\mm_spacer.gif
?????文件???????2084??2005-12-16?13:15??2004111087?趙光\LL(1)文法判定\SimpleLL1\html\images\mm_travel2.css
?????文件???????8370??2005-12-16?13:15??2004111087?趙光\LL(1)文法判定\SimpleLL1\html\images\mm_travel_photo.jpg
?????文件???????3484??2007-07-12?11:54??2004111087?趙光\LL(1)文法判定\SimpleLL1\html\showtemplate.html
?????文件???????4113??2007-07-11?23:02??2004111087?趙光\LL(1)文法判定\SimpleLL1\html\temp.html
?????文件??????45056??2005-12-01?11:31??2004111087?趙光\LL(1)文法判定\SimpleLL1\obj\AxInterop.SHDocVw.dll
?????文件?????131072??2005-12-01?11:31??2004111087?趙光\LL(1)文法判定\SimpleLL1\obj\Interop.SHDocVw.dll
?????文件???????1222??2007-07-13?08:20??2004111087?趙光\LL(1)文法判定\SimpleLL1\obj\SimpleLL1.csproj.FileList.txt
?????文件???????4087??2007-07-11?20:16??2004111087?趙光\LL(1)文法判定\SimpleLL1\Product.cs
?????文件???????6623??2007-07-12?19:05??2004111087?趙光\LL(1)文法判定\SimpleLL1\SimpleLL1.csproj
?????文件???????2788??2007-07-11?22:48??2004111087?趙光\LL(1)文法判定\SimpleLL1\SimpleLL1.csproj.user
?????文件???????1255??2007-07-11?22:25??2004111087?趙光\LL(1)文法判定\SimpleLL1\SimpleLL1.sln
????..A..H.?????27136??2007-07-13?10:30??2004111087?趙光\LL(1)文法判定\SimpleLL1\SimpleLL1.suo
?????文件???????1907??2005-12-18?20:31??2004111087?趙光\LL(1)文法判定\SimpleLL1\SymbolSet.cs
?????文件???????6131??2005-12-20?12:27??2004111087?趙光\LL(1)文法判定\SimpleLL1\Tools.cs
?????文件????????161??2007-07-06?19:34??2004111087?趙光\LL(1)文法判定\Symbols.txt
?????文件?????????58??2007-07-11?21:08??2004111087?趙光\LL(1)文法判定\test.txt
?????文件?????191488??2007-07-13?11:44??2004111087?趙光\趙光課程設計.doc
............此處省略19個文件信息
- 上一篇:Hibernate In Action 3
- 下一篇:WEB應用程序設計代碼完整版
評論
共有 條評論