资源列表
SourceInsight-v4.0
- Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。-Source Insight is a project development-oriented program editor and code browser, it has built on the C/C++, C#, and Java pro
masmsetup
- Masm for windows 2010版 集成实验环境一个简单易用的汇编语言学习与实验软件,支持最新操作系统WINDOWS 7,支持DOS的16/32位汇编程序和Windows下的32汇编程序-Masm for windows Version 2010 is a very easy to use softfare. And it is compatiable for the newest system:Win 7
scsi_protocol
- SCSI规范:规范包括SCSI2、SCSI3以及各种 高速、超高速、宽窄SCSI。-scsi specification
tiny
- 这是一个语法分析实验,输入tiny语言就可以输出语法树-This is a parsing experiment, enter the tiny language can output syntax tree
C-bianyi
- 一个完整的关于c-的编译器,包含词法分析和语法分析。-On a complete c-compiler, including lexical analysis and syntax analysis.
218chen_compiler
- 超级无敌完美的pl0编译器,实现了词法分析,语法分析,予以分析,并以四元式为输出结果-Super Invincible perfect pl0 compiler implements lexical analysis, syntax analysis, be analyzed and to four dollars for the output type
shopsql
- SQL版电子商务购物网站自助建站管理系统正式版前台功能栏目 本系统包含的栏目功能有,最新商品,商品上架,商品推荐,最新新闻,商品分类,无限商品分级为同类系统特有,购物积分,虚拟币,预存款功能,关于我们,常见问题,购物专题,购物指南,购物帮助,订单查询,有问必答,购物系统公告,商品搜索,会员中心,购物车,购物收藏夹,我的订单,修改会员注册资料,商品品牌,站内投票,商品销售排行,关注排行,特价商品排行,商品排序可按时间,价格,修改等排列,合作伙伴,友情链接。各页面排版合理,简洁,又不失大方,广告
yuyifenxi
- 采用递归下降语法制导翻译法,对算法表达式、赋值语句进行语义分析且生成四元式序列-Decline in the use of recursive grammar-translation method guided the algorithm expression, assignment and semantic analysis to generate quaternary sequence
yufafenxi(LR)
- LR方法 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -LR parser written methods to achieve parsing of arithmetic expressions. Requirements of arithmetic
c0
- c0文法的简单编译器 课设用的 希望对大家有用 -c0 simple grammar lessons based compiler for all of us with the hope that useful
codegen-scanner
- 自定义简单语法类C语言编译器,具备识别C语言基本语句功能,并生成四元式-Since the definition of simple types of C language syntax compiler, a statement to identify the basic functions of C language and generate quaternion type
VB-decompiler
- VB反编译工具源代码,用VB编写的EXE文件反编译工具,通过这个工具可以看到EXE内部的函数、程序代码等,对于学习编程大有帮助。-VB decompiler