资源列表
xuanzeqi
- 选择器,可以根据需要选择你所需要的程序,用vhdl语言实现-Selector can select the procedure you need, using vhdl language
cifafenxi
- 编译原理的词法分析,并附上实验报告。希望对大家有帮助-Compiler theory of lexical analysis, together with the experimental report. Hope to help
nfa
- 这是编译原理中,nfa转换为dfa的程序代码,提供为程序开发人员使用和编程-This is a compilation Principle, nfa to dfa conversion program code to provide for program developers and programming
GNUMake
- 讲述GNU make工具,涵盖GNU make的用法、语法。同时重点讨论如何为一个工程编写Makefile-About the GNU make tools, covering the use of GNU make, grammar. Also focus on how to prepare a project Makefile
Si57x_FreqProgFirmware_withF300usingSDCCcompiler.
- // This software communicates with a Si570 via the SMBus interface with an F30x // device to program the output frequency. By pressing the next button on the // board, the next output frequency in FOUT1 will be output. The MCU will always // st
16f877
- this document contains the code in C for PIC16f877a
Si570ANSICREFERENCEDESIGN
- c references of si570 which provided by Silabs
i2crefe
- pic 16f877a c language for I2C mode-pic 16f877a c language for I2C mode
PICHiTechCI2CforEEPROM
- PIC Hi-Tech C I2C for EEPROM
Asservissement_CCmotor
- Exemple of programme compiled in Microschip pic16f ,in C programmer used in the Asservissement of CCmotor used in robotics
Turing_machine_simulator_(Java)
- a simple Java program for simulating an abstract Turing machine. This demonstrates that Java is Turing-complete (with the caveat that limitations in word size limit the effective addressable memory).
PL0-classic
- 可能是流传最广、最为经典的样板作品,Pascal语言之父、图灵奖获得者Niklaus Wirth在其名著Algorithms + Data Structures = Programs第5章给出的一个递归下降预测分析器实现。毫无疑问,它是用Pascal语言编写的。该编译器生成的目标语言是p-code,一台p- code虚拟机有3个寄存器(程序计数器、基本寄存器和栈顶寄存器)和8条指令(每条指令有多种形式)。-May be the most widely accepted model for the