搜索资源列表
DFA
- 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
yufafenxi(LR)
- LR方法 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -LR parser written methods to achieve parsing of arithmetic expressions. Requirements of arithmetic
31767667webbook
- 本文描述了用ASP技术实现动态网上书店的开发概述、技术特征、应用原理及方法,充分突出了ASP技术的优越性。简要论述了电子商务的优势、对社会的影响和建立电子商务网站应该注意的问题,并介绍了整个网站的运行流程,数据库的结构及网站的页面组成。着重论述了购物车和购书管理子系统的具体功能实现、关键技术的使用,以及与其他方法的综合应用。-This paper describes the use of ASP technology to achieve dynamic development of an ov
LR1
- 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-Construct LR (1) analytical procedures, and use it to parse sentences of whether the judgment given string of symbols for grammar recognition LR (K) analysis method is stri
cifafenxi
- 通过本实验的编程实践,使学生了解词法分析的任务,掌握词法分析程序设计的原理和构造方法,使学生对编译的基本概念、原理和方法有完整的和清楚的理解,并能正确地、熟练地运用-Through the experimental programming practice, so that students understand the task of lexical analysis, to grasp the principle of lexical analysis program design and
bianyi
- 编译器前端设计,包括语法分析,词法分析以及各种不同分析方法-Compiler front-end design, including parsing, lexical analysis, and a variety of different analytical methods
Motion-compensation
- 运动补偿是一种描述相邻帧(相邻在这里表示在编码关系上相邻,在播放顺序上两帧未必相邻)差别的方法,具体来说是描述前面一帧(相邻在这里表示在编码关系上的前面,在播放顺序上未必在当前帧前面)的每个小块怎样移动到当前帧中的某个位置去。这种方法经常被视频压缩/视频编解码器用来减少视频序列中的空域冗余-The motion compensation is a descr iption of the adjacent frame (adjacent represented here on the coding
130107
- IF-ELSE条件语句的翻译程序设计(LR方法、输出三地址表示)-IF-ELSE conditional statement translation program design (LR methods output address)
code-and-incode
- (7,4)循环码的编译码器设计,模拟了信道噪声,并且进行了2种译码方法-(7,4) of the codec of the cyclic code design, simulates the channel noise, and the two kinds of decoding methods
code
- 对于任意给定的输入串(词法记号流)进行语法分析,递归下降方法和非递归预测分析方法可以任选其一来实现。-For any given input string (lexical token stream) parsing, recursive descent methods and non-recursive predictive analysis method can either be achieved.
CP_test_1
- 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
CODEOfflineJudge_1.00_Bet
- 1. 图形用户界面,使用鼠标即可以完成所有操作,直观易用,当然,也有键盘快捷键; 2. 在有标准输入和标准输入数据的情况下,无需联网即可提交代码进行判题; 3. 具备所有Online Judge的核心判题功能,如编译代码、内存限定,时间限定,获取代码长度等; 4. 支持一道题目对应多个文件的测试方式,并支持显示每组测试文件的测试结果,计算正确率; 5. 可以打包并加密测试数据,使用加密后的数据可以正常判题,但不显示标准输出; 6. 拥有出题模式,在有标准输入数据和标程的时候可
Project_STM32F4_FOC_Post
- Kiel matlab project taken from website see any fault exist report me.Squirrel-cage induction motors (IM) are the workhorse of industries for variable speed applications in a wide power range that covers from fractional watt to megawatts. However,
algotithm-biologically-insipred-
- methods of Intelligent Systems and Intelligent Computing, very intersting and very useful for beignners.
Bayesguji
- 用监督参数估计中的贝叶斯方法估计条件概率密度的参数u-Parameter estimation of conditional probability density using Bayesian methods in supervised parameter estimation u
Lecture_16
- conomic Dispatch of Thermal Units and Methods of Solution
Entropy-coding
- 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。-Entropy coding (entropy encoding) is a kind of the compressed by using the data statistics of the
simulink_para_mask
- Simulink自带了很多例程,如Gardner、cdma2000等,通过这些例程的解读可以使用户对Simulink的建模方法有更为深刻的理解;另一方面,用户也能以之作参考,进行自制simulink模块,进行高效开发。-Simulink comes with a lot of routines, such as Gardner, cdma2000, etc., through the interpretation of these routines allows users to Simulin
DesviacionEst
- the program do estandar desviation with methods in c-the program do estandar desviation with methods in c++
MESH-2D
- code wriiten in fortran how to set a programm for meshing a 2D object with a solver based on finite element methods with explanation and step by step-code wriiten in fortran how to set a programm for meshing a 2D object with a solver based on finit
