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

搜索资源列表

  1. lexuretest

    0下载:
  2. 编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。-compiler theory morphology and syntax analysis, body is a dual-generated text files, dyd the extension can be Pa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:test
  1. WordAnalyze

    0下载:
  2. 用c编的能认一些保留字,表示符和正实数的词法分析器- Arranges with c can recognize some reserved words, indicates Fu Hezheng real number morphology analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2325
    • 提供者:zsj
  1. 有限自动机

    0下载:
  2. 有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。-of the operation, the use of tables and limited state of the automatic machine operation principle, to identify whether an input string as a symbol of effective non-sentinel real.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8282
    • 提供者:李白
  1. kawa-1.9.1

    0下载:
  2. A framework written in Java for implementing high-level and dynamic languages, compiling them into Java bytecodes. An implementation of Scheme, which is in the Lisp family of programming languages. Kawa is a featureful dialect in its own right, and
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1939685
    • 提供者:guid
  1. 词法分析gzw

    0下载:
  2. 这个是我编译原理课程设计的 内容,呵呵 我遍的是词法分析,基本的功能都能够实现,如词法分析,词法查错,删除无实质意义的字符等,不懂编译的就不用看了,编译真的很难!!!不过好象没什么用-this my compiler theory of curriculum design, Oh my times of lexical analysis, the basic functions are to achieve, such as lexical analysis, lexical troublesh
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1686
    • 提供者:宫振伟
  1. lex生成pascal词法分析器

    0下载:
  2. 利用LEX生成工具构造PASCAL词法分析器。输入一个字符串或是数,分析器将判别是否为PASCAL标准标识符、保留字、整数或实数,并同时把当前的输入再次打印出来。-use LEX generation tool is PASCAL lexical analyzer. The importation of a string or number analyzer to determine whether it will PASCAL standard identifier and reserved
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:977
    • 提供者:刘斌
  1. Salvo_RTOS_PIC_3.2.3_PRO.zip

    4下载:
  2. Real Time Operating System for Hi-Tech C compiler.,Real Time Operating System for Hi-Tech C compiler.
  3. 所属分类:Compiler program

    • 发布日期:2015-04-01
    • 文件大小:22984085
    • 提供者:wykamakura
  1. SmartMessenger_AS3

    0下载:
  2. 用ACTIONscr ipt编写的简单实时消息发送软件源代码。开发平台为FLEX。-Actionscr ipt prepared with easy real-time messaging software source code. Development platform for the FLEX.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:713996
    • 提供者:wuzhuoying
  1. yufafenxi

    0下载:
  2. 一个真正详细的语法分析器的程序,有详细注解-A real parser detailed procedures, detailed comments
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:2526
    • 提供者:cathy
  1. shishu

    0下载:
  2. 词法分析器(实数)输入一个数据,判断次数是否为实数,若为实数输出是实数,否则输出不是实数-Lexical Analyzer (real number) a data input to determine whether the number of real, if real output is a real number, otherwise the output is not a real number
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:774
    • 提供者:符晓娟
  1. RTX51_Tiny_Manual

    0下载:
  2. This manual explains how to use the RTX51 Tiny Real-Time Operating System and gives an overview of the functionality of RTX51 Full.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:151635
    • 提供者:Justin Wu
  1. bianyi

    0下载:
  2. 词法分析,可识别关键字,整数,实数,标识符,有一定的提示操作界面-Lexical analysis can identify the keywords, integers, real numbers, identifiers, there are some tips user interface
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1672
    • 提供者:caohai
  1. Compiler

    0下载:
  2. 一个编译器,用LL(1)方法.从文法开始,一直弄到符号表。-a real c++ compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1800666
    • 提供者:李震
  1. bianyi

    0下载:
  2. 对PL/o对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充 扩充赋值运算:+= 和 -= 扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> (3)增加运算:++ 和 --。 (4)增加类型: 实数类型。 (5)扩充函数: 有返回值和返回语句。 -On the PL/o of its lexical anal
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2365072
    • 提供者:李日明
  1. PL0

    1下载:
  2. PL0功能的扩充 一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 增加内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类
  3. 所属分类:Compiler program

    • 发布日期:2016-01-19
    • 文件大小:476531
    • 提供者:dslh
  1. timedisplay

    0下载:
  2. 显示实时时钟 DS1302 充电电池可保证时间持续性-Display real-time clock
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:32969
    • 提供者:liumt1984
  1. Product

    0下载:
  2. 新创的软件,面向当今现实生活,将门的关闭与时间通过软件结合起来,实现自动控制。-Newly created software for today' s real life, the doors close and the time together through the software, and automatic control.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1479
    • 提供者:孟祥安
  1. DS1302shiz_DS18B20

    0下载:
  2. 功能强大的电子时钟电路,可实现实时时间的显示及调整,可受控操作-Powerful electronic clock circuit, enabling real time display and adjustment, can be controlled operation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:397857
    • 提供者:哑巴
  1. PCF8563

    0下载:
  2. 实时钟读写pcf8563 -Real-time clock read and write pcf8563
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:45816
    • 提供者:李白
  1. Real-timeconversionmethod

    0下载:
  2. 为了融合图形化和文本语言2种编程方式的优点,提高教育机器人编程平台的直观性和通用性,结合编程平台要求,设计出流程图与类C语言双向实时转换方法.在进行流程图到类C语言转换时,实时根据各个模块间的父子关系遍历模块树,并根据功能模块封装的库函数和语句完成转换,在转换过程中实时进行类c语言规则检查.在进行类c语言到流程图转换时,首先通过词法分析、语法分析和语义分析生成XML代码,再进行统一解析生成流程图.在转换过程中实时进行错误检查,出现错误所在行会高亮显示以提示用户,并给出错误原因以便于用户修改程序.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:484534
    • 提供者:john
« 12 »
搜珍网 www.dssz.com