登录
首页 » Compiler program » idel虚拟机源码 ,很好用

idel虚拟机源码 ,很好用

于 2022-11-09 发布 文件大小:363.41 kB
0 169
下载积分: 2 下载次数: 1

代码说明:

idel虚拟机源码 ,很好用-Debido source virtual machine, with good

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

发表评论

0 个回复

  • LL (1) parser
    LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一: 若X=a=’#’,则宣布分析成功,停止分析过程; 若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号; 若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
    2022-04-20 05:21:39下载
    积分:1
  • 把中缀表达式转换为后缀表达式并计算结果~~第一个编译试验作业~...
    把中缀表达式转换为后缀表达式并计算结果~~第一个编译试验作业~-sergeant Chinese expression for the conversion and extension expression results ~ ~ a compiler test operations ~
    2023-05-06 19:30:03下载
    积分:1
  • ec++,嵌入式C++编译器,和KEIL结合的很好的,开发过程也比较简单,压缩包中包含说明文档。...
    ec++,嵌入式C++编译器,和KEIL结合的很好的,开发过程也比较简单,压缩包中包含说明文档。-ec++, embedded C++ compiler, and KEIL good combination, the development process is also relatively simple, compressed package includes documentation.
    2022-07-27 15:54:05下载
    积分:1
  • 单独分离出来的C
    单独分离出来的C-手工词法分析器,需要自己建立一个工程来运行本程序。为《编译原理与实践》一书之后的实验题的代码。-Single isolated C-hand lexical analyzer, needs its own to establish a project to run this program. For " Compiler Construction Principles and Practice," a book after the experiment of the code.
    2023-09-08 19:30:08下载
    积分:1
  • 小程序,编程的EEPROM编程
    Pony Prog, programa para programar eeprom
    2022-03-25 18:37:21下载
    积分:1
  • vc实现的pl0编译器,有读取输出功能
    vc实现的pl0编译器,有读取输出功能-read() -write(),这个源码对初学编译原理者有很好的指导作用,我当初学的时候用了3天看懂了源码,也对编译原理更加理解了,毕竟只学理论不看代码是不可能真正理解的,原作者是dwing,我对代码做了一些修改,在此感谢dwing提供的代码-vc achieve pl0 compiler, a reader output- read ()- write (), the source for beginners compiler principles are very good role in guiding, I had time to study the use of three days to read the source code, but also to build a greater understanding of the tenets of all, the theory is not see the code is impossible to truly understand the original author dwing yes, I made some code changes like to thank the code dwing
    2022-10-10 13:20:03下载
    积分:1
  • 简单的语法分析,递归下降语法分析
    简单的语法分析,递归下降语法分析-simple syntax analysis, recursive grammar analysis drop
    2022-01-28 23:02:04下载
    积分:1
  • 用C++实现编译原理的递归下降语法分析 用C++实现编译原理的递归下降语法分析...
    用C++实现编译原理的递归下降语法分析 用C++实现编译原理的递归下降语法分析-C compiler to achieve the principle of recursive grammar analysis dropped C compiler to achieve the principle of recursive grammar analysis drop
    2022-07-09 16:22:30下载
    积分:1
  • 一个简单的C语言子集的编译器,一个简单的C语言子集的编译器...
    一个简单的C语言子集的编译器,一个简单的C语言子集的编译器-A simple C language subset compiler, a simple C language subset compiler
    2022-06-27 01:28:18下载
    积分:1
  • 一个很好用的C++语言的编译器,然后词法语法哦
    一个不错的用C语言编写的语法词法便编译器哦-A good use of C language compilers then lexical grammar Oh
    2022-03-23 21:59:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载