搜索资源列表
ha0123(2)
- 设计一个实用的小型类C语言的编译器,能够通过词法分析程序将一串字符流转换为一组单词,并能够通过语法分析程序将该单词组转换为中间代码,中间代码可为四元组等各种形式。-practical design a small category C language compiler. through lexical analysis procedure to a bunch of characters flow into a group of words Grammar can pass this word
Basic程序解释器
- Basic程序解释器及编译原理的简单化(1)--词法分析和代数式求值-Basic program interpreter and compiler principles simplistic (1) -- lexical analysis and algebraic expression evaluates
en1602
- lcd1602显示英文字母,两行显示,程序采用单片机汇编语言编译-lcd1602 display letters, two-line display, the program uses microcontroller assembly language compiler
StraightLineProgramInterpreter.tar
- 针对虎书(现代编译原理-C语言描述)Tiger Language的Straight-Line Program Interpreter,包含testcase-A Straight-Line Program Interpreter for the Tiger Language in the Tiger Book (Modern Compiler Implementation in C) with testcases.
nihongdeng
- 霓虹灯的模拟程序————————编译原理的作业啊-Neon lights of the simulation program compiler-------- Operating Principle ah
ShlTest
- 一个非常小的程序,但却毫不简单.程序使用了Windows的内存越权读写API.实现了对程序自身代码的内存中动态修改,可以高效执行任意指令.例子中动态修改了一个没有意义的空函数,实现了VB不可能编译出来的移位指令.-A very small program, but not simple. Procedures for the use of Windows to read and write memory ultra API. Realize their own code of procedure
Intelhbyycxsjdsb
- 本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链接器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用VC++,BC++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS,DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。 -This book describes a comprehensive and meticulo
work
- 本人为别的公司开发了一款计时器和键盘扫描汇编程序,用的是BJ8P508芯片,在义隆编译平台开发,程序简单易懂,方便入门者。-I am the other companies have developed a timer and keyboard scan assembler, using a BJ8P508 chips, in the ELAN compiler platform development, the program simple and easy to understand, ea
disp
- 其程序使用masm编译,其功能便是文本显示方式下实现了显示字符图形“阳泉学院”。 按回车键即可返回操作系统。-The program uses masm compiler, its function is to display text display character graphics to achieve the " Institute of Yangquan." Press the Enter key to return to the operating syste
AssemblerCompiler
- Win32汇编写成的简单汇编语言编译器。除了源码,内附示例程序。-A simple compilation of Win32 compilation of written language compiler. In addition to source code, containing a sample program.
Race
- 一个用汇编语言实现的赛车小游戏。包含全部源码,用汇编语言编译程序直接编译,即可运行。此程序不能在Vista Windows7等系统中运行,可在Xp系统类运行!-Assembly language implementation of a racing game. Contains all the source code, assembly language compiler directly translated, you can run. This program can not run Vis
Intelhbyycxsjdsb
- Intel汇编语言程序设计。本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用C/C++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS、DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。-Intel assembly language programming. The boo
voltest
- 这是一个展示c++中volatile类型的很好的例子,里面同时嵌入了汇编语言,通过例子说明了volatile能够具有让编译器丧失优化功能,从而,程序能及时从内存中访问变量-This is a show c++ very good example of the type of volatile, which at the same time embedded in the assembly language examples illustrate the volatile loss of comp
a5
- 此程序可以使用tc编译,功能是在dos下,如有使用鼠标,就可以显示鼠标在屏幕上的位置。对ec工程师debug时,是非常有用的哦!-This program can use the tc compiler, the function is in dos, if using the mouse, you can display the location of the mouse on the screen. For ec engineers to debug, is very useful!
Assembly-language-compiler-tools
- 汇编语言编译工具,初学者必备,在DOS下能更加容易编写及调试程序-Assembly language compiler tools, beginners must, under DOS easier to write and debug the program
xiaoniaoqiche
- 汇编语言,小鸟汽车动画程序设计,只有代码,正确的程序,asm编译-Assembly language, bird automobile animation program design, only the code, the correct procedure, asm compiler
4.7.2
- 关于编译原理的预测分析控制程序的c语言描述-C language descr iption of the compiler theory predictive analysis and control program
keyborad-print
- 利用ZG-211单片机系统实验板和芯片CH451、89S52进行详细的硬件设计,并在KEILC UVISION2 集成开发环境下编辑、编译、运行C语言程序,使得实验板能正常操作LED 数码显示,能通过中断方式接收按键信息。 即启动实验板,数码管将自动显示“12345678” 按下1 号按键,显示“001”; 按下2 号按键,显示“002”; 按下3 号按键,显示“003”; 按下4 号按键,显示“004”; -The hardware design in detail
CPP_To_Asm-Compiler
- Simple Program Converts C Language to Assembly Language
Compiler-theory-lexical-analyzer
- 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。 -Design prepared by commissioning a specific lexical analysis program to deepen the underst