资源列表
yufafenxi.rar
- 程序名称: 递归下降语法分析器 程序用途: 编译原理实验 实验题目: 识别下列表达式 E->E+T|T T->T*F|F F->(E)|i ,Name: recursive descent parser program purposes: to compile the experimental subject of experiment: Identify the following expression of E-> E+ T | T T-> T* F |
matrix
- an operation of multiplication of matrices by a another matrix
convolenc
- 卷积码编码器的实现,是误码性能分析的一部分-Implementation of convolutional encoder
lliparser
- this will input any string and will do parsing by LL(1) terminology
cifafenxi-C
- 编译原理中的词法分析C语言实现 编译原理中的词法分析C语言实现
Numbergame
- this is number game implementation
samp_recnst
- a simple program of sampling and reconstruction of a data
ball
- 在一个装满财宝的屋子里,有2N个盒子排成一排,除了两个相邻的空盒外,其余的每个盒子里都装有一个金球或银球,总共有N-1个金球和N-1个银球。下面是一个N=5的列子 ,G表示金球,S表示银球。 -In a room full of treasure, there are 2N a box in a row, but two adjacent empty box, the rest of each box is equipped with a golden goal or silver balls,
dianzhitaili
- 用pascal编一个年历具体要求是:设计电子月历的程序 一、任务内容(task) 1.设计的程序应具有以下功能: (1)任意输入某年的某一月份,屏幕应能显示该月的月历; (2)应允许多次从键盘输入某月份,并自行设置结束标志。 (3)如在屏幕上输入2007年12月份的信息,屏幕的显示形式如下: month Sun. Mon. Tue. Wed. Thu. Fri. Sat. 12 1 2 3 4 5 6 7 8 9 10 11 12 13 14
middlecode
- 编译原理 生成中间代码生成器的设计 源代码 -Intermediate code generation compiler theory
fskdigital
- 用matlab实现fsk的调制,已经调出波形
WordAnalysis
- 词法分析器的源代码 代码实现了词法分析的详细过程-The codes of word s analysis,the compilier technology It relaise the fuction of word s analysis,the compilier technology