搜索资源列表
hao123.com源代码
- c18233\AcceptJob.asp c18233\copyright.asp c18233\counter\0\0.gif c18233\counter\0\1.gif c18233\counter\0\2.gif c18233\counter\0\3.gif c18233\counter\0\4.gif c18233\counter\0\5.gif c18233\counter\0\6.gif c18233\counter\0\7.gif c18233\counter
cmake-2.8.1-win32-x86
- Cmake - the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration file
SLR(1)
- 编译原理SLR(1)语法分析器-SLR(1)
LL(1)_LR(0)_Demo
- 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子- Including LR (1) grammar analysis program and LL (1) grammar analysis program example
LALR(1)
- LALR(1)分析器的构造——整套课程设计,打分是良好,附有可运行的整套源代码。改一下小结就可以直接交了。-LALR (1) parser construction- set of curriculum design, scoring is good, with complete source code can be run. Summary of change it can be directly handed over.
sbcl-1.0.24
- 开源跨平台Lisp编译器,能把Lisp代码编译成目标机器码。-Steel Bank Common Lisp (SBCL) is an open source (free software) compiler and runtime system for ANSI Common Lisp.
根据某一LL(1)文法编制调试预测分析程序
- 根据某一LL(1)文法编制调试预测分析程序,以便对任意输入的符号串进行分析。 本次实验的LL(1)文法为表达式文法: E→E+T | T T→T*F | F F→i | (E) 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-According to an LL (1) grammar analysis of
AVChat_2[1].2
- avchat 2.1 free coud source
dnt_3.1.0_sqlserver
- 关于数据库操作方面的很好的软件源代码,适用与初级用户-net manage
lua5.2.1
- lua5.2.1 最新版本 非常好的脚步引擎 巴西人C语音写的 快 狠 准 超牛脚本解释器-the lua5.2.1 latest version is very good the footsteps engine scr ipt interpreter
Python-3.1.3
- Python v3.1.3 解释器源代码-The Python v3.1.3 interpreter source code
gcc-1.40
- gcc 1.40源代码,这款源码是gcc早起的源代码,相对现在的源码,阅读起来比较方便。-The codeing of gcc 1.40.
Borland-Turbo-CPP-1.01
- Borland Turbo C++ 1.01安装包,学习PSiCC2用-Borland Turbo C++ 1.01
VisualDSP-5.1-Lience
- ADI VisualDSP 5.1 注册机-ADI VisualDSP 5.1 Licence
test1
- 1.1输入输出 程序输入为含有Pascal语言字符串的文件Test.cpp程序在控制台输出为含有二元组<code,String>和错误信息。其中code为单词符号类别标示,String为识别的单词。 1.2大小写不敏感: 程序对大小写不敏感,输出均为小写字符。 1.3注释识别功能: 当程序中出现“/*”时就会放弃对之后字符的识别,直至遇到“*/”,并将/*…*/部分识别为注释输出。 当输入中只有“/*”而没有与之对应的“*/”时输出“E
PLC-1-way-Communication
- PLC 1 way communication code
Truth-Table-Solver-1.1-Beta
- truth table solver v 1.1 need to install java on ur PC to be able to run
SSD-3--Exam-1
- SSD 3 Exam 1 exact answer
postfix-notation
- 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造
2.-1-segment-ATMEGA--8-count-(0-to-f)
- 2.1 segment count code with AVR-CV Compiler with proteus simulation
