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

搜索资源列表

  1. SplitCNWord

    0下载:
  2. 一个中文分词的实现及演示程序,可用与中文和英文词组的分割.-a Chinese word achieve and demonstrate the procedure can be used with the Chinese and English phrase segmentation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:580586
    • 提供者:苯苯
  1. 词法分析器

    0下载:
  2. 类c语言词法分析器,文件能够识别c语言关键字和单词(1.0版)-lexical analyzer, to identify documents c word and language keyword (version 1.0)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3733
    • 提供者:
  1. bysy2005

    0下载:
  2. 2002级计算机科学与技术专业(4-11班) 要求完成下述两个实验: 1、识别小型语言所有单词的词法分析程序设计(4机时) 2、算术表达式文法的递归下降分析程序设计(6机时) 实验一:词法分析器的构造与实现 -2002 Computer Science and Technology (4-11 classes) required to complete the following two experiments : one to identify all small l
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5941
    • 提供者:刀尖
  1. 编译原理实验一

    0下载:
  2. 一个具体的词法分析程序,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)-a specific lexical analysis procedures, imported from the source to identify all the independent significance of the word, that is to r
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:83374
    • 提供者:宗宗
  1. yufafenxi

    0下载:
  2. 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2248
    • 提供者:黄德春
  1. cffx_tcking

    0下载:
  2. 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:203835
    • 提供者:汤超
  1. hlssplit

    0下载:
  2. 海天智能分词系统源码,可以根据需要设置分词的粒度,另外提供了词性标注,关键字提取等功能-sky Intelligent Word system source code, according to the need for segmentation of granularity, the provision of tagging, keyword extraction functions
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-03-28
    • 文件大小:62962
    • 提供者:廖剑
  1. JavaSplitWord

    0下载:
  2. 国内最好的开源分词系统-中科院分词系统的Java版,可以直接在JSP下调用-the best domestic revenue segmentation system-CAS-word version of Java, JSP can be directly under the Call
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-04-09
    • 文件大小:2228482
    • 提供者:廖剑
  1. WHILE语句的翻译

    0下载:
  2. 用简单优先法设计并编写一个WHILE循环语句的语法及语义分析程序并输出用四元式表示的中间代码,同时实现词法分析程序对单词序列的词法检查和分析。-simple priority Design and prepare a WHILE loop is the syntax and semantic analysis procedures used and output 4 yuan, said the middle-code, while achieving lexical analysis proc
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:10458
    • 提供者:fdf
  1. chsegc

    0下载:
  2. chseg c语言写的汉字分词模块,调用方法和使用方法见程序内说明readme.txt。-chseg write Chinese characters Word module, called methods and procedures for use within see Note readme.txt.
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:726885
    • 提供者:哈哈
  1. interpreter

    0下载:
  2. flex&bison做的C语言编译器 文件写在word里, 列表为,内含详细注解(不过是日文,不过代码还是很好用) interpreter.h interpreter.iprg.c interpreter.tree.c interpreter.misc.c interpreter.y interpreter.l
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-08
    • 文件大小:6732
    • 提供者:czc
  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
    • 文件大小:2223014
    • 提供者:wangyonghui
  1. word

    0下载:
  2. 编译原理词法分析器,算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想示根据扫描到单词符号的第一字符的种类,拼出相应的单词符号。-Lexical analyzer compiler theory, algorithms, the basic task is to identify the string representation of the source word with independent significance of symbols, the basi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1227
    • 提供者:song
  1. SimpleFormularEditor

    0下载:
  2. 公式编辑器,类似word里的数学公式3.0,不过主要处理上标下标-Equation Editor, similar to the word inside the mathematical formula 3.0, however, dealt mainly with superscr ipt subscr ipt
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:8447
    • 提供者:吴尧
  1. word

    0下载:
  2. 编译原理作业,一个C++的单词识别。可以识别C++大部分单词-Compiler theory work, a C++, word recognition. Can identify most of the word C++
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:2490
    • 提供者:maitouganlu
  1. pdf_translator

    0下载:
  2. pdf转化器,能够把word,Excel等转化成pdf文件。小巧好用!-pdf converter, able to word, Excel, etc. documents into pdf. Small and easy to use!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1579565
    • 提供者:孔旗
  1. word

    0下载:
  2. 词法分析器 token代码 流程图 实验结果-词法分析器
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:66677
    • 提供者:zhangxia
  1. New-Microsoft-Word-Document

    0下载:
  2. This program counts the number of lines, words, and characters in its input, where a “word” is defined as any sequence of non-whitespace characters (blanks, tabs, and newlines).
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:3225
    • 提供者:
  1. word-analyze

    0下载:
  2. VC++实现的编译原理上的词法分析程序 喜欢Windows编程的朋友可以下载-VC++ Word Analyze
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:38511
    • 提供者:王文波
  1. Word

    0下载:
  2. Check the most big word and send to screen
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:1562
    • 提供者:mikez
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com