CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - code

搜索资源列表

  1. pl0编译器c++实现

    1下载:
  2. 通过c++实现pl0语言的编译器,使之生成中间代码和解析(Through c++ to achieve the pl0 language compiler, so that it generates intermediate code and parse)
  3. 所属分类:编译器/解释器

  1. 编译课程设计【题目2】

    0下载:
  2. C++语言做的一个小型编译器,可以进行词法分析、语法分析、语义分析及中间代码生成(Lexical analysis, syntax analysis, semantic analysis and intermediate code generation)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-19
    • 文件大小:2308096
    • 提供者:Anderson515
  1. tiger

    0下载:
  2. 虎书《现代编译原理-c语言描述》随书的Tiger编译器的代码,按章节分类(modern compiling principles Tiger Compiler Code,divided in paragragh)
  3. 所属分类:编译器/解释器

  1. addNoise

    0下载:
  2. 该代码的主要功能是完成加入加性高斯白噪声。(The main function of the code is to add the additive white Gaussian noise.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:npu
  1. polar_SC译码

    2下载:
  2. 该部分的主要功能是完成基于FPGA的polar码SC译码。(The main function of this part is to complete the FPGA-based polar code SC decoding.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:3709952
    • 提供者:npu
  1. polar代码MATLAB (1)

    4下载:
  2. 该部分的主要功能是完成polar码的信道选择,编码和SC译码的matlab代码。(The main function of this part is to complete the polar code channel selection, coding and SC decoding matlab code.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:9216
    • 提供者:npu
  1. 编译原理与实践(代码)

    0下载:
  2. 编译原理与实践(tiny c)代码, vc6编译。(Compiler theory and Practice (tiny C) code, VC6 compiler.)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:873472
    • 提供者:瞒着
  1. tm_stm32f4_general

    0下载:
  2. code was abou the stm32f103
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:Kathir
  1. DynamicCompiler

    0下载:
  2. C#语言编写的C#编译器,可运行C#代码(C# language C# compiler, you can run C# code)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-27
    • 文件大小:88064
    • 提供者:雨梦天使
  1. gnuradio-3.7.11.tar

    0下载:
  2. 软件无线电开发平台GUNRAdio最新版本的安装源码,(the latest version of the installation source code of GUNRadio that is software radio development platform)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-26
    • 文件大小:4357120
    • 提供者:mmniba
  1. maze

    0下载:
  2. Learning code about maze for beginners
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:zirto
  1. 词法分析程序

    1下载:
  2. 词法分析 输入:所给文法的源程序字符串。 输出:二元组(syn,token或sum)构成的序列。(lexical analysis Input: the source code string for the given grammar. Output: a sequence consisting of two tuples (syn, token, or sum).)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:司空易
  1. bianyi

    0下载:
  2. 一个简单的c语言编译器,词法分析 语法分析 符号表 中间代码生成(lexical analyzer symbol table ,gramm analysis object code)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-04
    • 文件大小:10836992
    • 提供者:lilyn
  1. code

    0下载:
  2. Antlr文法的各种语言实现。 很多.g4文件的实例(Implementation of Antlr grammar in various languages.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-04
    • 文件大小:231424
    • 提供者:GMWD
  1. 编译原理(龙书)+第二版

    0下载:
  2. 计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。(An important professional course of computer science, the purpose of this paper is to introduce the general principles and basic methods of compiler construction.
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-01
    • 文件大小:25138176
    • 提供者:低调丶BM
  1. Code

    0下载:
  2. 以flex以及bison作为工具编写的词法与语法分析器(Lexical and grammatical analysis)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-05
    • 文件大小:40960
    • 提供者:笑傲飞狐
  1. 编译原理词法分析器

    0下载:
  2. 2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NUM = digit digit* (4)空格有空白、制表符
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:3268608
    • 提供者:帅帅的风
  1. 易语言 - Cmd、Powershell 调试器

    0下载:
  2. 可以调试Cmd、Powershell的代码。(The code for Cmd and Powershell can be debugged.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:Fredaaa
  1. Complier

    0下载:
  2. DFA 编译原理代码 c++ windows(DFA Compiler code c++ windows)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-07
    • 文件大小:644096
    • 提供者:联合联合1
  1. lab2_prueba

    0下载:
  2. source code for testing module capture on microchip pics
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:alenh
« 1 2 ... 37 38 39 40 41 4243 44 »
搜珍网 www.dssz.com