登录
首页 » C++ » c++实现词法分析器

c++实现词法分析器

于 2022-03-25 发布 文件大小:2.13 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

简单的实现了c的子集的词法分析,使用c++11,利于新手阅读,赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分赚点分v

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • digital_recongnition_matlab
    用matlab实现的对0-9数字的识别,语音可以自己用cooledit等工具录取.(Using matlab to achieve the recognition of figures 0-9, voice can use tools such as the taking of CoolEdit.)
    2008-01-20 11:19:28下载
    积分:1
  • C# 按照扩展名分组文件
    C# 按照扩展名分组文件,按照文件类型的不同,对文件进行归类显示,分类清淅便于查看,主要是使用MyFile中的对象和方法实现,核心的功能代码如下:   private void ShowGroupFile(IEnumerable> MyQueryGroup)   {    this.listBox1.Items.Clear();    foreach (var MyFileGroup in MyQueryGroup)    {    this.listBox1.Items.Add("包含" + MyFileGroup.Key + "扩展名的文件如下:");    foreach (var MyFileInfo in MyFileGroup)    {    this.listBox1.Items.Add(MyFileInfo.Name);    }    this.listBox1.Items.Add("");    }   }   static IEnumerable GetFiles(string MyDir)   {    if (!System.IO.Directory.Exists(MyDir))    throw new System.IO.DirectoryNotFoundException();    string[] MyFileNames = null;    List MyFiles = new List();    //查找指定目录下的所有子目录中的所有文件    //MyFileNames = System.IO.Directory.GetFiles(MyDir, "*.*", System.IO.SearchOption.AllDirectories);    MyFileNames = System.IO.Directory.GetFiles(MyDir);    foreach (string MyName in MyFileNames)    {    MyFiles.Add(new System.IO.FileInfo(MyName));    }    return MyFiles;   }
    2022-12-28 08:15:04下载
    积分:1
  • matlab
    MATLAB练习可以作基本的应用练习,帮助建立(MALABSCIENCE)
    2010-01-25 21:20:23下载
    积分:1
  • 代码
    蒸发冷凝FLUENT计算,UDF程序编写。(Evaporative condensation FLUENT calculation.)
    2020-06-23 11:20:01下载
    积分:1
  • jihebinjiaojiyunsuan
    说明:  简单的集合的并与交集运算程序,由c语言编写。(Simple set of procedures with the intersection operator by c language.)
    2009-08-15 18:26:52下载
    积分:1
  • read_write
    这个程序是一个linux-arm 根文件系统读写驱动程序。(This program is a linux-arm root file system read and write driver)
    2013-10-17 20:15:06下载
    积分:1
  • primenumber.c
    Prime number program. Written in C
    2015-03-21 20:04:25下载
    积分:1
  • shunxubiao
    顺序表插入删除,典型的教科书式的程序。老师给的。。。。。。(The order of the table insert removed, a typical textbook-style programs.)
    2010-01-10 11:23:19下载
    积分:1
  • hilbert
    希尔伯特黄变换(HHT)变换,在众多领域都有应用,适合初学者学习(Hilbert Huang Transform (HHT) transformation has applications in many fields, suitable for beginners to learn)
    2013-08-18 10:06:27下载
    积分:1
  • lxp1220
    MPC5606的 DMA开发 负责吧数据从变量搬运出去(development DMA )
    2013-12-31 11:18:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载