-
这是一个编译原理中词法分析的实验报告,内容挺完整
这是一个编译原理中词法分析的实验报告,内容挺完整-it is a test report about accidence analyse of complier principle,its context is full
- 2022-05-15 04:14:37下载
- 积分:1
-
能够生成exe执行文件的vc++源代码程序,多多指教~
能够生成exe执行文件的vc++源代码程序,多多指教~-capable of producing documents vc implementation of the source code procedures, exhibitions ~
- 2022-03-11 07:01:47下载
- 积分:1
-
《编译原理及实践》一书的电子版,该电子版很清晰
《编译原理及实践》一书的电子版,该电子版很清晰- Compiler Construction Principles and Practice of electronic version of the book, the electronic version is very clear
- 2023-01-21 23:30:04下载
- 积分:1
-
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
-
Jad is a Java decompiler, in IE to read Java class files and converts them into...
Jad 是一个 Java 反编译器,在 IE 中读取 Java 类文件,并将他们转换成 Java 原文件,这些原文件可以被重新编译-Jad is a Java decompiler, in IE to read Java class files and converts them into Java of the original documents, which the original files can be re-compiled
- 2022-06-27 05:39:17下载
- 积分:1
-
在统计目录下所有的源程序都实现了
用C实现的统计一个目录下的所有源程序共有多少行,源代码值得一看。- Under statistical catalogue all source programs realizes which
with C altogether have how many line, the source code are worth as
soon as looking.
- 2023-08-17 17:15:03下载
- 积分:1
-
this a pack include source code for quartus 2.
It is an implementation of t...
this a pack include source code for quartus 2.
It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 model can be run as a simulation or downloaded to the UP3 in a larger model, TOP_LC2 that adds video output. Push buttons reset and single step the processor and a video output display of registers is generated. This state machine VHDL-based model of the LC-2 includes all source files. Currently compiled for a Cyclone EP1C6Q240 FPGA.
- 2022-03-21 20:11:09下载
- 积分:1
-
Many many developers all over the net respect NASM for what i s
Many many developers all over the net respect NASM for what i s
- a widespread (thus netwide), portable (thus netwide!), very
flexible and mature assembler tool with support for many output
formats (thus netwide!!).
Now we have good news for you: NASM is licensed under LGPL.
This means its development is open to even wider society of
programmers wishing to improve their lovely assembler.
The NASM project is now situated at SourceForge.net, the most
famous Open Source development center on The Net.
Visit our development page at http://nasm.2y.net/ and our
SF project at http://sf.net/projects/nasm/
- 2022-01-26 00:55:29下载
- 积分:1
-
这是一个词法分析的小程序,希望大家多多指教
这是一个词法分析的小程序,希望大家多多指教-This is a lexical analysis of small procedures, we hope the exhibitions
- 2022-03-25 21:05:53下载
- 积分:1
-
串口通信用的全口通信程序,用C++实现的源代码…
口通信 VC 完整串口通信程序Vc++源代码 串口通讯 vc++ 源代码 vc 串口通信 串口通信 mfc 通信 发送程序 vc++ 串口 VC 串口通信程序 完整串口通信程序Vc 源代码 VC串口通信 窜口通信程序 《Visual C /Turbo C串口通信编程实践》 vc 接受串口数据 vc 串口通讯 代码 串口 发送 -Serial Port Communication VC complete communication program Vc++ Source code for serial communication vc++ Source code vc serial communication serial communication procedures mfc communications sent vc++ Serial serial communication program integrity VC serial communication program Vc source code VC serial communication port channeling communication program
- 2022-03-13 06:23:21下载
- 积分:1