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

搜索资源列表

  1. PLx_Compiler

    1下载:
  2. PLx语言的编译器。PLx语言是一种类Pascal语言,但语法比较简单,适用于编译原理教学。这个编译器不仅实现了编译,同时也集成了运行目标代码的虚拟机。当程序编译通过后,可以看到生成的汇编指令及其执行情况,用户可以选择单步执行,并同时观察指令流与数据流。源代码比较简洁且含有注释-PLx language compiler. PLx language is a language like Pascal, but relatively simple syntax, the principle app
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-06-29
    • 文件大小:29.45kb
    • 提供者:ioncannon
  1. uc-tokens10

    0下载:
  2. Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16.17kb
    • 提供者:lee
  1. cifafenxi

    0下载:
  2. 制作pl0编译器的第一步:词法分析,带有pl0源程序,运行可输出单词流-The first step in making pl0 compiler: lexical analysis, with pl0 source code, running can output word stream
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:503.81kb
    • 提供者:yaoyao
  1. make_BitStream

    0下载:
  2. a algorithm for make picture from bit stream
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:823byte
    • 提供者:hr
  1. stream

    0下载:
  2. c/c++语言编写此法分析器。。。c/c++语言编写此法分析器-c/c++ language parser of this Act. . . c/c++ language parser of this Act. . .
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:1.96kb
    • 提供者:stream
  1. Cifafenxiqi

    0下载:
  2. 编译原理的词法分析器,将用户输入的内容转换成二元记号流-Compiler theory of lexical analyzer, the user input into the content stream of binary tokens
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:849byte
    • 提供者:Mervyn
  1. wenfafenxi

    0下载:
  2. 使用如下文法: E ? E+T | T T ? T*F | F F ? (E) | id 2. 对于任意给定的输入串(词法记号流)进行语法分析,采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法-Use the following grammar: E ? E+ T | TT ? T* F | FF ? (E) | id 2. For any given input string (lexical token stream) parsing, the us
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:687.02kb
    • 提供者:dmf
  1. snow_stream_cipher

    0下载:
  2. this code implements snow stream cipher using c-this code implements snow stream cipher using c++
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2.6kb
    • 提供者:adams
  1. cifafenxi

    0下载:
  2. 用于做编译原理中的词法分析,将C代码输出成为相应的记号流,为以后的句法分析做准备-Used for lexical analysis in compiler theory, the C code to output a corresponding token stream parsing to prepare for the future
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:9.69kb
    • 提供者:Han li
  1. C_Minus

    0下载:
  2. 输入cminus字符流文件,输出单词文件-Enter cminus character stream file, the output word document
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1.53kb
    • 提供者:王敏
  1. LRfenxiqi

    0下载:
  2. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id/(id+id)# 输出:移进 按 F->id归约 移进 error -For any given input string (the lexical token stream) parsing, required by LR parser to complet
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:585.42kb
    • 提供者:hanson
  1. analyser

    0下载:
  2. 用于分析TS流格式文件的软件,主要分析TS码流流格式,分析二进制数据,码流截取等功能-analy TS stream
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:910.43kb
    • 提供者:yanfang
  1. sed-manual-4.1.5

    0下载:
  2. sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits scr ipted edits (such as ed), sed works by making on
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:216.7kb
    • 提供者:vic
  1. avi_player

    0下载:
  2. vc编译器中实现视频流的观看,随时查看已有视频-vc compiler for video stream viewing at any time to view the video have been
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:17.67kb
    • 提供者:liming
  1. Lexical-analysis-program

    0下载:
  2. c++词法分析程序,它从左到右逐个字符的对源程序进行扫描,产生一个个的单词的二元式,形成二元式(记号)流文件输出。-Lexical analysis program, it left to right, character by character scan the source code to produce a word binary form binary stream file output (mark).
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:1.91kb
    • 提供者:heyuhong
  1. slrparseing

    0下载:
  2. Simple LR or SLR parser is a type of LR parser with small parse tables and a relatively simple parser generator algorithm. As with other types of LR(1) parser, an SLR parser is quite efficient at finding the single correct bottom-up parse in a singl
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:314.02kb
    • 提供者:divya
  1. BitToBin

    0下载:
  2. 本C程序的目的是将硬件工程师测试电路板并从逻辑分析仪获取位流,将位流转换为标准Hex内容的Bin文件-The purpose of the C program is the hardware engineers to test the circuit board from the logic analyzer for bit stream, the bit stream is converted to standard Hex Bin file content
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:665byte
    • 提供者:James
搜珍网 www.dssz.com