CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它 编译器/词法分析

资源列表

« 1 2 ... .93 .94 .95 .96 .97 698.99 .00 .01 .02 .03 ... 785 »
  1. viterbi1111

    0下载:
  2. 维特比算法用于扩频信道译码,与Turboo码,卷积码,级联码构成编码系统-Viterbi Algorithm for spread spectrum channel decoding, and Turboo code, convolutional codes, concatenated coding system code constitute
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.89kb
    • 提供者:GF
  1. tcm11111

    0下载:
  2. 格状编码调制是为解决卫星通信中信道噪声对接收的影响及带宽的限制而产生的,其将信道编码与调制很好的结合起来,并且能发挥各自的优点,这种方法在不增加带宽和相同的信息速率下可获得3~6dB的功率增益。-trellis coded modulation for satellite communications solutions Channel noise on the receiver bandwidth and the impact of the restrictions, it will chan
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.28kb
    • 提供者:GF
  1. 00002

    0下载:
  2. 并且在卷积码编码过程中,添零数为k1*(L-1)=2,(注:L=3),再对序列进行图示的映射,可通过以下程序实现:-in convolution coding process, the number of zero-Tim k1 * (L-1) = 2, (Note : L = 3), then right sequence shows the mapping process can be achieved through the following :
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.06kb
    • 提供者:GF
  1. huffmen

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接受将传来的数据进行译码。-use Huffman coding can be greatly improved communication channel utilization, shorten information transmission time and reduce transmission costs. However, this require
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:熊杰
  1. jiandancifafenxi

    0下载:
  2. 进行简单的词法分析,根据规定的词法匹配顺序进行匹配,很简单的功能,学习编译原理做的程序,内附测试文件.-simple lexical analysis, according to the lexical sequence matching match, a very simple function, Principle study compiler do the procedure, documents containing test.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9.87kb
    • 提供者:赵旋
  1. Hune2

    0下载:
  2. 用预测分析法实现的语法分析,预测分析表要手动生成-with Forecast and Analysis Method syntax analysis, forecasting analysis must be made manually generated. .
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:77.66kb
    • 提供者:胡恩
  1. SLRbyHune

    0下载:
  2. 用SLR分析法实现的语法分析,先用初版.exe生成符号表和token字,然后进行分析,action表程序自动生成-SLR analysis method used to achieve the syntax analysis, use the first edition. Exe Generation symbol table and token characters, Then the analysis, action automatically generated table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:79.05kb
    • 提供者:胡恩
  1. SLRcompiler

    0下载:
  2. 包含了语法分析,词法分析,语义分析的编译前端,分析方法为SLR-contains grammatical analysis, lexical analysis, semantic analysis of the compiler front-end, analytical methods for SLR
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6.31kb
    • 提供者:胡恩
  1. yucefenxi_copiler

    0下载:
  2. 也是一个编译前端,但是采用的分析方法为预测分析法-is a compiler front-end, but the methods of analysis to predict analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.88kb
    • 提供者:胡恩
  1. 编译原理课程设计

    0下载:
  2. 这是我找到的,如果侵犯了你的权利,请多多包涵。-This is what I find, if a violation of your rights, please bear with me.
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-15
    • 文件大小:1.25mb
    • 提供者:牛德
  1. vtopgen

    0下载:
  2. 【原创】生成各个子模块verilog文件的顶层文件,自动完成模块的互连。减少冗余的繁琐的劳动。提高工作效率。-[original] generation sub-module of the top verilog paper documents, automatically complete module interconnection. Reduce the tedious redundancy of labor. Raise working efficiency.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:lys
  1. PL0hhh

    0下载:
  2. 编译原理的课程设计,对PL0进行扩充完成内容如下:1. 基本内容: (1)增加单词:保留字;运算符 (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 (4)扩充赋值运算:+= 和 -= (5)扩充语句(Pascal的FOR语句) 2. 选做内容: (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)增加一维数组类型(可增加指令)。 (4)其他典型语言设施:case语句;repeat语句。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:104.27kb
    • 提供者:胡海洪
« 1 2 ... .93 .94 .95 .96 .97 698.99 .00 .01 .02 .03 ... 785 »
搜珍网 www.dssz.com