• 大小: 228KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-08
  • 语言: C#
  • 标签: LL1  

资源简介

提供LL1分析器源码,请各位C#高手请指教!

资源截图

代码片段和文件信息

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(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       7013  2005-12-29 18:56  LL(1)\SimpleLL1.csproj

     文件       1803  2005-12-29 19:48  LL(1)\SimpleLL1.csproj.user

     文件          0  2005-12-16 09:37  LL(1)\SimpleLL1_Model.tgs

     文件       1907  2005-12-18 20:31  LL(1)\SymbolSet.cs

     文件       6131  2005-12-20 12:27  LL(1)\Tools.cs

     文件       1078  2005-12-16 09:37  LL(1)\App.ico

     文件       1859  2005-12-16 09:37  LL(1)\AssemblyInfo.cs

     文件       3525  2005-12-20 13:47  LL(1)\Product.cs

     文件        903  2005-12-29 18:56  LL(1)\SimpleLL1.sln

    ..A..H.      8192  2005-12-29 19:48  LL(1)\SimpleLL1.suo

     文件        991  2007-09-12 18:22  LL(1)\UpgradeLog.xml

     文件       5632  2005-11-11 22:25  LL(1)\bin\Debug\SimpleLL1.vshost.exe

     文件       4544  2005-12-29 19:49  LL(1)\bin\Debug\html\showtemplate.html

     文件         74  2005-12-16 13:15  LL(1)\bin\Debug\html\images\mm_arrow.gif

     文件         43  2005-12-16 13:15  LL(1)\bin\Debug\html\images\mm_spacer.gif

     文件       2084  2005-12-16 13:15  LL(1)\bin\Debug\html\images\mm_travel2.css

     文件       8370  2005-12-16 13:15  LL(1)\bin\Debug\html\images\mm_travel_photo.jpg

     文件      10434  2005-12-29 19:30  LL(1)\bin\Debug\html\temp.html

     文件      65536  2005-12-29 19:06  LL(1)\bin\Debug\SimpleLL1.exe

     文件      75264  2005-12-29 19:06  LL(1)\bin\Debug\SimpleLL1.pdb

     文件     131072  2005-12-01 11:31  LL(1)\bin\Debug\Interop.SHDocVw.dll

     文件      45056  2005-12-01 11:31  LL(1)\bin\Debug\AxInterop.SHDocVw.dll

    ..A..H.     50568  2005-12-29 19:48  LL(1)\obj\Debug\SimpleLL1.projdata

     文件     126976  2007-09-12 19:09  LL(1)\obj\Debug\Interop.SHDocVw.dll

     文件      45056  2007-09-12 19:09  LL(1)\obj\Debug\AxInterop.SHDocVw.dll

     文件        496  2007-09-12 19:09  LL(1)\obj\Debug\SimpleLL1.csproj.ResolveComReference.cache

     文件      22953  2005-12-22 18:36  LL(1)\obj\Debug\SimpleLL1.frmMain.resources

     文件        771  2007-09-12 19:09  LL(1)\obj\Debug\SimpleLL1.csproj.GenerateResource.Cache

     文件      75264  2005-12-29 19:06  LL(1)\obj\Debug\SimpleLL1.pdb

     文件      65536  2005-12-29 19:06  LL(1)\obj\Debug\SimpleLL1.exe

............此处省略45个文件信息

评论

共有 条评论