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

搜索资源列表

  1. FAScanner

    0下载:
  2. 单词是高级语言中有实在意义的最小语法单位,而单词又由字符组成。每一种高级语言都定义一组字符集。单词可大致分为五类:基本字,标识符,整常数,运算符,界限符。从输入的源程序字符串中逐个地把这些单词识别出来,并转化成机器比较容易使用的内码形式,这是词法分析器的主要任务。-The word is the smallest grammatical unit actual significance of the high-level language, the word characters. Each d
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:27025
    • 提供者:朱东
  1. Lexical-analyzer

    0下载:
  2. 词法分析器,编译第一步,将输入转化为对应标记流-Lexical analyzer, the compiler first step, the input converted to the corresponding token stream
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:1047
    • 提供者:朔和
  1. PLC

    1下载:
  2. 可以编辑PLC梯形图,并能自动转化为指令表。在《反可动 》提供的项目基础上修改而成。可以在2010编译通过,消除保存时的错误提示信息。-Can edit the PLC ladder diagram, and automatically translated into Instruction List.Based on the existed project.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:119374
    • 提供者:远航
  1. ADC_DMA

    0下载:
  2. stm32f103进行同步规则转换兵通过DMA进行数据传输,例程中对同步规则转化参数进行了实验并有注释-stm32f103 synchronization rules into soldiers through the DMA data transfer routines for synchronization rules into parameters of the experiment and the Notes
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:1020649
    • 提供者:zhaolei
  1. 111250093

    0下载:
  2. MyLex: 把自己定义的语言(以C为蓝本)转化成为Token序列, 需要配合MyYacc使用.-MyLex: transfers a user-defined language, which is according to C in example, to a token sequence. To use this program, you should also have MyYacc.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:411469
    • 提供者:林康
  1. cJSON

    0下载:
  2. 在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-Json parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:5821
    • 提供者:woxin
  1. wenjain1

    1下载:
  2. 正则表达式转化为DFA。首先转化为逆波兰表达式。再建立语法分析树,求firstops,followops,lastops,nullable函数,构建DFA。-Regular expressions into DFA. First into reverse Polish notation. Re-establishing the parse tree, seeking firstops, followops, lastops, nullable function, build DFA.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2560
    • 提供者:YANDONG
  1. chuankouAD

    0下载:
  2. 采用51单片机,对pcf8591采样数据进行AD转化,并使用I2C协议进行数据传输,波特率设置为96-AD transfer by using PCF 8591
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:44213
    • 提供者:李炳辰
  1. 1

    0下载:
  2. 4-11温度译码器,含分频器,译码器,并串转化-4-11 temperature decoder, including dividers, decoder, and string conversion
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3048
    • 提供者:sima
  1. postfix-notation

    0下载:
  2. 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1331
    • 提供者:忆昔
  1. LR0

    0下载:
  2. 对任意给定的文法G,完成识别文法活前缀的DFA、DFA的状态转化矩阵及LR(0)项目集规范族的构造;判断该文法是否为LR(0)文法,实现LR(0)分析表的构造,并输出到指定文件中;实现LR(0)分析器总控程序,对输入的表达式进行语法分析。-LR (0) Analysis Table and analyzer of structure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:180586
    • 提供者:言诺
  1. win_flex_bison-2.5

    0下载:
  2. GNU bison 是属于 GNU 项目的一个语法分析器生成器。Bison 把一个关于“向前查看 从左到右 最右”(LALR) 上下文无关文法的描述转化成可以分析该文法的 C 或 C++ 程序。它也可以为二义文法生成 “通用的 从左到右 最右” (GLR)语法分析器。(GNU bison is a parser generator that belongs to the GNU project. Bison transforms a descr iption of "forward v
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-19
    • 文件大小:653312
    • 提供者:woshichen
  1. 词法分析器

    0下载:
  2. 编译原理:数学公式转化html语言格式的词法分析器(Lexical analyzer for converting mathematical formulas into HTML format)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-16
    • 文件大小:5760000
    • 提供者:ymchu
搜珍网 www.dssz.com