搜索资源列表
MATLAba13
- 该程序实现了A律13折线量化编码过程。包括两种译码方法:1手工译码法,2逐次反馈法。-the program achieved a 13 dogleg A legal quantify the encoding process. Including two decoding methods : a manual decoding, two successive feedback.
gprolog-1.2.13.tar
- prolog 人工智能语言的解释期,开源的,很牛的,-prolog artificial intelligence language interpretation period, revenue is cattle, uh-huh
GSMTest07-29-13-29
- 口通信 VC 完整串口通信程序Vc++源代码 串口通讯 vc++ 源代码 vc 串口通信 串口通信 mfc 通信 发送程序 vc++ 串口 VC 串口通信程序 完整串口通信程序Vc 源代码 VC串口通信 窜口通信程序 《Visual C /Turbo C串口通信编程实践》 vc 接受串口数据 vc 串口通讯 代码 串口 发送
happy-1.13
- 編譯器 像YACC的編譯及語法產生器- 鈻♀枴like YACC 鈻♀枴and 鈻
ag
- 词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i<=12 i++) {for(j=1 j<=12 j++)scanf(\"%d\",&a[i][j]) } for(i=12 i>=1 i--){ for(j=12 j>=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf(\"%c\",sum) }-lexical analysis procedures, right b
pl/0
- /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
ean13
- EAN-13的VB源代码,请有需要的,-EAN-13 of the VB source code, please necessary
0cwHkQSp
- 这个是EAN-13的VB源代码。请大家笑纳-This is EAN-13 of the VB source code. Please笑纳
SUIF2machsuif
- Stanford大学著名编译器前端suif2和machsuif-Stanford University, a well-known front-end compiler suif2 and machsuif
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
flex-2.5.4a-1
- flex,词法自动生成工具,他可以在极短时间内帮助产生编译器的词法c源程序-flex, automatically generated lexical tools in a very short time he can help the compiler generate c source of lexical
tiny-parse
- Syntax of TINY+ An EBNF grammar for TINY+ is as follows (Strings in bold are terminals): 1. program -> declarations stmt-sequence 2. declarations -> decl declarations |² 3. decl -> type-specifi er varlist 4. type-speci
Alvbianma
- 语音信号a律编码,输入随机语音信号,可进行A律13折线编码,并译码-Speech Signal a legal code, enter the random voice signals, can be A Law 13 Line coding and decoding
SEVEN(13)
- 很好很强大的PPT,我们编译原理老师的课件-Very very strong PPT, we build theory teacher Courseware
13
- 采用pic16f722单片机CCP2对水流传感器进行捕获,以测试其流量.-Using pic16f722 microcontroller CCP2 capture of the flow sensor to test the flow.
cifafenxiqi
- 分析输入的源文件串,输出对应的二元组。 各种单词符号及对应的种别码: 单词符号 种别码 单词符号 种别码 begin 1 : 17 if 2 := 18 then 3 < 20 while 4 <> 21 do 5 <= 22 end 6 > 23 letter(letter|digit)* 10 >= 24 digit digit* 11 = 25 + 13 26 - 14 ( 27 * 15 ) 28
tmake-2.13-beta1
- 跨平台 C++ makefile, 支持多种编译器-Cross-platform C++ makefile, the compiler supports a variety of
Compiler-theory
- 编译原理 第1章绪论 第2章数据类型 第3章控制结构 第4章程序语言的设计 第5章非过程式程序设计语言 第6章形式语义学简介 第7章编译概述 第8章词法分析 第9章自上而下的语法分析 第10章自下而上的语法分析 第11章语义分析和中间代码生成 第12章代码优化和目标代码生成 第13章运行时存储空间的组织 -Compiler theory Chapter 1 Introduction Chapter 2 data types C
pl0
- 本程序基于PL0源码, 完成以下内容: (1) 增加单词:保留字 ELSE,REPEAT,UNTIL,RETURN 运算符 +=,-=,++,-- (2) 修改单词:不等号# 改为 <> (3) 增加条件语句的ELSE子句 (4) 扩充赋值运算:+= 和 -= (5) 扩充语句 REPEAT <语句序列> UNTIL <条件> 其中,<条件>是循环条件,即条件不成立时,重复执行循环体的<
re2c-0.13.5
- RE2C-0.13.5版本,re2c是针对C和C ++的免费开放源代码词法生成器