首页 开发技术 C     /    简易C语言编译器的设计与实现

简易C语言编译器的设计与实现

上传者: gilyou | 上传时间:2024/1/31 11:42:41 | 文件大小:704KB | 文件类型:rar
简易C语言编译器的设计与实现
本作品使用c++builder开发环境。
采用手动设计的方法实现了简单C语言的编译器。
主要功能包括,词法,语法,中间代码,目标代码生成,目标采用x8086汇编代码。
此作品是本人的编译原理课程设计的得意之作。
希望对大家有所帮助。

文件下载

资源详情

[{"title":"(51个子文件704KB)简易C语言编译器的设计与实现","children":[{"title":"MiniC","children":[{"title":"Symbol.cpp <span style='color:#111;'>320B</span>","children":null,"spread":false},{"title":"Unit2.obj <span style='color:#111;'>34.66KB</span>","children":null,"spread":false},{"title":"Goto.obj <span style='color:#111;'>13.10KB</span>","children":null,"spread":false},{"title":"Project1.obj <span style='color:#111;'>10.21KB</span>","children":null,"spread":false},{"title":"测试","children":[{"title":"MASM.EXE <span style='color:#111;'>100.76KB</span>","children":null,"spread":false},{"title":"MYTEST.EXE <span style='color:#111;'>645B</span>","children":null,"spread":false},{"title":"MYTEST3.EXE <span style='color:#111;'>735B</span>","children":null,"spread":false},{"title":"MYTEST2.EXE <span style='color:#111;'>681B</span>","children":null,"spread":false},{"title":"test2.crr <span style='color:#111;'>153B</span>","children":null,"spread":false},{"title":"EXE2BIN.EXE <span style='color:#111;'>2.98KB</span>","children":null,"spread":false},{"title":"err_parse.crr <span style='color:#111;'>282B</span>","children":null,"spread":false},{"title":"test1.crr <span style='color:#111;'>192B</span>","children":null,"spread":false},{"title":"LINK.EXE <span style='color:#111;'>63.46KB</span>","children":null,"spread":false},{"title":"test3.crr <span style='color:#111;'>202B</span>","children":null,"spread":false},{"title":"err_lex.crr <span style='color:#111;'>151B</span>","children":null,"spread":false}],"spread":false},{"title":"Compiler.~cpp <span style='color:#111;'>43.92KB</span>","children":null,"spread":false},{"title":"Compiler.cpp <span style='color:#111;'>43.91KB</span>","children":null,"spread":false},{"title":"Project1.~cpp <span style='color:#111;'>1.04KB</span>","children":null,"spread":false},{"title":"Symbol.obj <span style='color:#111;'>12.98KB</span>","children":null,"spread":false},{"title":"Temp.obj <span style='color:#111;'>16.56KB</span>","children":null,"spread":false},{"title":"Unit1.obj <span style='color:#111;'>106.21KB</span>","children":null,"spread":false},{"title":"Compiler.h <span style='color:#111;'>2.90KB</span>","children":null,"spread":false},{"title":"Project1.exe <span style='color:#111;'>891.00KB</span>","children":null,"spread":false},{"title":"Action.obj <span style='color:#111;'>15.28KB</span>","children":null,"spread":false},{"title":"Symbol.h <span style='color:#111;'>350B</span>","children":null,"spread":false},{"title":"Label.obj <span style='color:#111;'>16.57KB</span>","children":null,"spread":false},{"title":"Action.h <span style='color:#111;'>189B</span>","children":null,"spread":false},{"title":"Unit1.dfm <span style='color:#111;'>3.43KB</span>","children":null,"spread":false},{"title":"Unit1.~cpp <span style='color:#111;'>25.38KB</span>","children":null,"spread":false},{"title":"Gloab.h <span style='color:#111;'>788B</span>","children":null,"spread":false},{"title":"Label.~h <span style='color:#111;'>224B</span>","children":null,"spread":false},{"title":"Project1.bpr <span style='color:#111;'>5.43KB</span>","children":null,"spread":false},{"title":"Unit1.~dfm <span style='color:#111;'>3.43KB</span>","children":null,"spread":false},{"title":"Compiler.obj <span style='color:#111;'>239.67KB</span>","children":null,"spread":false},{"title":"Project1.cpp <span style='color:#111;'>1.04KB</span>","children":null,"spread":false},{"title":"Temp.h <span style='color:#111;'>597B</span>","children":null,"spread":false},{"title":"Project1.res <span style='color:#111;'>876B</span>","children":null,"spread":false},{"title":"Goto.h <span style='color:#111;'>184B</span>","children":null,"spread":false},{"title":"Goto.cpp <span style='color:#111;'>1.88KB</span>","children":null,"spread":false},{"title":"Temp.cpp <span style='color:#111;'>515B</span>","children":null,"spread":false},{"title":"Action.cpp <span style='color:#111;'>4.77KB</span>","children":null,"spread":false},{"title":"Project1.~bpr <span style='color:#111;'>5.43KB</span>","children":null,"spread":false},{"title":"Unit1.h <span style='color:#111;'>2.25KB</span>","children":null,"spread":false},{"title":"Label.cpp <span style='color:#111;'>215B</span>","children":null,"spread":false},{"title":"Label.h <span style='color:#111;'>254B</span>","children":null,"spread":false},{"title":"Unit1.ddp <span style='color:#111;'>51B</span>","children":null,"spread":false},{"title":"Unit1.~ddp <span style='color:#111;'>51B</span>","children":null,"spread":false},{"title":"Project1.tds <span style='color:#111;'>1024.00KB</span>","children":null,"spread":false},{"title":"Compiler.~h <span style='color:#111;'>2.86KB</span>","children":null,"spread":false},{"title":"Unit1.cpp <span style='color:#111;'>25.38KB</span>","children":null,"spread":false},{"title":"Unit1.~h <span style='color:#111;'>2.25KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • stykwnssyfpuh888:
    对我没用..2016-01-08
  • DevilBox:
    额,只是编译器前端,对我没有什么帮助,但是,该怎么说呢,还不错吧。值得学习。2015-01-31
  • zxx310924473:
    功能少但还是不错的2015-01-07
  • mumuxiliu:
    用来学习还是不错的,思路比较清楚2014-06-16
  • luffydream:
    可以实现,只是比较简单。注释较少。2014-06-09

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明