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

搜索资源列表

  1. huffmanqi

    0下载:
  2. 本程序不能编译除大小写字母之外的编码 本程序需事先建立字母权值文后件才可运行 本程序从文件中读入文字,编译后写入文件,所以屏幕上不会直接出现答案-not build this program in addition to case-insensitive outside of the coding process required prior to the establishment of the letters after the value of the text pieces
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.71kb
    • 提供者:luohaojun
  1. JAVA_SCANNER

    0下载:
  2. 一个简单的JAVA语言的词法分析器,读入文件,经过词法分析将分析结果写入输出文件中.(附JAVA词法分析要求)-a simple Java language lexical analyzer, read into the document, After lexical analysis of the results of the analysis into the output file. (JAVA lexical analysis requirements)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17.58kb
    • 提供者:shiliyan
  1. 200218024郝亮

    0下载:
  2. 一个c++de的词法分析此程序可以通过读一个文本文件来进行词法分析-a lexical analysis of this procedure can read a text file for lexical analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.08kb
    • 提供者:章鱼费
  1. c_compiler.rar

    0下载:
  2. 一个C编译器源码。生成386或m68K代码。代码生成是相当不错。,This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some iss
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:209.82kb
    • 提供者:木青
  1. word.rar

    0下载:
  2. Java语言词法分析器的设计与实现 其中具体要求: 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件[文件名:scanner_output]中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; ,Lexical analyzer Java language design and implementati
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2.12mb
    • 提供者:wangyonghui
  1. LexicalAnalyzer.rar

    2下载:
  2. Java语言词法分析器的设计和实现 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; ,Lexical analyzer Java Language Design and Implementation 1. The
  3. 所属分类:Compiler program

    • 发布日期:2016-05-02
    • 文件大小:910.24kb
    • 提供者:cher
  1. meng

    0下载:
  2. 一个简单的词法分析器 自己定义的一种语法,需要读取一个文件。-A simple lexical analyzer its own definition of a grammar, need to read a file.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:644.66kb
    • 提供者:meng
  1. ccfxq

    0下载:
  2. 这是我同学做得编译原理——词法分析器,有读源文件,和写目标文件-This is the principle of my classmates to do the compiler- lexical analyzer source file has read, and write the destination file
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2.65kb
    • 提供者:海阔天空
  1. scanner

    0下载:
  2. 用 C++ 作为宿主语言完成: Java语言词法分析器的设计和实现 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Using C++ as the host language to complete: Java lang
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:245.35kb
    • 提供者:房兴华
  1. studentGred

    0下载:
  2. Array function. Read data from the text file and generate the output. This program evaluate the gred for student mark.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:253.97kb
    • 提供者:ain
  1. java-scanner

    3下载:
  2. 用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language
  3. 所属分类:Compiler program

    • 发布日期:2016-03-15
    • 文件大小:4.8kb
    • 提供者:kjs
  1. read_ccs_data_file

    0下载:
  2. Read image from a HEX file C6416
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.18kb
    • 提供者:Uday
  1. LL1Grammar

    0下载:
  2. 读取BNF表达式和终结符文件,然后生成相应文法的First、Follow集、文法分析表以及冲突表。-BNF expressions and terminator read the file, and then generates the appropriate grammar First, Follow sets, grammar analysis table, as well as conflict table
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:19.83kb
    • 提供者:biao
  1. gdal150

    0下载:
  2. gdal/ogr库,一种强大的插件,支持读取多种格式的文件-gdal/ogr library, a powerful plug-in support to read multiple file formats
  3. 所属分类:Compiler program

    • 发布日期:2017-05-23
    • 文件大小:7.13mb
    • 提供者:ct
  1. test5

    0下载:
  2. 这个功能主要是实现用户能够阅读,解析文件-This function is mainly to achieve the user to read, parse the file
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1.75mb
    • 提供者:chengboss
  1. AddressBook

    0下载:
  2. 编译源程序: 1. 去掉“只读”属性。 2. 编译不受源文件位置和数据库位置的影响。即,AddressBook的整个工程复制到任何地方都可编译。 运行Realease: 1. 确认已安装VC 6.0。-Compile the source: 1. Remove the " read only" attribute. 2. Compiled from the source file location and the location of the datab
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:44.92kb
    • 提供者:renkool
  1. Projects

    0下载:
  2. Huffman编码译码,带图形界面,画Huffman树,读取,保存文件。查找替换内容-Huffman coding and decoding, with a graphical interface, drawing Huffman tree, read, save the file. Search and Replace content
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:4.95mb
    • 提供者:liuxiao
  1. PL0_Compiler

    0下载:
  2. Pl/0.h文件:头文件主要定义了常量,另外还定义了比较重要的枚举值,还有两个重要的结构体类型,最后还对函数进行了声明,总的来说,头文件的主要工作就是声明或定义了.cpp文件中需要用到的变量。 Pl/0.cpp文件:按照程序从main()函数开始的原则,我们一一作分析。 首先,主函数提示输入要打开的pl/0文件,因为我们需要对一个pl/0语言进行分析。接着,程序提示是否列出token文件,然后提示是否列出目标代码,继续提示是否列出符号列表,最后将文件以只读的形式放在一个新的txt格式的f
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:229.83kb
    • 提供者:郭红斌
  1. cifa

    0下载:
  2. 完成下述文法所描述的单词符号的词法分析程序,文法如下: <标识符>--><字母>|<标识符><字母>|<标识符><数字> <无符号整数>--><数字>|<无符号整数><数字> <分界符>-->+|-|*|/| |(|)|{|}|<|<=|=|!=|>=|>|:=|<空格> <字母&g
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1.56kb
    • 提供者:安志明
  1. c-Syntax-analysis

    0下载:
  2. 完成标准的c语言语法分析,实现所有的功能,可以运行,需提前写入文件,因进行的是文件的读取-Completion of the standard C language syntax analysis, all the features, you can run in advance to write to a file, a result of the file read
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:250.32kb
    • 提供者:侯超俊
« 12 »
搜珍网 www.dssz.com